Scale parameter: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Estimation: clarify
 
imported>Hellacioussatyr
rm :-indents (MOS:INDENT)
 
Line 7: Line 7:
If a family of [[probability distribution]]s is such that there is a parameter ''s'' (and other parameters ''θ'') for which the [[cumulative distribution function]] satisfies
If a family of [[probability distribution]]s is such that there is a parameter ''s'' (and other parameters ''θ'') for which the [[cumulative distribution function]] satisfies


:<math>F(x;s,\theta) = F(x/s;1,\theta), \!</math>
<math display="block">F(x;s,\theta) = F(x/s;1,\theta), </math>


then ''s'' is called a '''scale parameter''', since its value determines the "[[scale (ratio)|scale]]" or [[statistical dispersion]] of the probability distribution.  If ''s'' is large, then the distribution will be more spread out; if ''s'' is small then it will be more concentrated.
then ''s'' is called a '''scale parameter''', since its value determines the "[[scale (ratio)|scale]]" or [[statistical dispersion]] of the probability distribution.  If ''s'' is large, then the distribution will be more spread out; if ''s'' is small then it will be more concentrated.
Line 15: Line 15:


If the [[probability density function|probability density]] exists for all values of the complete parameter set, then the density (as a function of the scale parameter only) satisfies
If the [[probability density function|probability density]] exists for all values of the complete parameter set, then the density (as a function of the scale parameter only) satisfies
:<math>f_s(x) = f(x/s)/s, \!</math>
<math display="block">f_s(x) = f(x/s)/s, </math>
where ''f'' is the density of a standardized version of the density, i.e. <math>f(x) \equiv f_{s=1}(x)</math>.
where ''f'' is the density of a standardized version of the density, i.e. <math>f(x) \equiv f_{s=1}(x)</math>.


Line 28: Line 28:
We can write <math>f_s</math> in terms of <math>g(x) = x/s</math>, as follows:
We can write <math>f_s</math> in terms of <math>g(x) = x/s</math>, as follows:


:<math>f_s(x) = f\left(\frac{x}{s}\right) \cdot \frac{1}{s} = f(g(x))g'(x).</math>
<math display="block">f_s(x) = f\left(\frac{x}{s}\right) \cdot \frac{1}{s} = f(g(x))g'(x).</math>


Because ''f'' is a probability density function, it integrates to unity:
Because ''f'' is a probability density function, it integrates to unity:


:<math>
<math display="block">
  1 = \int_{-\infty}^{\infty} f(x)\,dx
  1 = \int_{-\infty}^{\infty} f(x)\,dx
   = \int_{g(-\infty)}^{g(\infty)} f(x)\,dx.
   = \int_{g(-\infty)}^{g(\infty)} f(x)\,dx.
Line 39: Line 39:
By the [[substitution rule]] of integral calculus, we then have
By the [[substitution rule]] of integral calculus, we then have


:<math>
<math display="block">
  1 = \int_{-\infty}^{\infty} f(g(x)) g'(x)\,dx
  1 = \int_{-\infty}^{\infty} f(g(x)) g'(x)\,dx
   = \int_{-\infty}^{\infty} f_s(x)\,dx.
   = \int_{-\infty}^{\infty} f_s(x)\,dx.
Line 48: Line 48:
==Rate parameter==
==Rate parameter==
Some families of distributions use a '''rate parameter''' (or '''inverse scale parameter'''), which is simply the reciprocal of the ''scale parameter''.  So for example the [[exponential distribution]] with scale parameter β and probability density  
Some families of distributions use a '''rate parameter''' (or '''inverse scale parameter'''), which is simply the reciprocal of the ''scale parameter''.  So for example the [[exponential distribution]] with scale parameter β and probability density  
:<math>f(x;\beta ) = \frac{1}{\beta} e^{-x/\beta} ,\; x \ge 0 </math>
<math display="block">f(x;\beta ) = \frac{1}{\beta} e^{-x/\beta} ,\; x \ge 0 </math>
could equivalently be written with rate parameter λ as
could equivalently be written with rate parameter λ as
:<math>f(x;\lambda) = \lambda e^{-\lambda x} ,\; x \ge 0. </math>
<math display="block">f(x;\lambda) = \lambda e^{-\lambda x} ,\; x \ge 0. </math>


==Examples==
==Examples==
Line 67: Line 67:


