The Var function estimates variance based on a sample.
numbers references the column that contains the numbers on which the variance is calculated.
break_col is an optional parameter that references a break column.
Var assumes that its arguments are a sample of the population. If your data represents the entire population, then compute the variance using Varp. |
The following examples show the results of inserting the Var function in two separate tables.
In this example, the Var function is used on the numeric column. The results are shown in the Computed column.
Var(Amount)
In this example, the Var function is used on the numeric column and break_column. The results are shown in the Computed column.
Var (Amount, State)