IPBWiki/BasicStatistics

From MediaWiki

Revision as of 16:59, 2 February 2011 by Ana (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gaussian distribution

Mean
\bar{x}=\frac{1}{N} \sum x_i
Median
The individual value from the collection such that 1/2 the observations are less and 1/2 are greater
Mode
The most frequently occurring value.
Variance
\sigma_x^2 = \frac{1}{N-1} \sum (x_i - \bar{x})^2
Standard Deviation (rms/sigma)
\sigma_x = \sqrt{\frac{1}{N-1} \sum (x_i - \bar{x})^2}

The standard deviation tells us something about the expected value of a single observation.

If the data are normally distributed

   * 68% of the points will lie within &plusmn 1 sigma
   * 95% of the points will lie within &plusmn 2 sigma
   * 99.7% of the points will lie within &plusmn 3 sigma

Usually we accept a variation as statistically significant only if it is more than 3 sigma from the mean.

Error bars (standard error/standard deviation of the mean)
\sigma_{\bar{x}} = \sqrt{\frac{1}{N}} \sigma_x = \sqrt{\frac{1}{N(N-1)} \sum (x_i - \bar{x})^2}
  • Moments of the Gaussian distribution
  variance =  Failed to parse (PNG conversion failed;

check for correct installation of latex, dvips, gs, and convert): \frac{1}{N-1} \sum \left[(x_i - \bar{x})\right]^2 '''skewness''' = <math>\frac{1}{N} \sum \left[\frac{(x_i - \bar{x})}{\sigma}\right]^3 '''kurtosis''' = <math>\frac{1}{N} \sum \left[\frac{(x_i - \bar{x})}{\sigma}\right]^4 - 3

Personal tools