Difference between revisions of "CorrelationCoefficient Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
(command syntax: changed [ ] into ( ))
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
; CorrelationCoefficient[List of x-Coordinates, List of y-Coordinates]: Calculates the product moment correlation coefficient using the given ''x''- and ''y''-coordinates.
+
; CorrelationCoefficient( &lt;List of x-coordinates>, &lt;List of y-coordinates> ): Calculates the product moment correlation coefficient using the given ''x''- and ''y''-coordinates.
; CorrelationCoefficient[List of Points]: Calculates the product moment correlation coefficient using the coordinates of the given points.
+
:{{example|1=<code><nowiki>CorrelationCoefficient({1, 3, 2, 1, 5, 2}, {1, 6, 4, 3, 3, 2})</nowiki></code> yields ''0.36''.}}
 +
; CorrelationCoefficient( &lt;List of Points> ): Calculates the product moment correlation coefficient using the coordinates of the given points.
 +
:{{example|1=<code><nowiki>CorrelationCoefficient({(1, 1), (3, 6), (2, 4), (1, 3), (5, 3), (2, 2)})</nowiki></code> yields ''0.36''.}}

Latest revision as of 09:43, 12 October 2017



CorrelationCoefficient( <List of x-coordinates>, <List of y-coordinates> )
Calculates the product moment correlation coefficient using the given x- and y-coordinates.
Example: CorrelationCoefficient({1, 3, 2, 1, 5, 2}, {1, 6, 4, 3, 3, 2}) yields 0.36.
CorrelationCoefficient( <List of Points> )
Calculates the product moment correlation coefficient using the coordinates of the given points.
Example: CorrelationCoefficient({(1, 1), (3, 6), (2, 4), (1, 3), (5, 3), (2, 2)}) yields 0.36.
© 2024 International GeoGebra Institute