Location parameter
Concept in statistics
title: "Location parameter" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["summary-statistics", "statistical-parameters"] description: "Concept in statistics" topic_path: "science/mathematics" source: "https://en.wikipedia.org/wiki/Location_parameter" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Concept in statistics ::
In statistics, a location parameter of a probability distribution is a scalar- or vector-valued parameter x_0, 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:
- either as having a probability density function or probability mass function f(x - x_0); or
- having a cumulative distribution function F(x - x_0); or
- being defined as resulting from the random variable transformation x_0 + X, where X is a random variable with a certain, possibly unknown, distribution. See also .
A direct example of a location parameter is the parameter \mu of the normal distribution. To see this, note that the probability density function f(x | \mu, \sigma) of a normal distribution \mathcal{N}(\mu,\sigma^2) can have the parameter \mu factored out and be written as: g(x' = x - \mu | \sigma) = \frac{1}{\sigma \sqrt{2\pi} } \exp\left(-\frac{1}{2}\left(\frac{x'}{\sigma}\right)^2\right) thus fulfilling the first of the definitions given above.
The above definition indicates, in the one-dimensional case, that if x_0 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 f_{x_0,\theta}(x) = f_\theta(x-x_0) where x_0 is the location parameter, θ represents additional parameters, and f_\theta is a function parametrized on the additional parameters.
Definition
Source:
Let f(x) be any probability density function and let \mu and \sigma 0 be any given constants. Then the function
g(x| \mu, \sigma)= \frac{1}{\sigma} f{\left(\frac{x-\mu}{\sigma}\right)}
is a probability density function.
The location family is then defined as follows:
Let f(x) be any probability density function. Then the family of probability density functions \mathcal{F} = {f(x-\mu) : \mu \in \mathbb{R}} is called the location family with standard probability density function f(x) , where \mu 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 x_0 is a constant and W is random noise with probability density f_W(w), then X = x_0 + W has probability density f_{x_0}(x) = f_W(x-x_0) and its distribution is therefore part of a location family.
Proofs
For the continuous univariate case, consider a probability density function f(x | \theta), x \in [a, b] \subset \mathbb{R}, where \theta is a vector of parameters. A location parameter x_0 can be added by defining: g(x | \theta, x_0) = f(x - x_0 | \theta), ; x \in [a + x_0, b + x_0] it can be proved that g is a p.d.f. by verifying if it respects the two conditions g(x | \theta, x_0) \ge 0 and \int_{-\infty}^{\infty} g(x | \theta, x_0) dx = 1. g integrates to 1 because: \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 now making the variable change u = x - x_0 and updating the integration interval accordingly yields: \int_{a}^{b} f(u | \theta) du = 1 because f(x | \theta) is a p.d.f. by hypothesis. g(x | \theta, x_0) \ge 0 follows from g sharing the same image of f, which is a p.d.f. so its range is contained in [0, 1].
References
General references
References
- (1971). "A Uniformly Asymptotically Efficient Estimator of a Location Parameter". Journal of the American Statistical Association.
- (1992). "Breakthroughs in Statistics". Springer.
- (1975). "Adaptive Maximum Likelihood Estimators of a Location Parameter". The Annals of Statistics.
- (2001). "Statistical Inference". Thomson Learning.
- Ross, Sheldon. (2010). "Introduction to probability models". Academic Press.
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::