Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Standard deviation

From Wikipedia, the free encyclopedia
In statistics, a measure of variation
For other uses, seeStandard deviation (disambiguation).

A plot ofnormal distribution (or bell-shaped curve) where each band has a width of 1 standard deviation – See also:68–95–99.7 rule.
Cumulative probability of a normal distribution with expected value 0 and standard deviation 1

Instatistics, thestandard deviation is a measure of the amount of variation of the values of a variable about itsmean.[1] A low standarddeviation indicates that the values tend to be close to themean (also called theexpected value) of the set, while a high standard deviation indicates that the values are spread out over a wider range. The standard deviation is commonly used in the determination of what constitutes anoutlier and what does not. Standard deviation may be abbreviatedSD orstd dev, and is most commonly represented in mathematical texts and equations by the lowercaseGreek letterσ (sigma), for thepopulation standard deviation, or theLatin letters, for thesample standard deviation.

The standard deviation of arandom variable,sample,statistical population,data set, orprobability distribution is thesquare root of itsvariance. (For a finite population, variance is the average of thesquared deviations from the mean.) A useful property of the standard deviation is that, unlike the variance, it is expressed in the same unit as the data. Standard deviation can also be used to calculatestandard error for a finite sample, and to determinestatistical significance.

When only asample of data from a population is available, the termstandard deviation of the sample orsample standard deviation can refer to either the above-mentioned quantity as applied to those data, or to a modified quantity that is an unbiased estimate of thepopulation standard deviation (the standard deviation of the entire population).

Relationship with standard error and statistical significance

[edit]

The standard deviation of a population or sample and thestandard error of a statistic (e.g., of the sample mean) are quite different, but related. The sample mean's standard error is the standard deviation of the set of means that would be found by drawing aninfinite number of repeated samples from the population and computing a mean for each sample. The mean's standard error turns out to equal the population standard deviation divided by the square root of the sample size, and is estimated by using the sample standard deviation divided by the square root of the sample size. For example, a poll's standard error (what is reported as themargin of error of the poll) is the expected standard deviation of the estimated mean if the same poll were to be conducted multiple times. Thus, the standard error estimates the standard deviation of an estimate, which itself measures how much the estimate depends on the particular sample that was taken from the population.

Inscience, it is common to report both the standard deviation of the data (as a summary statistic) and the standard error of the estimate (as a measure of potential error in the findings). By convention, only effects more than two standard errors away from a null expectation are considered "statistically significant", a safeguard against spurious conclusion that is really due to random sampling error.

Basic examples

[edit]

Population standard deviation of grades of eight students

[edit]

Suppose that the entirepopulation of interest is eight students in a particular class.Their marks are the following eight values:2, 4, 4, 4, 5, 5, 7, 9.{\displaystyle 2,\ 4,\ 4,\ 4,\ 5,\ 5,\ 7,\ 9.}

For a finite set of numbers, the population standard deviation is found by taking thesquare root of theaverage of the squared deviations of the values subtracted from their average value, that is:σ=average((vμ)2 for vvalues) where μ=average(values).{\displaystyle \sigma ={\sqrt {\mathrm {average} \left((v-\mu )^{2}{\text{ for }}v\in \mathrm {values} \right)}}{\text{ where }}\mu =\mathrm {average} (\mathrm {values} ).}

These eight data points have themean (average) of 5:μ=2+4+4+4+5+5+7+98=408=5.{\displaystyle \mu ={\frac {2+4+4+4+5+5+7+9}{8}}={\frac {40}{8}}=5.}

First, calculate the deviations of each data point from the mean, andsquare the result of each:(25)2=(3)2=9(55)2=02=0(45)2=(1)2=1(55)2=02=0(45)2=(1)2=1(75)2=22=4(45)2=(1)2=1(95)2=42=16.{\displaystyle {\begin{array}{lll}(2-5)^{2}=(-3)^{2}=9&&(5-5)^{2}=0^{2}=0\\(4-5)^{2}=(-1)^{2}=1&&(5-5)^{2}=0^{2}=0\\(4-5)^{2}=(-1)^{2}=1&&(7-5)^{2}=2^{2}=4\\(4-5)^{2}=(-1)^{2}=1&&(9-5)^{2}=4^{2}=16.\\\end{array}}}

Thevariance is the mean of these values:σ2=9+1+1+1+0+0+4+168=328=4{\displaystyle \sigma ^{2}={\frac {9+1+1+1+0+0+4+16}{8}}={\frac {32}{8}}=4}

and thepopulation standard deviation is equal to the square root of the variance:σ=4=2.{\displaystyle \sigma ={\sqrt {4}}=2.}

This formula is valid only if the eight values with which we began form the complete population. If the values instead were a random sample drawn from some large parent population (for example, there were 8 students randomly and independently chosen from a student population of 2 million), then one divides by7 (which isn − 1) instead of8 (which isn) in the denominator of the last formula, and the result iss=32/72.1.{\textstyle s={\sqrt {32/7}}\approx 2.1.} In that case, the result of the original formula would be called thesample standard deviation and denoted bys{\textstyle s} instead ofσ.{\displaystyle \sigma .} Dividing byn1{\textstyle n-1} rather than byn{\textstyle n} gives an unbiased estimate of the variance of the larger parent population. This is known asBessel's correction.[2][3] Roughly, the reason for it is that the formula for the sample variance relies on computing differences of observations from the sample mean, and the sample mean itself was constructed to be as close as possible to the observations, so just dividing byn would underestimate the variability.

Standard deviation of average height for adult men

[edit]

If the population of interest is approximately normally distributed, the standard deviation provides information on the proportion of observations above or below certain values. For example, theaverage height for adult men in theUnited States is about69 inches,[4] with a standard deviation of around3 inches. This means that most men (about 68%, assuming anormal distribution) have a height within 3 inches of the mean (66–72 inches) – one standard deviation – and almost all men (about 95%) have a height within6 inches of the mean (63–75 inches) – two standard deviations. If the standard deviation were zero, then all men would share an identical height of 69 inches. Three standard deviations account for 99.73% of the sample population being studied, assuming the distribution isnormal or bell-shaped (see the68–95–99.7 rule, or theempirical rule, for more information).

Definition of population values

[edit]

