Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Numerical Computation / Data Manipulation /

Variance

FilledSmallSquare Variance[list] gives the statistical variance of the elements in list.

FilledSmallSquare Variance[list] gives the unbiased estimate of variance.

FilledSmallSquare Variance[list] is equivalent to Total[(list-Mean[list])^2]/(Length[list]-1).

FilledSmallSquare Variance handles both numerical and symbolic data.

FilledSmallSquare Variance[, , ... , , , ... , ... ] gives Variance[, , ... ], Variance[, , ... ].

FilledSmallSquare Variance works with SparseArray objects.

FilledSmallSquare See Section 1.6.7, Section 3.2.14 and Section 3.8.1.

FilledSmallSquare See also: StandardDeviation, Mean, Quantile.

FilledSmallSquare Related packages: Statistics`DescriptiveStatistics`, Statistics`MultiDescriptiveStatistics`.

FilledSmallSquare New in Version 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.