Difference between revisions of "SD Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
; SD[List of Numbers]: Calculates the standard deviation of the numbers in the list.
+
;SD[ <List of Numbers> ]
{{example|1=<code>SD[{1,2,3,4,5}]</code> yields ''1,41''.}}
+
: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>}}
 
==CAS Syntax==
 
==CAS Syntax==
; SD[List of Numbers]: Calculates the standard deviation of the numbers in the list.
+
;SD[ <List of Numbers> ]
{{example|1=<code>SD[{1,2,3,4,5}]</code> yields <math>\sqrt{2}</math>.}}
+
:Calculates the standard deviation of the numbers in the list.
 +
{{example|1=<div><code><nowiki>SD[{1, 2, 3, 4, 5}]</nowiki></code> yields <math>\sqrt{2}</math>.</div>}}

Revision as of 13:04, 24 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