Letμ be theexpected value (the average) ofrandom variableX with densityf(x):μE[X]=+xf(x)dx.{\displaystyle \mu \equiv \operatorname {\mathbb {E} } [X]=\int _{-\infty }^{+\infty }x\,f(x)\,{\mathrm {d} }x.}The standard deviationσ ofX is defined asσE[(Xμ)2]=+(xμ)2f(x) dx ,{\displaystyle \sigma \equiv {\sqrt {\operatorname {\mathbb {E} } \left[\left(X-\mu \right)^{2}\right]}}={\sqrt {\int _{-\infty }^{+\infty }\left(x-\mu \right)^{2}f(x)\ {\mathrm {d} }x\;}}\ ,}which can be shown to equalE[X2](E[X])2.{\textstyle {\sqrt {\operatorname {E} \left[X^{2}\right]-\left(\operatorname {\mathbb {E} } \left[X\right]\right)^{2}}}\,.}

Using words, the standard deviation is the square root of thevariance ofX.

The standard deviation of a probability distribution is the same as that of a random variable having that distribution.

Not all random variables have a standard deviation. If the distribution hasfat tails going out to infinity, the standard deviation might not exist, because the integral might not converge. Thenormal distribution has tails going out to infinity, but its mean and standard deviation do exist, because the tails diminish quickly enough. ThePareto distribution with parameterα(1,2]{\displaystyle \alpha \in (1,2]} has a mean, but not a standard deviation (loosely speaking, the standard deviation is infinite). TheCauchy distribution has neither a mean nor a standard deviation.

Discrete random variable

[edit]

In the case whereX takes random values from a finite data setx1,x2, ...,xN, with each value having the same probability, the standard deviation is

σ=1N [(x1μ)2+(x2μ)2++(xNμ)2] ,   where   μ1N(x1++xN) ,{\displaystyle \sigma ={\sqrt {{\frac {1}{N}}\ \left[\left(x_{1}-\mu \right)^{2}+\left(x_{2}-\mu \right)^{2}+\cdots +\left(x_{N}-\mu \right)^{2}\right]\;}}\ ,~~{\text{ where }}~~\mu \equiv {\frac {1}{N}}\left(x_{1}+\cdots +x_{N}\right)\ ,}Note: The above expression has a built-in bias. See the discussion onBessel's correction further down below.

or, by usingsummation notation,

σ=1Ni=1N(xiμ)2 ,   where   μ1Ni=1Nxi .{\displaystyle \sigma ={\sqrt {{\frac {1}{N}}\sum _{i=1}^{N}\left(x_{i}-\mu \right)^{2}\;}}\ ,~~{\text{ where }}~~\mu \equiv {\frac {1}{N}}\sum _{i=1}^{N}x_{i}~.}

If, instead of having equal probabilities, the values have different probabilities, letx1 have probabilityp1,x2 have probabilityp2, ...,xN have probabilitypN . In this case, the standard deviation will beσ=i=1Npi(xiμ)2 ,   where   μi=1Npixi.{\displaystyle \sigma ={\sqrt {\sum _{i=1}^{N}p_{i}\left(x_{i}-\mu \right)^{2}\;}}\ ,~~{\text{ where }}~~\mu \equiv \sum _{i=1}^{N}p_{i}x_{i}\,.}

Continuous random variable

[edit]

The standard deviation of acontinuous real-valued random variableX withprobability density functionp(x) isσ=X(xμ)2p(x)dx,   where   μXxp(x)dx,{\displaystyle \sigma ={\sqrt {\int _{\mathbf {X} }\left(x-\mu \right)^{2}\,p(x)\,{\mathrm {d} }x}}\,,~~{\text{ where }}~~\mu \equiv \int _{\mathbf {X} }x\,p(x)\,{\mathrm {d} }x\,,}

and where the integrals aredefinite integrals taken forx ranging overX, which represents the set of possible values of the random variable X.

In the case of aparametric family of distributions, the standard deviation can often be expressed in terms of the parameters for the underlying distribution. For example, in the case of thelog-normal distribution with parametersμ andσ2 for the underlying normal distribution, the standard deviation of the log-normal variable is given by the expression(eσ21) e2μ+σ2.{\displaystyle {\sqrt {\left(e^{\sigma ^{2}}-1\right)\ e^{2\mu +\sigma ^{2}}}}\,.}

Estimation

[edit]
See also:Sample variance
Main article:Unbiased estimation of standard deviation

One can find the standard deviation of an entire population in cases (such asstandardized testing) where every member of a population is sampled. In cases where that cannot be done, the standard deviationσ is estimated by examining a random sample taken from the population and computing astatistic of the sample, which is used as an estimate of the population standard deviation. Such a statistic is called anestimator, and the estimator (or the value of the estimator, namely the estimate) is called asample standard deviation, and is denoted bys (possibly with modifiers).

Unlike in the case of estimating the population mean of a normal distribution, for which thesample mean is a simple estimator with many desirable properties (unbiased,efficient, maximum likelihood), there is no single estimator for the standard deviation with all these properties, andunbiased estimation of standard deviation is a very technically involved problem. Most often, the standard deviation is estimated using thecorrected sample standard deviation (usingN − 1), defined below, and this is often referred to as the "sample standard deviation", without qualifiers. However, other estimators are better in other respects: the uncorrected estimator (usingN) yields lower mean squared error, while usingN − 1.5 (for the normal distribution) almost completely eliminates bias.

Uncorrected sample standard deviation

[edit]

