The Varp function estimates variance based on the entire population.
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.
Varp assumes that its arguments are the entire population. If your data represents a sample of the population, then compute the variance using Var. |
The following examples show the results of inserting the Varp function in two separate tables.
In this example, the Varp function is used on the numeric column. The results are shown in the Computed column.
Varp (Amount)