Puneet Varma (Editor)

Geometric standard deviation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In probability theory and statistics, the geometric standard deviation describes how spread out are a set of numbers whose preferred average is the geometric mean. For such data, it may be preferred to the more usual standard deviation. Note that unlike the usual arithmetic standard deviation, the geometric standard deviation is a multiplicative factor, and thus is dimensionless, rather than having the same dimension as the input values.

Contents

Definition

If the geometric mean of a set of numbers {A1, A2, ..., An} is denoted as μg, then the geometric standard deviation is

σ g = exp ( i = 1 n ( ln A i μ g ) 2 n ) . ( 1 )

Derivation

If the geometric mean is

μ g = A 1 A 2 A n n .

then taking the natural logarithm of both sides results in

ln μ g = 1 n ln ( A 1 A 2 A n ) .

The logarithm of a product is a sum of logarithms (assuming A i is positive for all i ), so

ln μ g = 1 n [ ln A 1 + ln A 2 + + ln A n ] .

It can now be seen that ln μ g is the arithmetic mean of the set { ln A 1 , ln A 2 , , ln A n } , therefore the arithmetic standard deviation of this same set should be

ln σ g = i = 1 n ( ln A i ln μ g ) 2 n .

This simplifies to

σ g = exp i = 1 n ( ln A i μ g ) 2 n .

Geometric standard score

The geometric version of the standard score is

z = ln ( x ) ln ( μ g ) ln σ g = log σ g ( x / μ g ) .

If the geometric mean, standard deviation, and z-score of a datum are known, then the raw score can be reconstructed by

x = μ g σ g z .

Relationship to log-normal distribution

The geometric standard deviation is used as a measure of log-normal dispersion analogously to the geometric mean. As the log-transform of a log-normal distribution results in a normal distribution, we see that the geometric standard deviation is the exponentiated value of the standard deviation of the log-transformed values, i.e. σ g = exp ( stdev ( ln ( A ) ) ) .

As such, the geometric mean and the geometric standard deviation of a sample of data from a log-normally distributed population may be used to find the bounds of confidence intervals analogously to the way the arithmetic mean and standard deviation are used to bound confidence intervals for a normal distribution. See discussion in log-normal distribution for details.

References

Geometric standard deviation Wikipedia