The formula for thepopulation standard deviation (of a finite population) can be applied to the sample, using the size of the sample as the size of the population (though the actual population size from which the sample is drawn may be much larger). This estimator, denoted bysN, is known as theuncorrected sample standard deviation, or sometimes thestandard deviation of the sample (considered as the entire population), and is defined as follows:[5]sN=1Ni=1N(xix¯)2,{\displaystyle s_{N}={\sqrt {{\frac {1}{N}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}},}

where{x1,x2,,xN}{\displaystyle \{x_{1},\,x_{2},\,\ldots ,\,x_{N}\}} are the observed values of the sample items, andx¯{\displaystyle {\bar {x}}} is the mean value of these observations, while the denominator N stands for the size of the sample: this is the square root of the sample variance, which is the average of thesquared deviations about the sample mean.

This is aconsistent estimator (it converges in probability to the population value as the number of samples goes to infinity), and is themaximum-likelihood estimate when the population is normally distributed.[6] However, this is abiased estimator, as the estimates are generally too low. The bias decreases as sample size grows, dropping off as 1/N, and thus is most significant for small or moderate sample sizes; forN>75{\displaystyle N>75} the bias is below 1%. Thus for very large sample sizes, the uncorrected sample standard deviation is generally acceptable. This estimator also has a uniformly smallermean squared error than the corrected sample standard deviation.

Corrected sample standard deviation

[edit]

If thebiasedsample variance (the secondcentral moment of the sample, which is a downward-biased estimate of the population variance) is used to compute an estimate of the population's standard deviation, the result issN=1Ni=1N(xix¯)2.{\displaystyle s_{N}={\sqrt {{\frac {1}{N}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}}.}

Here taking the square root introduces further downward bias, byJensen's inequality, due to the square root's being aconcave function. The bias in the variance is easily corrected, but the bias from the square root is more difficult to correct, and depends on the distribution in question.

An unbiased estimator for thevariance is given by applyingBessel's correction, usingN − 1 instead ofN to yield theunbiased sample variance, denoteds2:s2=1N1i=1N(xix¯)2.{\displaystyle s^{2}={\frac {1}{N-1}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}.}

This estimator is unbiased if the variance exists and the sample values are drawn independently with replacement.N − 1 corresponds to the number ofdegrees of freedom in the vector of deviations from the mean,(x1x¯,,xnx¯).{\displaystyle \textstyle (x_{1}-{\bar {x}},\;\dots ,\;x_{n}-{\bar {x}}).}

Taking square roots reintroduces bias (because the square root is a nonlinear function which does notcommute with the expectation, i.e. oftenE[X]E[X]{\textstyle E[{\sqrt {X}}]\neq {\sqrt {E[X]}}}), yielding thecorrected sample standard deviation, denoted bys:s=1N1i=1N(xix¯)2.{\displaystyle s={\sqrt {{\frac {1}{N-1}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}}.}

As explained above, whiles2 is an unbiased estimator for the population variance,s is still a biased estimator for the population standard deviation, though markedly less biased than the uncorrected sample standard deviation. This estimator is commonly used and generally known simply as the "sample standard deviation". The bias may still be large for small samples (N less than 10). As sample size increases, the amount of bias decreases. We obtain more information and the difference between1N{\displaystyle {\frac {1}{N}}} and1N1{\displaystyle {\frac {1}{N-1}}} becomes smaller.

Unbiased sample standard deviation

[edit]

Forunbiased estimation of standard deviation, there is no formula that works across all distributions, unlike for mean and variance. Instead,s is used as a basis, and is scaled by a correction factor to produce an unbiased estimate. For the normal distribution, an unbiased estimator is given bys/c4, where the correction factor (which depends onN) is given in terms of theGamma function, and equals:c4(N)=2N1Γ(N2)Γ(N12).{\displaystyle c_{4}(N)\,=\,{\sqrt {\frac {2}{N-1}}}\,\,\,{\frac {\Gamma {\left({\frac {N}{2}}\right)}}{\Gamma {\left({\frac {N-1}{2}}\right)}}}.}

This arises because the sampling distribution of the sample standard deviation follows a (scaled)chi distribution, and the correction factor is the mean of the chi distribution.

An approximation can be given by replacingN − 1 withN − 1.5, yielding:σ^=1N1.5i=1N(xix¯)2,{\displaystyle {\hat {\sigma }}={\sqrt {{\frac {1}{N-1.5}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}},}

The error in this approximation decays quadratically (as1/N2), and it is suited for all but the smallest samples or highest precision: forN = 3 the bias is equal to 1.3%, and forN = 9 the bias is already less than 0.1%.

A more accurate approximation is to replaceN − 1.5 above withN − 1.5 +1/8(N − 1).[7]

For other distributions, the correct formula depends on the distribution, but a rule of thumb is to use the further refinement of the approximation:σ^=1N1.514γ2i=1N(xix¯)2,{\displaystyle {\hat {\sigma }}={\sqrt {{\frac {1}{N-1.5-{\frac {1}{4}}\gamma _{2}}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}},}

whereγ2 denotes the populationexcess kurtosis. The excess kurtosis may be either known beforehand for certain distributions, or estimated from the data.[8]

Confidence interval of a sampled standard deviation

[edit]
See also:Margin of error,Variance § Distribution of the sample variance, andStudent's t-distribution § Robust parametric modeling

The standard deviation we obtain by sampling a distribution is itself not absolutely accurate, both for mathematical reasons (explained here by the confidence interval) and for practical reasons of measurement (measurement error). The mathematical effect can be described by theconfidence interval or CI.

To show how a larger sample will make the confidence interval narrower, consider the following examples: A small population ofN = 2 has only one degree of freedom for estimating the standard deviation. The result is that a 95% CI of the SD runs from 0.45 × SD to 31.9 × SD;the factors here are as follows:

Pr(qα2<ks2σ2<q1α2)=1α,{\displaystyle \Pr \left(q_{\frac {\alpha }{2}}<k{\frac {s^{2}}{\sigma ^{2}}}<q_{1-{\frac {\alpha }{2}}}\right)=1-\alpha ,}

whereqp{\displaystyle q_{p}} is thep-th quantile of the chi-square distribution withk degrees of freedom, and1 −α is the confidence level. This is equivalent to the following:

Pr(ks2q1α2<σ2<ks2qα2)=1α.{\displaystyle \Pr \left(k{\frac {s^{2}}{q_{1-{\frac {\alpha }{2}}}}}<\sigma ^{2}<k{\frac {s^{2}}{q_{\frac {\alpha }{2}}}}\right)=1-\alpha .}

Withk = 1,q0.025 = 0.000982 andq0.975 = 5.024. The reciprocals of the square roots of these two numbers give us the factors 0.45 and 31.9 given above.

A larger population ofN = 10 has 9 degrees of freedom for estimating the standard deviation. The same computations as above give us in this case a 95% CI running from 0.69 × SD to 1.83 × SD. So even with a sample population of 10, the actual SD can still be almost a factor 2 higher than the sampled SD. For a sample populationN = 100, this is down to 0.88 × SD to 1.16 × SD. To be more certain that the sampled SD is close to the actual SD we need to sample a large number of points.

These same formulae can be used to obtain confidence intervals on the variance of residuals from aleast squares fit under standard normal theory, wherek is now the number ofdegrees of freedom for error.

Bounds on standard deviation

[edit]

For a set ofN > 4 data spanning a range of valuesR, an upper bound on the standard deviations is given bys = 0.6R.[9] An estimate of the standard deviation forN > 100 data taken to be approximately normal follows from the heuristic that 95% of the area under the normal curve lies roughly two standard deviations to either side of the mean, so that, with 95% probability the total range of valuesR represents four standard deviations so thatsR/4. This so-called range rule is useful insample size estimation, as the range of possible values is easier to estimate than the standard deviation. Other divisorsK(N) of the range such thatsR/K(N) are available for other values ofN and for non-normal distributions.[10]

Identities and mathematical properties

[edit]

The standard deviation is invariant under changes inlocation, and scales directly with thescale of the random variable. Thus, for a constantc and random variablesX andY:σ(c)=0σ(X+c)=σ(X),σ(cX)=|c|σ(X).{\displaystyle {\begin{aligned}\sigma (c)&=0\\\sigma (X+c)&=\sigma (X),\\\sigma (cX)&=|c|\sigma (X).\end{aligned}}}

The standard deviation of the sum of two random variables can be related to their individual standard deviations and thecovariance between them:

σ(X+Y)=var(X)+var(Y)+2cov(X,Y).{\displaystyle \sigma (X+Y)={\sqrt {\operatorname {var} (X)+\operatorname {var} (Y)+2\,\operatorname {cov} (X,Y)}}.\,}

wherevar=σ2{\displaystyle \textstyle \operatorname {var} \,=\,\sigma ^{2}} andcov{\displaystyle \textstyle \operatorname {cov} } stand for variance andcovariance, respectively.

The calculation of the sum of squared deviations can be related tomoments calculated directly from the data. In the following formula, the letterE is interpreted to mean expected value, i.e., mean.

σ(X)=E[(XE[X])2]=E[X2](E[X])2.{\displaystyle \sigma (X)={\sqrt {\operatorname {E} \left[\left(X-\operatorname {E} [X]\right)^{2}\right]}}={\sqrt {\operatorname {E} \left[X^{2}\right]-\left(\operatorname {E} [X]\right)^{2}}}.}

The sample standard deviation can be computed as:s(X)=NN1E[(XE[X])2].{\displaystyle s(X)={\sqrt {\frac {N}{N-1}}}{\sqrt {\operatorname {E} \left[\left(X-\operatorname {E} [X]\right)^{2}\right]}}.}

For a finite population with equal probabilities at all points, we have

1Ni=1N(xix¯)2=1N(i=1Nxi2)x¯2=(1Ni=1Nxi2)(1Ni=1Nxi)2,{\displaystyle {\begin{aligned}{\sqrt {{\frac {1}{N}}\sum _{i=1}^{N}\left(x_{i}-{\bar {x}}\right)^{2}}}&={\sqrt {{\frac {1}{N}}\left(\sum _{i=1}^{N}x_{i}^{2}\right)-{\bar {x}}^{2}}}\\[1ex]&={\sqrt {\left({\frac {1}{N}}\sum _{i=1}^{N}x_{i}^{2}\right)-\left({\frac {1}{N}}\sum _{i=1}^{N}x_{i}\right)^{2}}},\end{aligned}}}

which means that the standard deviation is equal to the square root of the difference between the average of the squares of the values and the square of the average value.

See computational formula for the variance for proof, and for an analogous result for the sample standard deviation.

Interpretation and application

[edit]
Further information:Prediction interval andConfidence interval
Example of samples from two populations with the same mean but different standard deviations. Red population has mean 100 and SD 10; blue population has mean 100 and SD 50.

A large standard deviation indicates that the data points can spread far from the mean and a small standard deviation indicates that they are clustered closely around the mean.

For example, each of the three populations {0, 0, 14, 14}, {0, 6, 8, 14} and {6, 6, 8, 8} has a mean of 7. Their standard deviations are 7, 5, and 1, respectively. The third population has a much smaller standard deviation than the other two because its values are all close to 7. These standard deviations have the same units as the data points themselves. If, for instance, the data set {0, 6, 8, 14} represents the ages of a population of four siblings in years, the standard deviation is 5 years. As another example, the population {1000, 1006, 1008, 1014} may represent the distances traveled by four athletes, measured in meters. It has a mean of 1007 meters, and a standard deviation of 5 meters.

Standard deviation may serve as a measure of uncertainty. In physical science, for example, the reported standard deviation of a group of repeatedmeasurements gives theprecision of those measurements. When deciding whether measurements agree with a theoretical prediction, the standard deviation of those measurements is of crucial importance: if the mean of the measurements is too far away from the prediction (with the distance measured in standard deviations), then the theory being tested probably needs to be revised. This makes sense since they fall outside the range of values that could reasonably be expected to occur if the prediction were correct and the standard deviation appropriately quantified. Seeprediction interval.

While the standard deviation does measure how far typical values tend to be from the mean, other measures are available. An example is themean absolute deviation, which might be considered a more direct measure of average distance, compared to theroot mean square distance inherent in the standard deviation.

Application examples

[edit]

The practical value of understanding the standard deviation of a set of values is in appreciating how much variation there is from the average (mean).

Experiment, industrial and hypothesis testing

[edit]
"5 sigma" redirects here; not to be confused withSix Sigma.

Standard deviation is often used to compare real-world data against a model to test the model.For example, in industrial applications the weight of products coming off a production line may need to comply with a legally required value. By weighing some fraction of the products an average weight can be found, which will always be slightly different from the long-term average. By using standard deviations, a minimum and maximum value can be calculated that the averaged weight will be within some very high percentage of the time (99.9% or more). If it falls outside the range then the production process may or not need to be corrected. Statistical tests such as these are particularly important when the testing is relatively expensive. For example, if the product needs to be opened and drained and weighed, or if the product was otherwise used up by the test.

In experimental science, a theoretical model of reality is used.Particle physics conventionally uses a standard of "5 sigma" for the declaration of a discovery. A five-sigma level translates to one chance in 3.5 million that a random fluctuation would yield the result. This level of certainty was required in order to assert that a particle consistent with theHiggs boson had been discovered in two independent experiments atCERN,[11] also leading to the declaration of thefirst observation of gravitational waves.[12]

Weather

[edit]

As a simple example, consider the average daily maximum temperatures for two cities, one inland and one on the coast. It is helpful to understand that the range of daily maximum temperatures for cities near the coast is smaller than for cities inland. Thus, while these two cities may each have the same average maximum temperature, the standard deviation of the daily maximum temperature for the coastal city will be less than that of the inland city as, on any particular day, the actual maximum temperature is more likely to be farther from the average maximum temperature for the inland city than for the coastal one.

Finance

[edit]

In finance, standard deviation is often used as a measure of therisk associated with price-fluctuations of a given asset (stocks, bonds, property, etc.), or the risk of a portfolio of assets[13] (actively managed mutual funds, index mutual funds, or ETFs). Risk is an important factor in determining how to efficiently manage a portfolio of investments because it determines the variation in returns on the asset or portfolio and gives investors a mathematical basis for investment decisions (known asmean-variance optimization). The fundamental concept of risk is that as it increases, the expected return on an investment should increase as well, an increase known as the risk premium. In other words, investors should expect a higher return on an investment when that investment carries a higher level of risk or uncertainty. When evaluating investments, investors should estimate both the expected return and the uncertainty of future returns. Standard deviation provides a quantified estimate of the uncertainty of future returns.

For example, assume an investor had to choose between two stocks. Stock A over the past 20 years had an average return of 10 percent, with a standard deviation of 20percentage points (pp) and Stock B, over the same period, had average returns of 12 percent but a higher standard deviation of 30 pp. On the basis of risk and return, an investor may decide that Stock A is the safer choice, because Stock B's additional two percentage points of return is not worth the additional 10 pp standard deviation (greater risk or uncertainty of the expected return). Stock B is likely to fall short of the initial investment (but also to exceed the initial investment) more often than Stock A under the same circumstances, and is estimated to return only two percent more on average. In this example, Stock A is expected to earn about 10 percent, plus or minus 20 pp (a range of 30 percent to −10 percent), about two-thirds of the future year returns. When considering more extreme possible returns or outcomes in future, an investor should expect results of as much as 10 percent plus or minus 60 pp, or a range from 70 percent to −50 percent, which includes outcomes for three standard deviations from the average return (about 99.7 percent of probable returns).

Calculating the average (or arithmetic mean) of the return of a security over a given period will generate the expected return of the asset. For each period, subtracting the expected return from the actual return results in the difference from the mean. Squaring the difference in each period and taking the average gives the overall variance of the return of the asset. The larger the variance, the greater risk the security carries. Finding the square root of this variance will give the standard deviation of the investment tool in question.

Financial time series are known to be non-stationary series, whereas the statistical calculations above, such as standard deviation, apply only to stationary series. To apply the above statistical tools to non-stationary series, the series first must be transformed to a stationary series, enabling use of statistical tools that now have a valid basis from which to work.

Geometric interpretation

[edit]

To gain some geometric insights and clarification, we will start with a population of three values,x1,x2,x3. This defines a pointP = (x1,x2,x3) inR3. Consider the lineL = {(r,r,r) :rR}. This is the "main diagonal" going through the origin. If our three given values were all equal, then the standard deviation would be zero andP would lie onL. So it is not unreasonable to assume that the standard deviation is related to thedistance ofP toL. That is indeed the case. To move orthogonally fromL to the pointP, one begins at the point:

M=(x¯,x¯,x¯){\displaystyle M=\left({\bar {x}},{\bar {x}},{\bar {x}}\right)}

whose coordinates are the mean of the values we started out with.

M{\displaystyle M} is onL{\displaystyle L} thereforeM=(,,){\displaystyle M=(\ell ,\ell ,\ell )} for someR{\displaystyle \ell \in \mathbb {R} }.

The lineL is to be orthogonal to the vector fromM toP. Therefore:

L(PM)=0(r,r,r)(x1,x2,x3)=0r(x1+x2+x3)=0r(ixi3)=0ixi3=013ixi=x¯={\displaystyle {\begin{aligned}L\cdot (P-M)&=0\\[4pt](r,r,r)\cdot (x_{1}-\ell ,x_{2}-\ell ,x_{3}-\ell )&=0\\[4pt]r(x_{1}-\ell +x_{2}-\ell +x_{3}-\ell )&=0\\[4pt]r\left(\sum _{i}x_{i}-3\ell \right)&=0\\[4pt]\sum _{i}x_{i}-3\ell &=0\\[4pt]{\frac {1}{3}}\sum _{i}x_{i}&=\ell \\[4pt]{\bar {x}}&=\ell \end{aligned}}}

A little algebra shows that the distance betweenP andM (which is the same as theorthogonal distance betweenP and the lineL)i(xix¯)2{\textstyle {\sqrt {\sum _{i}\left(x_{i}-{\bar {x}}\right)^{2}}}} is equal to the standard deviation of the vector(x1,x2,x3), multiplied by the square root of the number of dimensions of the vector (3 in this case).

Chebyshev's inequality

[edit]
Main article:Chebyshev's inequality

An observation is rarely more than a few standard deviations away from the mean. Chebyshev's inequality ensures that, for all distributions for which the standard deviation is defined, the amount of data within a number of standard deviations of the mean is at least as much as given in the following table.

Distance from meanMinimum population
2σ{\displaystyle {\sqrt {2}}\,\sigma }50%
2σ{\displaystyle 2\sigma }75%
3σ{\displaystyle 3\sigma }89%
4σ{\displaystyle 4\sigma }94%
5σ{\displaystyle 5\sigma }96%
6σ{\displaystyle 6\sigma }97%
kσ{\displaystyle k\sigma }11k2{\displaystyle 1-{\frac {1}{k^{2}}}}[14]
11σ{\displaystyle {\frac {1}{\sqrt {1-\ell }}}\,\sigma }{\displaystyle \ell }

Rules for normally distributed data

[edit]
Dark blue is one standard deviation on either side of the mean. For the normal distribution, this accounts for 68.27 percent of the set; while two standard deviations from the mean (medium and dark blue) account for 95.45 percent; three standard deviations (light, medium, and dark blue) account for 99.73 percent; and four standard deviations account for 99.994 percent. The two points of the curve that are one standard deviation from the mean are also theinflection points.

Thecentral limit theorem states that the distribution of an average of many independent, identically distributed random variables tends toward the famous bell-shaped normal distribution with aprobability density function of

f(x,μ,σ2)=1σ2πe12(xμσ)2,{\displaystyle f\left(x,\mu ,\sigma ^{2}\right)={\frac {1}{\sigma {\sqrt {2\pi }}}}e^{-{\frac {1}{2}}\left({\frac {x-\mu }{\sigma }}\right)^{2}},}

whereμ is theexpected value of the random variables,σ equals their distribution's standard deviation divided byn12, andn is the number of random variables. The standard deviation therefore is simply a scaling variable that adjusts how broad the curve will be, though it also appears in thenormalizing constant.

If a data distribution is approximately normal, then the proportion of data values withinz standard deviations of the mean is defined by:

Proportion=erf(z2){\displaystyle {\text{Proportion}}=\operatorname {erf} \left({\frac {z}{\sqrt {2}}}\right)}

whereerf{\displaystyle \textstyle \operatorname {erf} } is theerror function. The proportion that is less than or equal to a number,x, is given by thecumulative distribution function:[15]

Proportionx=12[1+erf(xμσ2)]=12[1+erf(z2)].{\displaystyle {\text{Proportion}}\leq x={\frac {1}{2}}\left[1+\operatorname {erf} \left({\frac {x-\mu }{\sigma {\sqrt {2}}}}\right)\right]={\frac {1}{2}}\left[1+\operatorname {erf} \left({\frac {z}{\sqrt {2}}}\right)\right].}

If a data distribution is approximately normal then about 68 percent of the data values are within one standard deviation of the mean (mathematically,μ ±σ, whereμ is the arithmetic mean), about 95 percent are within two standard deviations (μ ± 2σ), and about 99.7 percent lie within three standard deviations (μ ± 3σ). This is known as the68–95–99.7 rule, orthe empirical rule.

For various values ofz, the percentage of values expected to lie in and outside the symmetric interval,CI = (−zσ,zσ), are as follows:

Percentage within(z)
z(Percentage within)

Confidence
interval
Proportion withinProportion without
PercentagePercentageFraction
0.318639σ25%75%3 / 4
0.674490σ50%50%1 / 2
0.977925σ66.6667%33.3333%1 / 3
0.994458σ68%32%1 / 3.125
1σ68.2689492%31.7310508%1 / 3.1514872
1.281552σ80%20%1 / 5
1.644854σ90%10%1 / 10
1.959964σ95%5%1 / 20
2σ95.4499736%4.5500264%1 / 21.977895
2.575829σ99%1%1 / 100
3σ99.7300204%0.2699796%1 / 370.398
3.290527σ99.9%0.1%1 / 1000
3.890592σ99.99%0.01%1 / 10000
4σ99.993666%0.006334%1 / 15787
4.417173σ99.999%0.001%1 / 100000
4.5σ99.9993204653751%0.0006795346249%1 / 147159.5358
6.8 / 1000000
4.891638σ99.9999%0.0001%1 / 1000000
5σ99.9999426697%0.0000573303%1 / 1744278
5.326724σ99.99999%0.00001%1 / 10000000
5.730729σ99.999999%0.000001%1 / 100000000
6σ99.9999998027%0.0000001973%1 / 506797346
6.109410σ99.9999999%0.0000001%1 / 1000000000
6.466951σ99.99999999%0.00000001%1 / 10000000000
6.806502σ99.999999999%0.000000001%1 / 100000000000
7σ99.9999999997440%0.000000000256%1 / 390682215445

Standard deviation matrix

[edit]

The standard deviation matrixS{\displaystyle \mathbf {S} } is the extension of the standard deviation to multiple dimensions. It is thesymmetric square root of the covariance matrixΣ{\displaystyle \mathbf {\Sigma } }.[16]

S{\displaystyle \mathbf {S} } linearly scales a random vector in multiple dimensions in the same way thatσ{\displaystyle \sigma } does in one dimension. A scalar random variablex{\displaystyle x} with varianceσ2{\displaystyle \sigma ^{2}} can be written asx=σz{\displaystyle x=\sigma z}, wherez{\displaystyle z} has unit variance. In the same way, a random vectorx{\displaystyle {\boldsymbol {x}}} in several dimensions with covarianceΣ{\displaystyle \mathbf {\Sigma } } can be written asx=Sz{\displaystyle {\boldsymbol {x}}=\mathbf {S} {\boldsymbol {z}}}, wherez{\displaystyle {\boldsymbol {z}}} is a normalized variable with identity covariance1{\displaystyle \mathbf {1} }. This requires thatSS=Σ{\displaystyle \mathbf {S} \mathbf {S'} =\mathbf {\Sigma } }. There are then infinite solutions forS{\displaystyle \mathbf {S} }, and consequently there are multiple ways to whiten the distribution.[17] The symmetric square root ofΣ{\displaystyle \mathbf {\Sigma } } is one of the solutions.

For example, a multivariate normal vectorxN(μ,Σ){\displaystyle {\boldsymbol {x}}\sim N({\boldsymbol {\mu }},\mathbf {\Sigma } )} can be defined asx=Sz+μ{\displaystyle {\boldsymbol {x}}=\mathbf {S} {\boldsymbol {z}}+{\boldsymbol {\mu }}}, wherezN(0,1){\displaystyle {\boldsymbol {z}}\sim N({\boldsymbol {0}},\mathbf {1} )} is the multivariate standard normal.[16]

Properties

[edit]

Relationship between standard deviation and mean

[edit]

The mean and the standard deviation of a set of data aredescriptive statistics usually reported together. In a certain sense, the standard deviation is a "natural" measure ofstatistical dispersion if the center of the data is measured about the mean. This is because the standard deviation from the mean is smaller than from any other point. The precise statement is the following: supposex1, ...,xn are real numbers and define the function:

σ(r)=1N1i=1N(xir)2.{\displaystyle \sigma (r)={\sqrt {{\frac {1}{N-1}}\sum _{i=1}^{N}\left(x_{i}-r\right)^{2}}}.}

Usingcalculus or bycompleting the square, it is possible to show thatσ(r) has a unique minimum at the mean:

r=x¯.{\displaystyle r={\bar {x}}.\,}

Variability can also be measured by thecoefficient of variation, which is the ratio of the standard deviation to the mean. It is adimensionless number.

Standard deviation of the mean

[edit]
Main article:Standard error of the mean

Often, we want some information about the precision of the mean we obtained. We can obtain this by determining the standard deviation of the sampled mean. Assuming statistical independence of the values in the sample, thestandard deviation of the mean (SDOM) is related to the standard deviation of the distribution by:

σmean=1Nσ,{\displaystyle \sigma _{\text{mean}}={\frac {1}{\sqrt {N}}}\sigma ,}

whereN is the number of observations in the sample used to estimate the mean. This can easily be proven with (seebasic properties of the variance):var(X)σX2var(X1+X2)var(X1)+var(X2){\displaystyle {\begin{aligned}\operatorname {var} (X)&\equiv \sigma _{X}^{2}\\\operatorname {var} (X_{1}+X_{2})&\equiv \operatorname {var} (X_{1})+\operatorname {var} (X_{2})\\\end{aligned}}}

(Statistical independence is assumed.)var(cX1)c2var(X1){\displaystyle \operatorname {var} (cX_{1})\equiv c^{2}\,\operatorname {var} (X_{1})}

hencevar(mean)=var(1Ni=1NXi)=1N2var(i=1NXi)=1N2i=1Nvar(Xi)=NN2var(X)=1Nvar(X).{\displaystyle {\begin{aligned}\operatorname {var} ({\text{mean}})&=\operatorname {var} \left({\frac {1}{N}}\sum _{i=1}^{N}X_{i}\right)={\frac {1}{N^{2}}}\operatorname {var} \left(\sum _{i=1}^{N}X_{i}\right)\\&={\frac {1}{N^{2}}}\sum _{i=1}^{N}\operatorname {var} (X_{i})={\frac {N}{N^{2}}}\operatorname {var} (X)={\frac {1}{N}}\operatorname {var} (X).\end{aligned}}}

Resulting in:σmean=σN.{\displaystyle \sigma _{\text{mean}}={\frac {\sigma }{\sqrt {N}}}.}

In order to estimate the standard deviation of the meanσmean it is necessary to know the standard deviation of the entire populationσ beforehand. However, in most applications this parameter is unknown. For example, if a series of 10 measurements of a previously unknown quantity is performed in a laboratory, it is possible to calculate the resulting sample mean and sample standard deviation, but it is impossible to calculate the standard deviation of the mean. However, one can estimate the standard deviation of the entire population from the sample, and thus obtain an estimate for the standard error of the mean.

Rapid calculation methods

[edit]
See also:Algorithms for calculating variance

The following two formulas can represent a running (repeatedly updated) standard deviation. A set of two power sumss1 ands2 are computed over a set ofN values ofx, denoted asx1, ...,xN:

sj=k=1Nxkj.{\displaystyle s_{j}=\sum _{k=1}^{N}{x_{k}^{j}}.}

Given the results of these running summations, the valuesN,s1,s2 can be used at any time to compute thecurrent value of the running standard deviation:

σ=Ns2s12N.{\displaystyle \sigma ={\frac {\sqrt {Ns_{2}-s_{1}^{2}}}{N}}.}

WhereN, as mentioned above, is the size of the set of values (or can also be regarded ass0).

Similarly for sample standard deviation,

s=Ns2s12N(N1).{\displaystyle s={\sqrt {\frac {Ns_{2}-s_{1}^{2}}{N(N-1)}}}.}

In a computer implementation, as the twosj sums become large, we need to considerround-off error,arithmetic overflow, andarithmetic underflow. The method below calculates the running sums method with reduced rounding errors.[18] This is a "one pass" algorithm for calculating variance ofn samples without the need to store prior data during the calculation. Applying this method to a time series will result in successive values of standard deviation corresponding ton data points asn grows larger with each new sample, rather than a constant-width sliding window calculation.

Fork = 1, ...,n:

A0=0Ak=Ak1+xkAk1k{\displaystyle {\begin{aligned}A_{0}&=0\\A_{k}&=A_{k-1}+{\frac {x_{k}-A_{k-1}}{k}}\end{aligned}}}

whereA is the mean value.Q0=0Qk=Qk1+k1k(xkAk1)2=Qk1+(xkAk1)(xkAk){\displaystyle {\begin{aligned}Q_{0}&=0\\Q_{k}&=Q_{k-1}+{\frac {k-1}{k}}\left(x_{k}-A_{k-1}\right)^{2}\\&=Q_{k-1}+\left(x_{k}-A_{k-1}\right)\left(x_{k}-A_{k}\right)\end{aligned}}}

Note:Q1 = 0 sincek − 1 = 0 orx1 =A1.

Sample variance:sn2=Qnn1{\displaystyle s_{n}^{2}={\frac {Q_{n}}{n-1}}}

Population variance:σn2=Qnn{\displaystyle \sigma _{n}^{2}={\frac {Q_{n}}{n}}}

Weighted calculation

[edit]

When the valuesxk{\displaystyle x_{k}} are weighted with unequal weightswk{\displaystyle w_{k}}, the power sumss0,s1,s2 are each computed as:

sj=k=1Nwkxkj.{\displaystyle s_{j}=\sum _{k=1}^{N}w_{k}x_{k}^{j}.\,}

And the standard deviation equations remain unchanged.s0 is now the sum of the weights and not the number of samplesN.

The incremental method with reduced rounding errors can also be applied, with some additional complexity.

A running sum of weights must be computed for eachk from 1 ton:W0=0Wk=Wk1+wk{\displaystyle {\begin{aligned}W_{0}&=0\\W_{k}&=W_{k-1}+w_{k}\end{aligned}}}

and places where1/k is used above must be replaced bywk/Wk{\displaystyle w_{k}/W_{k}}:A0=0Ak=Ak1+wkWk(xkAk1)Q0=0Qk=Qk1+wkWk1Wk(xkAk1)2=Qk1+wk(xkAk1)(xkAk){\displaystyle {\begin{aligned}A_{0}&=0\\A_{k}&=A_{k-1}+{\frac {w_{k}}{W_{k}}}\left(x_{k}-A_{k-1}\right)\\Q_{0}&=0\\Q_{k}&=Q_{k-1}+{\frac {w_{k}W_{k-1}}{W_{k}}}\left(x_{k}-A_{k-1}\right)^{2}\\&=Q_{k-1}+w_{k}\left(x_{k}-A_{k-1}\right)\left(x_{k}-A_{k}\right)\end{aligned}}}

In the final division,σn2=QnWn{\displaystyle \sigma _{n}^{2}={\frac {Q_{n}}{W_{n}}}\,}

andsn2=QnWn1,{\displaystyle s_{n}^{2}={\frac {Q_{n}}{W_{n}-1}},}

orsn2=nn1σn2,{\displaystyle s_{n}^{2}={\frac {n'}{n'-1}}\sigma _{n}^{2},}

wheren is the total number of elements, andn is the number of elements with non-zero weights.

The above formulas become equal to the simpler formulas given above if weights are taken as equal to one.

History

[edit]

The termstandard deviation was first used in writing byKarl Pearson in 1894, following his use of it in lectures.[19][20] This was as a replacement for earlier alternative names for the same idea: for example,Gauss usedmean error.[21]

Standard deviation index

[edit]

The standard deviation index (SDI) is used inexternal quality assessments, particularly formedical laboratories. It is calculated as:[22]SDI=Laboratory meanConsensus group meanConsensus group standard deviation.{\displaystyle {\text{SDI}}={\frac {{\text{Laboratory mean}}-{\text{Consensus group mean}}}{\text{Consensus group standard deviation}}}.}

Alternatives

[edit]

Standard deviation isalgebraically simpler,[example needed] though in practice lessrobust, than theaverage absolute deviation.[23][24]

See also

[edit]

References

[edit]
  1. ^Bland, J.M.; Altman, D.G. (1996)."Statistics notes: measurement error".BMJ.312 (7047): 1654.doi:10.1136/bmj.312.7047.1654.PMC 2351401.PMID 8664723.
  2. ^Weisstein, Eric W."Bessel's Correction".MathWorld.
  3. ^"Standard Deviation Formulas".www.mathsisfun.com. Retrieved21 August 2020.
  4. ^Anthropometric Reference Data for Children and Adults: United States, 2015–2018(PDF), National Center for Health Statistics: Vital and Health Statistics, vol. 3, Centers for Disease Control and Prevention, January 2021, p. 16, Table 12
  5. ^Weisstein, Eric W."Standard Deviation".mathworld.wolfram.com. Retrieved21 August 2020.
  6. ^"Consistent estimator".www.statlect.com. Retrieved10 October 2022.
  7. ^Gurland, John; Tripathi, Ram C. (1971), "A Simple Approximation for Unbiased Estimation of the Standard Deviation",The American Statistician,25 (4):30–32,doi:10.2307/2682923,JSTOR 2682923
  8. ^"Standard Deviation Calculator".PureCalculators. 11 July 2021. Retrieved14 September 2021.
  9. ^Shiffler, Ronald E.; Harsha, Phillip D. (1980). "Upper and Lower Bounds for the Sample Standard Deviation".Teaching Statistics.2 (3):84–86.doi:10.1111/j.1467-9639.1980.tb00398.x.
  10. ^Browne, Richard H. (2001). "Using the Sample Range as a Basis for Calculating Sample Size in Power Calculations".The American Statistician.55 (4):293–298.doi:10.1198/000313001753272420.JSTOR 2685690.S2CID 122328846.
  11. ^"CERN experiments observe particle consistent with long-sought Higgs boson | CERN press office". Press.web.cern.ch. 4 July 2012. Archived fromthe original on 25 March 2016. Retrieved30 May 2015.
  12. ^LIGO Scientific Collaboration, Virgo Collaboration (2016), "Observation of Gravitational Waves from a Binary Black Hole Merger",Physical Review Letters,116 (6) 061102,arXiv:1602.03837,Bibcode:2016PhRvL.116f1102A,doi:10.1103/PhysRevLett.116.061102,PMID 26918975,S2CID 124959784
  13. ^"What is Standard Deviation". Pristine. Retrieved29 October 2011.
  14. ^Ghahramani, Saeed (2000).Fundamentals of Probability (2nd ed.). New Jersey: Prentice Hall. p. 438.ISBN 9780130113290.
  15. ^Eric W. Weisstein."Distribution Function".MathWorld. Wolfram. Retrieved30 September 2014.
  16. ^abcdeDas, Abhranil; Wilson S Geisler (2020). "Methods to integrate multinormals and compute classification measures".arXiv:2012.14331 [stat.ML].
  17. ^Kessy, A.; Lewin, A.; Strimmer, K. (2018). "Optimal whitening and decorrelation".The American Statistician.72 (4):309–314.arXiv:1512.00809.doi:10.1080/00031305.2016.1277159.S2CID 55075085.
  18. ^Welford, B. P. (August 1962). "Note on a Method for Calculating Corrected Sums of Squares and Products".Technometrics.4 (3):419–420.CiteSeerX 10.1.1.302.7503.doi:10.1080/00401706.1962.10490022.
  19. ^Dodge, Yadolah (2003).The Oxford Dictionary of Statistical Terms. Oxford University Press.ISBN 978-0-19-920613-1.
  20. ^Pearson, Karl (1894)."On the dissection of asymmetrical frequency curves".Philosophical Transactions of the Royal Society A.185:71–110.Bibcode:1894RSPTA.185...71P.doi:10.1098/rsta.1894.0003.
  21. ^Miller, Jeff."Earliest Known Uses of Some of the Words of Mathematics".
  22. ^Harr, Robert R. (2012).Medical laboratory science review. Philadelphia: F. A. Davis Co. p. 236.ISBN 978-0-8036-3796-2.OCLC 818846942.
  23. ^Gauss, Carl Friedrich (1816). "Bestimmung der Genauigkeit der Beobachtungen".Zeitschrift für Astronomie und Verwandte Wissenschaften.1:187–197.
  24. ^Walker, Helen (1931).Studies in the History of the Statistical Method. Baltimore, MD: Williams & Wilkins Co. pp. 24–25.

External links

[edit]
Wikimedia Commons has media related toStandard deviation.
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis (see alsoTemplate:Least squares and regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics


International
National
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Standard_deviation&oldid=1318991632"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp