Compute the variance of a sample.
An array of numeric inputs
The sample variance
const y = SMath.vars([1, 2, 4, 4]); // 2.25 Copy
const y = SMath.vars([1, 2, 4, 4]); // 2.25
Compute the variance of a sample.