Difference between revisions of "SD Command"

From GeoGebra Manual
Jump to: navigation, search
Line 3: Line 3:
 
;SD[ <List of Numbers> ]
 
;SD[ <List of Numbers> ]
 
:Calculates the standard deviation of the numbers in the list.
 
:Calculates the standard deviation of the numbers in the list.
{{example|1=<div><code><nowiki>SD[{1, 2, 3, 4, 5}]</nowiki></code> yields ''1,41''.</div>}}
+
:{{example|1=<div><code><nowiki>SD[{1, 2, 3, 4, 5}]</nowiki></code> yields ''1,41''.</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
 
;SD[ <List of Numbers> ]
 
;SD[ <List of Numbers> ]

Revision as of 14:56, 9 September 2011


SD[ <List of Numbers> ]
Calculates the standard deviation of the numbers in the list.
Example:
SD[{1, 2, 3, 4, 5}] yields 1,41.

CAS Syntax

SD[ <List of Numbers> ]
Calculates the standard deviation of the numbers in the list.
Example:
SD[{1, 2, 3, 4, 5}] yields \sqrt{2}.
Note:
See also Mean Command.
© 2024 International GeoGebra Institute