Difference between revisions of "RSquare Command"

From GeoGebra Manual
Jump to: navigation, search
(add links for SSE and Syy)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
;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 - [[SumSquaredErrors Command|SSE]] / [[Syy Command|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>}}

Latest revision as of 12:09, 12 February 2018


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