Truncated normal distribution

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Probability density function
File:TnormPDF.png
Probability density function for the truncated normal distribution for different sets of parameters. In all cases, a = −10 and b = 10. For the black: μ = −8, σ = 2; blue: μ = 0, σ = 2; red: μ = 9, σ = 10; orange: μ = 0, σ = 10.
Cumulative distribution function
File:TnormCDF.svg
Cumulative distribution function for the truncated normal distribution for different sets of parameters. In all cases, a = −10 and b = 10. For the black: μ = −8, σ = 2; blue: μ = 0, σ = 2; red: μ = 9, σ = 10; orange: μ = 0, σ = 10.
Notation \xi=\frac{x-\mu}{\sigma},\ \alpha=\frac{a-\mu}{\sigma},\ \beta=\frac{b-\mu}{\sigma}
Z=\Phi(\beta)-\Phi(\alpha)
Parameters μRlocation
σ2 ≥ 0 — squared scale
a ∈ R — minimum value
b ∈ R — maximum value
Support x ∈ [a,b]
PDF f(x;\mu,\sigma, a,b) = \frac{\phi(\xi)}{\sigma Z}\,[1]
CDF F(x;\mu,\sigma, a,b) = \frac{\Phi(\xi) - \Phi(\alpha)}{Z}
Mean \mu +  \frac{\phi(\alpha)-\phi(\beta)}{Z}\sigma
Mode \left\{\begin{array}{ll}a, & \mathrm{if}\ \mu<a \\ \mu, & \mathrm{if}\ a\le\mu\le b\\ b, & \mathrm{if}\ \mu>b\end{array}\right.
Variance \sigma^2\left[1+\frac{\alpha\phi(\alpha)-\beta\phi(\beta)}{Z}
-\left(\frac{\phi(\alpha)-\phi(\beta)}{Z}\right)^2\right]
Entropy \ln(\sqrt{2 \pi e} \sigma Z) + \frac{\alpha\phi(\alpha)-\beta\phi(\beta)}{2Z}
MGF e^{\mu t + \sigma^2 t^2 / 2} * \left[ \frac{ \Phi(\beta- \sigma t) - \Phi(\alpha - \sigma t)  }{\Phi(\beta) - \Phi(\alpha) }  \right]

In probability and statistics, the truncated normal distribution is the probability distribution of a normally distributed random variable whose value is either bounded below or above (or both). The truncated normal distribution has wide applications in statistics and econometrics. For example, it is used to model the probabilities of the binary outcomes in the probit model and to model censored data in the Tobit model.

Definition

Suppose  X \sim N(\mu, \sigma^{2}) has a normal distribution and lies within the interval  X \in (a,b), \; -\infty \leq a < b \leq \infty . Then X conditional on  a < X < b has a truncated normal distribution.

Its probability density function, f, for  a \leq x \leq b , is given by


f(x;\mu,\sigma,a,b) = \frac{\frac{1}{\sigma}\phi(\frac{x - \mu}{\sigma})}{\Phi(\frac{b - \mu}{\sigma}) - \Phi(\frac{a - \mu}{\sigma}) }

and by f=0 otherwise.

Here,

\phi(\xi)=\frac{1}{\sqrt{2 \pi}}\exp\left(-\frac{1}{2}\xi^2\right)

is the probability density function of the standard normal distribution and \Phi(\cdot) is its cumulative distribution function. There is an understanding that if b=\infty, then \Phi\left(\tfrac{b - \mu}{\sigma}\right) =1, and similarly, if a=-\infty, then \Phi\left(\tfrac{a - \mu}{\sigma}\right) =0.

Moments

Let \alpha=(a-\mu)/\sigma and \beta=(b-\mu)/\sigma.

Two sided truncation:[2]

 \operatorname{E}(X \mid a<X<b) = \mu +  \sigma\frac{\phi(\frac{a-\mu}{\sigma})-\phi(\frac{b-\mu}{\sigma})}{\Phi(\frac{b-\mu}{\sigma})-\Phi(\frac{a-\mu}{\sigma})}\! = \mu +  \sigma\frac{\phi(\alpha)-\phi(\beta)}{\Phi(\beta)-\Phi(\alpha)}\!
 \operatorname{Var}(X \mid a<X<b) = \sigma^2\left[1+\frac{\frac{a-\mu}{\sigma}\phi(\frac{a-\mu}{\sigma})-\frac{b-\mu}{\sigma}\phi(\frac{b-\mu}{\sigma})}{\Phi(\frac{b-\mu}{\sigma})-\Phi(\frac{a-\mu}{\sigma})}
-\left(\frac{\phi(\frac{a-\mu}{\sigma})-\phi(\frac{b-\mu}{\sigma})}{\Phi(\frac{b-\mu}{\sigma})-\Phi(\frac{a-\mu}{\sigma})}\right)^2\right]\!
 = \sigma^2\left[1+\frac{\alpha\phi(\alpha)-\beta\phi(\beta)}{\Phi(\beta)-\Phi(\alpha)}
-\left(\frac{\phi(\alpha)-\phi(\alpha)}{\Phi(\beta)-\Phi(\alpha)}\right)^2\right]\!

One sided truncation (upper tail):[3]

 \operatorname{E}(X \mid X>a) = \mu +\sigma\lambda(\alpha) \!
 \operatorname{Var}(X \mid X>a) = \sigma^2[1-\delta(\alpha)],\!

where \alpha=(a-\mu)/\sigma,\; \lambda(\alpha)=\phi(\alpha)/[1-\Phi(\alpha)]\; and  \; \delta(\alpha) = \lambda(\alpha)[\lambda(\alpha)-\alpha].

One sided truncation (lower tail):

 \operatorname{E}(X \mid X<b) = \mu -\sigma\frac{\phi(\beta)}{\Phi(\beta)} \!
 \operatorname{Var}(X \mid X<b) = \sigma^2\left[1-\beta \frac{\phi(\beta)}{\Phi(\beta)}- \left(\frac{\phi(\beta)}{\Phi(\beta)} \right)^2\right],\!

Barr and Sherrill (1999) give a simpler expression for the variance of one sided truncations. Their formula is in terms of the chi-square CDF, which is implemented in standard software libraries. Bebu and Mathew (2009) provide formulas for (generalized) confidence intervals around the truncated moments.

Differential equation


\left\{\sigma ^2 f'(x)+f(x) (x-\mu )=0,f(0)=\frac{\sqrt{\frac{2}{\pi }}
   e^{-\frac{\mu ^2}{2 \sigma ^2}}}{\sigma 
   \left(\text{erf}\left(\frac{\mu -a}{\sqrt{2} \sigma
   }\right)-\text{erf}\left(\frac{\mu -b}{\sqrt{2} \sigma
   }\right)\right)}\right\}

