Difference between revisions of "SDY Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
 
Line 2: Line 2:
 
;SDY( <List of Points> )
 
;SDY( <List of Points> )
 
:Returns [[w:Standard_deviation|standard deviation]] of y-coordinates of [[Points and Vectors|points]] from the given [[Lists|list]].
 
:Returns [[w:Standard_deviation|standard deviation]] of y-coordinates of [[Points and Vectors|points]] from the given [[Lists|list]].
:{{example|1=<code>SDY[{(1, 1), (2, 2), (3, 1), (3, 3), (4, 2), (3, -1)}]</code> yields ''a = 1.25''.}}
+
:{{example|1=<code>SDY({(1, 1), (2, 2), (3, 1), (3, 3), (4, 2), (3, -1)})</code> yields ''a = 1.25''.}}

Latest revision as of 09:01, 12 October 2017

© 2024 International GeoGebra Institute