IMI docs

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
math:variance [2019/04/30 11:02]
superuser
math:variance [2019/04/30 11:02] (current)
superuser
Line 1: Line 1:
 Стандартное отклонение - это корень из дисперсии. Следовательно,​ формула такая же как для стандартного отклонения,​ но без корня. Стандартное отклонение - это корень из дисперсии. Следовательно,​ формула такая же как для стандартного отклонения,​ но без корня.
 +
 To calculate variance, you calculate the mean (add up all the values and divide by the number of values). Then you loop through the values and calculate the square of the difference between each value and the mean. You average those squared differences and that’s the variance. To calculate variance, you calculate the mean (add up all the values and divide by the number of values). Then you loop through the values and calculate the square of the difference between each value and the mean. You average those squared differences and that’s the variance.