View Single Post
  #2  
Old June 26th, 2009, 03:15 PM
matheagle's Avatar
matheagle matheagle is online now
MHF Contributor
 
Join Date: Feb 2009
Posts: 1,373
Country:
Thanks: 100
Thanked 561 Times in 504 Posts
matheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to beholdmatheagle is a splendid one to behold
Default

the data is X_1, X_2,\ldots X_n

You're summing i from 1 to n, and it's \bar X, not X.

S^2={\sum_{i=1}^n (X_i-\bar X)^2\over n-1}

={ (X_1-\bar X)^2 + (X_2-\bar X)^2+(X_3-\bar X)^2+\cdots +(X_n-\bar X)^2 \over n-1}

OR

={\sum_{i=1}^n X^2_i-n\bar X^2\over n-1}

Last edited by matheagle; June 26th, 2009 at 11:55 PM.
Reply With Quote