Download How to calculate variance and standard deviation

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Degrees of freedom (statistics) wikipedia , lookup

Bootstrapping (statistics) wikipedia , lookup

History of statistics wikipedia , lookup

Resampling (statistics) wikipedia , lookup

Taylor's law wikipedia , lookup

Student's t-test wikipedia , lookup

Transcript
How to calculate variance and standard deviation? 1
Definition:
To illustrate the variability of a group of scores, in statistics, we use "variance" or
"standard deviation". We define the deviation of a single score as its distance from the
mean: Variance is symbolized by  2. Standard Deviation is . N is the number of
scores.
Deviation  X  X

2
(X  X )

2
N
  
2
(X  X )
2
N
However, when the data of a sample are used to estimate the variance of the population
from which the sample was drawn, the population variance estimate is computed instead:
s
2
(X  X )

2
N 1
s s 
2
(X  X )
2
N 1
Summary of the calculation procedures:
1.
2.
3.
4.
subtract the mean from each score
square each result
sum all the square
divide the sum of square by N. Now you get variance
If divide the sum of square by N-1, you will get the population variance estimate
5. Standard deviation is just the positive square root of the variance
1
Cited by Yue Yin from Welkowitz, J, Ewen, R & Cohen, J <Introductory Statistics for the Behavioral
Science> page 56-58.