Difference between revisions of "SD Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|statistics}}
 
{{command|statistics}}
 
; 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 ''1,41''.}}
 
==CAS Syntax==
 
==CAS Syntax==
 +
; 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 ''sqrt(2)''.}}

Revision as of 15:01, 8 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