Difference between revisions of "SampleVariance Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 7: Line 7:
 
:Returns the [[w:Sample_variance#Population_variance_and_sample_variance|sample variance]] of given list of numbers. If the list contains undefined variables, it yields a formula for the sample variance.
 
:Returns the [[w:Sample_variance#Population_variance_and_sample_variance|sample variance]] of given list of numbers. If the list contains undefined variables, it yields a formula for the sample variance.
 
: {{example|1=<div><code><nowiki>SampleVariance[{x, y, z}]</nowiki></code> yields <math>\frac{x² - x y - x z + y² - y z + z²}{3}</math>.</div>}}
 
: {{example|1=<div><code><nowiki>SampleVariance[{x, y, z}]</nowiki></code> yields <math>\frac{x² - x y - x z + y² - y z + z²}{3}</math>.</div>}}
 +
 +
{{betamanual|version=4.2|
 +
1=; SampleVariance[ <List of Numbers>, <List of Frequencies> ]
 +
: This allows the location of the Text to be specified.
 +
}}

Revision as of 12:15, 8 October 2012



SampleVariance[ <List of Numbers> ]
Returns the sample variance of given list of numbers.

CAS Syntax

SampleVariance[ <List of Numbers> ]
Returns the sample variance of given list of numbers. If the list contains undefined variables, it yields a formula for the sample variance.
Example:
SampleVariance[{x, y, z}] yields \frac{x² - x y - x z + y² - y z + z²}{3}.


© 2024 International GeoGebra Institute