Compute the variance of a complete population.
An array of numeric inputs
The population variance
const y = SMath.varp([1, 2, 4, 4]); // 1.6875 Copy
const y = SMath.varp([1, 2, 4, 4]); // 1.6875
Compute the variance of a complete population.