Difference between revisions of "SD Command"

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

Revision as of 12:59, 10 August 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}.
© 2024 International GeoGebra Institute