Appearance
function variance(values): number;
Population variance. 总体方差。
values
number
Variance / 方差
variance([2, 4, 4, 4, 5, 5, 7, 9]) // => 4
1.0.0