Difference between revisions of "SampleSD Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
m
Line 3: Line 3:
 
: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=<code><nowiki>SampleSD({1, 2, 3})</nowiki></code> yields ''1''.}}
 
:{{example|1=<code><nowiki>SampleSD({1, 2, 3})</nowiki></code> yields ''1''.}}
 +
:{{example|1=<code><nowiki>stdev({1, 2, 3})</nowiki></code> yields ''1''.}}
  
 
;SampleSD( &lt;List of Numbers>, &lt;List of Frequencies> )
 
;SampleSD( &lt;List of Numbers>, &lt;List of Frequencies> )

Revision as of 09:06, 11 August 2023


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


SampleSD( <List of Numbers>, <List of Frequencies> )
Returns the standard deviation of the sample of numbers having the given frequencies.
Example: SampleSD({1, 2, 3, 4, 4},{1, 1, 1, 2}) yields 1.08.


Note Hint: If the list contains undefined variables in the Menu view cas.svg CAS View, the command 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