Quantcast

Population Standard Deviation

vCalc Reviewed
`sigma = sqrt( (sum_1^n(x_n - mu)^2)/n)`
`(x)"Numeric observations."`

The Standard Deviation calculator computes the population and sample standard deviation for a set of comma separated number values (x). 

INSTRUCTIONS: Enter the following:

  • (x) Set of Comma Separated Numeric Values (e.g. 4,-1.2,8,9 )

Standard Deviation (σ): The  calculator returns both the sample and population standard deviation.

This standard deviation function is a prominent feature with other statistical functions in the College Level Statistics Calculator (Stat Calc).

The Math

The term population implies that every possible entity was measured in the set of input data.   However, it is not always possible to measure an entire population.  That is when one uses a sample.   For this reason, there are two standard deviations.  Note that the sample standard deviation is always larger having a smaller denominator (n-1).  This broadens the area around the mean included in one standard deviation.

The formulas for population and sample standard deviations are as follows:

  • Population Standard Deviation:   `sigma = sqrt((sum_1^n(x_n-mu)^2)/n)`
  • Sample Standard Deviation:   `sigma = sqrt((sum_1^n(x_n-mu)^2)/(n-1))`

where:


Statistics Calculators