VarP (MDX)
SQL Server 2012
Returns the population variance of a numeric expression evaluated over a set, using the biased population formula (dividing by n-1).
The VarP function returns the biased variance of a specified numeric expression, evaluated over a specified set.
The VarP function uses the biased population formula, while the Var function uses the unbiased population formula.
