PY/MATH
Challenges
Statistics · Hard

Population Variance

Write `variance(xs)` returning the population variance (mean of squared deviations from the mean).

solution.py○ Loading…
Loading...
Console
Test cases
variance([2, 4, 4, 4, 5, 5, 7, 9])PENDING
HiddenPENDING
Hints