Location parameter

From Vero - Wikipedia
Revision as of 19:28, 10 August 2025 by imported>Hellacioussatyr
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Template:Multiple issues

In statistics, a location parameter of a probability distribution is a scalar- or vector-valued parameter <math>x_0</math>, which determines the "location" or shift of the distribution. In the literature of location parameter estimation, the probability distributions with such parameter are found to be formally defined in one of the following equivalent ways:

A direct example of a location parameter is the parameter <math>\mu</math> of the normal distribution. To see this, note that the probability density function <math>f(x | \mu, \sigma)</math> of a normal distribution <math>\mathcal{N}(\mu,\sigma^2)</math> can have the parameter <math>\mu</math> factored out and be written as: <math display="block"> g(x' = x - \mu | \sigma) = \frac{1}{\sigma \sqrt{2\pi} } \exp\left(-\frac{1}{2}\left(\frac{x'}{\sigma}\right)^2\right) </math> thus fulfilling the first of the definitions given above.

The above definition indicates, in the one-dimensional case, that if <math>x_0</math> is increased, the probability density or mass function shifts rigidly to the right, maintaining its exact shape.

A location parameter can also be found in families having more than one parameter, such as location–scale families. In this case, the probability density function or probability mass function will be a special case of the more general form <math display="block">f_{x_0,\theta}(x) = f_\theta(x-x_0)</math> where <math>x_0</math> is the location parameter, θ represents additional parameters, and <math>f_\theta</math> is a function parametrized on the additional parameters.

Definition

Source:<ref>Template:Cite book</ref>

Let <math>f(x)</math> be any probability density function and let <math>\mu</math> and <math>\sigma > 0</math> be any given constants. Then the function

<math display="block">g(x| \mu, \sigma)= \frac{1}{\sigma} f{\left(\frac{x-\mu}{\sigma}\right)}</math>

is a probability density function.

The location family is then defined as follows:

Let <math> f(x) </math> be any probability density function. Then the family of probability density functions <math> \mathcal{F} = \{f(x-\mu) : \mu \in \mathbb{R}\} </math> is called the location family with standard probability density function <math> f(x) </math>, where <math> \mu </math> is called the location parameter for the family.

Additive noise

An alternative way of thinking of location families is through the concept of additive noise. If <math>x_0</math> is a constant and W is random noise with probability density <math>f_W(w),</math> then <math>X = x_0 + W</math> has probability density <math>f_{x_0}(x) = f_W(x-x_0)</math> and its distribution is therefore part of a location family.

Proofs

For the continuous univariate case, consider a probability density function <math>f(x | \theta), x \in [a, b] \subset \mathbb{R}</math>, where <math>\theta</math> is a vector of parameters. A location parameter <math>x_0</math> can be added by defining: <math display="block"> g(x | \theta, x_0) = f(x - x_0 | \theta), \; x \in [a + x_0, b + x_0] </math> it can be proved that <math>g</math> is a p.d.f. by verifying if it respects the two conditions<ref name="Ross 2010 p. ">Template:Cite book</ref> <math>g(x | \theta, x_0) \ge 0</math> and <math>\int_{-\infty}^{\infty} g(x | \theta, x_0) dx = 1</math>. <math>g</math> integrates to 1 because: <math display="block"> \int_{-\infty}^{\infty} g(x | \theta, x_0) dx = \int_{a + x_0}^{b + x_0} g(x | \theta, x_0) dx = \int_{a + x_0}^{b + x_0} f(x - x_0 | \theta) dx </math> now making the variable change <math>u = x - x_0</math> and updating the integration interval accordingly yields: <math display="block"> \int_{a}^{b} f(u | \theta) du = 1 </math> because <math>f(x | \theta)</math> is a p.d.f. by hypothesis. <math>g(x | \theta, x_0) \ge 0</math> follows from <math>g</math> sharing the same image of <math>f</math>, which is a p.d.f. so its range is contained in <math>[0, 1]</math>.

See also

References

<references/>

General references

Template:Statistics