For instance, in order to use the [[median absolute deviation]] (MAD) to estimate the [[standard deviation]] of the [[normal distribution]], one must multiply it by the factor
For instance, in order to use the [[median absolute deviation]] (MAD) to estimate the [[standard deviation]] of the [[normal distribution]], one must multiply it by the factor
:<math>1/\Phi^{-1}(3/4) \approx 1.4826,</math>
<math display="block">1/\Phi^{-1}(3/4) \approx 1.4826,</math>
where Φ<sup>−1</sup> is the [[quantile function]] (inverse of the [[cumulative distribution function]]) for the standard normal distribution. (See [[Median absolute deviation#Relation to standard deviation|MAD]] for details.)  
where Φ<sup>−1</sup> is the [[quantile function]] (inverse of the [[cumulative distribution function]]) for the standard normal distribution. (See [[Median absolute deviation#Relation to standard deviation|MAD]] for details.)  
That is, the MAD is not a consistent estimator for the standard deviation of a normal distribution, but 1.4826... × MAD is a consistent estimator.  
That is, the MAD is not a consistent estimator for the standard deviation of a normal distribution, but 1.4826... × MAD is a consistent estimator.  

Latest revision as of 19:26, 10 August 2025

Template:Short description Script error: No such module "Unsubst".

In probability theory and statistics, a scale parameter is a special kind of numerical parameter of a parametric family of probability distributions. The larger the scale parameter, the more spread out the distribution.

Definition

If a family of probability distributions is such that there is a parameter s (and other parameters θ) for which the cumulative distribution function satisfies

F(x;s,θ)=F(x/s;1,θ),

then s is called a scale parameter, since its value determines the "scale" or statistical dispersion of the probability distribution. If s is large, then the distribution will be more spread out; if s is small then it will be more concentrated.

File:Effects of a scale parameter on a positive-support probability distribution.gif
Animation showing the effects of a scale parameter on a probability distribution supported on the positive real line.
File:Effect of a scale parameter over a mixture of two normal probability distributions.gif
Effect of a scale parameter over a mixture of two normal probability distributions

If the probability density exists for all values of the complete parameter set, then the density (as a function of the scale parameter only) satisfies fs(x)=f(x/s)/s, where f is the density of a standardized version of the density, i.e. f(x)fs=1(x).

An estimator of a scale parameter is called an estimator of scale.

Families with Location Parameters

In the case where a parametrized family has a location parameter, a slightly different definition is often used as follows. If we denote the location parameter by m, and the scale parameter by s, then we require that F(x;s,m,θ)=F((xm)/s;1,0,θ) where F(x,s,m,θ) is the CDF for the parametrized family.[1] This modification is necessary in order for the standard deviation of a non-central Gaussian to be a scale parameter, since otherwise the mean would change when we rescale x. However, this alternative definition is not consistently used.[2]

Simple manipulations

We can write fs in terms of g(x)=x/s, as follows:

fs(x)=f(xs)1s=f(g(x))g(x).

Because f is a probability density function, it integrates to unity:

1=f(x)dx=g()g()f(x)dx.

By the substitution rule of integral calculus, we then have

1=f(g(x))g(x)dx=fs(x)dx.

So fs is also properly normalized.

Rate parameter

Some families of distributions use a rate parameter (or inverse scale parameter), which is simply the reciprocal of the scale parameter. So for example the exponential distribution with scale parameter β and probability density f(x;β)=1βex/β,x0 could equivalently be written with rate parameter λ as f(x;λ)=λeλx,x0.

Examples

  • The uniform distribution can be parameterized with a location parameter of (a+b)/2 and a scale parameter |ba|.
  • The normal distribution has two parameters: a location parameter μ and a scale parameter σ. In practice the normal distribution is often parameterized in terms of the squared scale σ2, which corresponds to the variance of the distribution.
  • The gamma distribution is usually parameterized in terms of a scale parameter θ or its inverse.
  • Special cases of distributions where the scale parameter equals unity may be called "standard" under certain conditions. For example, if the location parameter equals zero and the scale parameter equals one, the normal distribution is known as the standard normal distribution, and the Cauchy distribution as the standard Cauchy distribution.

Estimation

A statistic can be used to estimate a scale parameter so long as it:

  • Is location-invariant,
  • Scales linearly with the scale parameter, and
  • Converges as the sample size grows.

Various measures of statistical dispersion satisfy these. In order to make the statistic a consistent estimator for the scale parameter, one must in general multiply the statistic by a constant scale factor. This scale factor is defined as the theoretical value of the value obtained by dividing the required scale parameter by the asymptotic value of the statistic. Note that the scale factor depends on the distribution in question.

For instance, in order to use the median absolute deviation (MAD) to estimate the standard deviation of the normal distribution, one must multiply it by the factor 1/Φ1(3/4)1.4826, where Φ−1 is the quantile function (inverse of the cumulative distribution function) for the standard normal distribution. (See MAD for details.) That is, the MAD is not a consistent estimator for the standard deviation of a normal distribution, but 1.4826... × MAD is a consistent estimator. Similarly, the average absolute deviation needs to be multiplied by approximately 1.2533 to be a consistent estimator for standard deviation. Different factors would be required to estimate the standard deviation if the population did not follow a normal distribution.

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

General references

  • Script error: No such module "citation/CS1".

Further reading

  • Script error: No such module "citation/CS1".

Script error: No such module "Navbox".