A recursive formula

As for the non-truncated case, there is a neat recursive formula for the truncated moments. See.[4]

Simulating

A random variate x defined as  x = \Phi^{-1}( \Phi(\alpha) + U\cdot(\Phi(\beta)-\Phi(\alpha)))\sigma + \mu with \Phi the cumulative distribution function and \Phi^{-1} its inverse, U a uniform random number on (0, 1), follows the distribution truncated to the range (a, b). This is simply the inverse transform method for simulating random variables. Although one of the simplest, this method can either fail when sampling in the tail of the normal distribution,[5] or be much too slow. Thus, in practice, one has to find alternative methods of simulation.

One such truncated normal generator (implemented in Matlab and in R (programming language) as trandn.R ) is based on an acceptance rejection idea due to Marsaglia.[6] Despite the slightly suboptimal acceptance rate of Marsaglia (1964) in comparison with Robert (1995), Marsaglia's method is typically faster, because it does not require the costly numerical evaluation of the exponential function.

For more on simulating a draw from the truncated normal distribution, see Robert (1995), Lynch (2007) Section 8.1.3 (pages 200–206), Devroye (1986). The MSM package in R has a function, rtnorm, that calculates draws from a truncated normal. The truncnorm package in R also has functions to draw from a truncated normal.

Chopin (2011) proposed (arXiv) an algorithm inspired from the Ziggurat algorithm of Marsaglia and Tsang (1984, 2000), which is usually considered as the fastest Gaussian sampler, and is also very close to Ahrens’s algorithm (1995). Implementations can be found in C, C++, Matlab and Python.


Sampling from the multivariate truncated normal distribution is considerably more difficult.[7] Exact or perfect simulation is only feasible in the case of truncation of the normal distribution to a polytope region. [7] In more general cases, Damien and Walker (2001) introduce a general methodology for sampling truncated densities within a Gibbs sampling framework. Their algorithm introduces one latent variable and, within a Gibbs sampling framework, it is more computationally efficient than the algorithm of Robert (1995).

See also

Lua error in package.lua at line 80: module 'strict' not found.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Johnson, N.L., Kotz, S., Balakrishnan, N. (1994) Continuous Univariate Distributions, Volume 1, Wiley. ISBN 0-471-58495-9 (Section 10.1)
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Document by Eric Orjebin, "http://www.smp.uq.edu.au/people/YoniNazarathy/teaching_projects/studentWork/EricOrjebin_TruncatedNormalMoments.pdf"
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Norman L. Johnson and Samuel Kotz (1970). Continuous univariate distributions-1, chapter 13. John Wiley & Sons.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Nicolas Chopin, "Fast simulation of truncated Gaussian distributions". Statistics and Computing 21(2): 275-288, 2011, doi:10.1007/s11222-009-9168-1

fr:Loi tronquée#Loi normale tronquée