Difference between revisions of "SampleSD Command"

From GeoGebra Manual
Jump to: navigation, search
Line 4: Line 4:
 
:Returns [[w:Standard_deviation#Estimation|sample standard deviation]] of given [[Lists|list]] of numbers.
 
:Returns [[w:Standard_deviation#Estimation|sample standard deviation]] of given [[Lists|list]] of numbers.
 
:{{example|1=<div><code><nowiki>SampleSD[{1, 2, 3}]</nowiki></code> yields ''1''.</div>}}
 
:{{example|1=<div><code><nowiki>SampleSD[{1, 2, 3}]</nowiki></code> yields ''1''.</div>}}
 +
 +
;SampleSD[ <List of Numbers>,<List of Frequencies> ]
 +
:{{example|1=<div><code><nowiki>SampleSD[{1, 2, 3, 4, 4},{1, 1, 1, 2}]</nowiki></code> yields ''1.08''.</div>}}
 +
 
==CAS Syntax==
 
==CAS Syntax==
 
;SampleSD[ <List of Numbers> ]
 
;SampleSD[ <List of Numbers> ]

Revision as of 11:26, 18 December 2012



SampleSD[ <List of Numbers> ]
Returns sample standard deviation of given list of numbers.
Example:
SampleSD[{1, 2, 3}] yields 1.


SampleSD[ <List of Numbers>,<List of Frequencies> ]
Example:
SampleSD[{1, 2, 3, 4, 4},{1, 1, 1, 2}] yields 1.08.


CAS Syntax

SampleSD[ <List of Numbers> ]
Returns sample standard deviation of given list of numbers. If the list contains undefined variables, it yields a formula for the sample standard deviation.
Example:
SampleSD[{1, 2, a}] yields \frac{\sqrt{a²-3a+3}}{\sqrt{3}}.


© 2024 International GeoGebra Institute