Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Lists & Matrices / Statistics /

Variance

FilledSmallSquare Variance[data] calculates the unbiased estimate of variance.

FilledSmallSquare The variance of data is calculated by .

FilledSmallSquare If data is a matrix, use Flatten to convert it to a list.

FilledSmallSquare Example: Variance[Flatten[{{1.8, 9.6}, {2.9, 7.4}}]] LongRightArrow

.

FilledSmallSquare See also: MovingAverage, StandardDeviation.

Examples

Using InstantCalculators

Here is the InstantCalculator for the Variance function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

Out[1]=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the Variance Function Controller.

This defines a list called data.

In[2]:=

Out[2]=

This gives the mean of data.

In[3]:=

Out[3]=

Clear the variable definition.

In[4]:=



ja