Difference between revisions of "RSquare Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
Line 2: Line 2:
 
;RSquare( &lt;List of Points>, <Function> )
 
;RSquare( &lt;List of Points>, <Function> )
 
:Calculates the [[w:Coefficient of determination|coefficient of determination]] ''R² = 1-SSE/Syy'', between the ''y''-values of the points in the list and the function values of the ''x''-values in the list.
 
:Calculates the [[w:Coefficient of determination|coefficient of determination]] ''R² = 1-SSE/Syy'', between the ''y''-values of the points in the list and the function values of the ''x''-values in the list.
:{{example|1=<div><code><nowiki>RSquare[{(-3, 2), (-2, 1), (-1, 3), (0, 4), (1, 2), (2, 4), (3, 3), (4, 5), (6, 4)}, 0.5x + 2.5]</nowiki></code> yields ''0.28''.</div>}}
+
:{{example|1=<div><code><nowiki>RSquare({(-3, 2), (-2, 1), (-1, 3), (0, 4), (1, 2), (2, 4), (3, 3), (4, 5), (6, 4)}, 0.5x + 2.5)</nowiki></code> yields ''0.28''.</div>}}

Revision as of 09:59, 12 October 2017


RSquare( <List of Points>, <Function> )
Calculates the coefficient of determination R² = 1-SSE/Syy, between the y-values of the points in the list and the function values of the x-values in the list.
Example:
RSquare({(-3, 2), (-2, 1), (-1, 3), (0, 4), (1, 2), (2, 4), (3, 3), (4, 5), (6, 4)}, 0.5x + 2.5) yields 0.28.
© 2024 International GeoGebra Institute