What is the variance of {51, 3, 9, 15, 3, -9, 20, -1, 5, 3, 2}?

1 Answer

Variance" " "sigma^2=27694/121=228.876 σ2=27694121=228.876

Explanation:

Compute the mean barx¯x first

barx=(51+3+9+15+3+(-9)+20+(-1)+5+3+2)/11=101/11¯x=51+3+9+15+3+(9)+20+(1)+5+3+211=10111

Variance" " "sigma^2=(sum(x-barx)^2)/n σ2=(x¯x)2n

" " "sigma^2 σ2
=((51-101/11)^2+(3-101/11)^2+(9-101/11)^2+(15-101/11)^2+ (3-101/11)^2+(-9-101/11)^2+(20-101/11)^2+(-1-101/11)^2+(5-101/11)^2+ (3-101/11)^2+(2-101/11)^2)/11

" " "sigma^2=27694/121=228.876

God bless....I hope the explanation is useful.