In statistics, a probit model is a type of regression where the dependent variable can take only two values, for example married or not married. The word is a portmanteau, coming from probability + unit. The purpose of the model is to estimate the probability that an observation with particular characteristics will fall into a specific one of the categories; moreover, classifying observations based on their predicted probabilities is a type of binary classification model.
A probit model is a popular specification for a binary response model. As such it treats the same set of problems as does logistic regression using similar techniques. When viewed in the generalized linear model framework, the probit model employs a probit link function. It is most often estimated using the maximum likelihood procedure, such an estimation being called a probit regression.
Conceptual framework
Suppose a response variable Y is binary, that is it can have only two possible outcomes which we will denote as 1 and 0. For example, Y may represent presence/absence of a certain condition, success/failure of some device, answer yes/no on a survey, etc. We also have a vector of regressors X, which are assumed to influence the outcome Y. Specifically, we assume that the model takes the form
P ( Y = 1 ∣ X ) = Φ ( X T β ) , {\displaystyle P(Y=1\mid X)=\Phi (X^{\operatorname {T} }\beta ),}where P is the probability and Φ {\displaystyle \Phi } is the cumulative distribution function (CDF) of the standard normal distribution. The parameters β are typically estimated by maximum likelihood.
It is possible to motivate the probit model as a latent variable model. Suppose there exists an auxiliary random variable
Y ∗ = X T β + ε , {\displaystyle Y^{\ast }=X^{T}\beta +\varepsilon ,}where ε ~ N(0, 1). Then Y can be viewed as an indicator for whether this latent variable is positive:
Y = { 1 Y ∗ > 0 0 otherwise } = { 1 X T β + ε > 0 0 otherwise } {\displaystyle Y=\left.{\begin{cases}1&Y^{*}>0\\0&{\text{otherwise}}\end{cases}}\right\}=\left.{\begin{cases}1&X^{\operatorname {T} }\beta +\varepsilon >0\\0&{\text{otherwise}}\end{cases}}\right\}}The use of the standard normal distribution causes no loss of generality compared with the use of a normal distribution with an arbitrary mean and standard deviation, because adding a fixed amount to the mean can be compensated by subtracting the same amount from the intercept, and multiplying the standard deviation by a fixed amount can be compensated by multiplying the weights by the same amount.
To see that the two models are equivalent, note that
P ( Y = 1 ∣ X ) = P ( Y ∗ > 0 ) = P ( X T β + ε > 0 ) = P ( ε > − X T β ) = P ( ε < X T β ) by symmetry of the normal distribution = Φ ( X T β ) {\displaystyle {\begin{aligned}P(Y=1\mid X)&=P(Y^{\ast }>0)\\&=P(X^{\operatorname {T} }\beta +\varepsilon >0)\\&=P(\varepsilon >-X^{\operatorname {T} }\beta )\\&=P(\varepsilon <X^{\operatorname {T} }\beta )&{\text{by symmetry of the normal distribution}}\\&=\Phi (X^{\operatorname {T} }\beta )\end{aligned}}}Model estimation
Maximum likelihood estimation
Suppose data set { y i , x i } i = 1 n {\displaystyle \{y_{i},x_{i}\}_{i=1}^{n}} contains n independent statistical units corresponding to the model above.
For the single observation, conditional on the vector of inputs of that observation, we have:
P ( y i = 1 | x i ) = Φ ( x i T β ) {\displaystyle P(y_{i}=1|x_{i})=\Phi (x_{i}^{\operatorname {T} }\beta )} P ( y i = 0 | x i ) = 1 − Φ ( x i T β ) {\displaystyle P(y_{i}=0|x_{i})=1-\Phi (x_{i}^{\operatorname {T} }\beta )}where x i {\displaystyle x_{i}} is a vector of K × 1 {\displaystyle K\times 1} inputs, and β {\displaystyle \beta } is a K × 1 {\displaystyle K\times 1} vector of coefficients.
The likelihood of a single observation ( y i , x i ) {\displaystyle (y_{i},x_{i})} is then
L ( β ; y i , x i ) = Φ ( x i T β ) y i [ 1 − Φ ( x i T β ) ] ( 1 − y i ) {\displaystyle {\mathcal {L}}(\beta ;y_{i},x_{i})=\Phi (x_{i}^{\operatorname {T} }\beta )^{y_{i}}[1-\Phi (x_{i}^{\operatorname {T} }\beta )]^{(1-y_{i})}}In fact, if y i = 1 {\displaystyle y_{i}=1} , then L ( β ; y i , x i ) = Φ ( x i T β ) {\displaystyle {\mathcal {L}}(\beta ;y_{i},x_{i})=\Phi (x_{i}^{\operatorname {T} }\beta )} , and if y i = 0 {\displaystyle y_{i}=0} , then L ( β ; y i , x i ) = 1 − Φ ( x i T β ) {\displaystyle {\mathcal {L}}(\beta ;y_{i},x_{i})=1-\Phi (x_{i}^{\operatorname {T} }\beta )} .
Since the observations are independent and identically distributed, then the likelihood of the entire sample, or the joint likelihood, will be equal to the product of the likelihoods of the single observations:
L ( β ; Y , X ) = ∏ i = 1 n ( Φ ( x i T β ) y i [ 1 − Φ ( x i T β ) ] ( 1 − y i ) ) {\displaystyle {\mathcal {L}}(\beta ;Y,X)=\prod _{i=1}^{n}\left(\Phi (x_{i}^{\operatorname {T} }\beta )^{y_{i}}[1-\Phi (x_{i}^{\operatorname {T} }\beta )]^{(1-y_{i})}\right)}The joint log-likelihood function is thus
ln L ( β ; Y , X ) = ∑ i = 1 n ( y i ln Φ ( x i T β ) + ( 1 − y i ) ln ( 1 − Φ ( x i T β ) ) ) {\displaystyle \ln {\mathcal {L}}(\beta ;Y,X)=\sum _{i=1}^{n}{\bigg (}y_{i}\ln \Phi (x_{i}^{\operatorname {T} }\beta )+(1-y_{i})\ln \!{\big (}1-\Phi (x_{i}^{\operatorname {T} }\beta ){\big )}{\bigg )}}The estimator β ^ {\displaystyle {\hat {\beta }}} which maximizes this function will be consistent, asymptotically normal and efficient provided that E [ X X T ] {\displaystyle \operatorname {E} [XX^{\operatorname {T} }]} exists and is not singular. It can be shown that this log-likelihood function is globally concave in β {\displaystyle \beta } , and therefore standard numerical algorithms for optimization will converge rapidly to the unique maximum.
Asymptotic distribution for β ^ {\displaystyle {\hat {\beta }}} is given by
n ( β ^ − β ) → d N ( 0 , Ω − 1 ) , {\displaystyle {\sqrt {n}}({\hat {\beta }}-\beta )\ {\xrightarrow {d}}\ {\mathcal {N}}(0,\,\Omega ^{-1}),}where
Ω = E [ φ 2 ( X T β ) Φ ( X T β ) ( 1 − Φ ( X T β ) ) X X T ] , Ω ^ = 1 n ∑ i = 1 n φ 2 ( x i T β ^ ) Φ ( x i T β ^ ) ( 1 − Φ ( x i T β ^ ) ) x i x i T , {\displaystyle \Omega =\operatorname {E} {\bigg [}{\frac {\varphi ^{2}(X^{\operatorname {T} }\beta )}{\Phi (X^{\operatorname {T} }\beta )(1-\Phi (X^{\operatorname {T} }\beta ))}}XX^{\operatorname {T} }{\bigg ]},\qquad {\hat {\Omega }}={\frac {1}{n}}\sum _{i=1}^{n}{\frac {\varphi ^{2}(x_{i}^{\operatorname {T} }{\hat {\beta }})}{\Phi (x_{i}^{\operatorname {T} }{\hat {\beta }})(1-\Phi (x_{i}^{\operatorname {T} }{\hat {\beta }}))}}x_{i}x_{i}^{\operatorname {T} },}and φ = Φ ′ {\displaystyle \varphi =\Phi '} is the Probability Density Function (PDF) of standard normal distribution.
Semi-parametric and non-parametric maximum likelihood methods for probit-type and other related models are also available.4
Berkson's minimum chi-square method
Main article: Minimum chi-square estimation
This method can be applied only when there are many observations of response variable y i {\displaystyle y_{i}} having the same value of the vector of regressors x i {\displaystyle x_{i}} (such situation may be referred to as "many observations per cell"). More specifically, the model can be formulated as follows.
Suppose among n observations { y i , x i } i = 1 n {\displaystyle \{y_{i},x_{i}\}_{i=1}^{n}} there are only T distinct values of the regressors, which can be denoted as { x ( 1 ) , … , x ( T ) } {\displaystyle \{x_{(1)},\ldots ,x_{(T)}\}} . Let n t {\displaystyle n_{t}} be the number of observations with x i = x ( t ) , {\displaystyle x_{i}=x_{(t)},} and r t {\displaystyle r_{t}} the number of such observations with y i = 1 {\displaystyle y_{i}=1} . We assume that there are indeed "many" observations per each "cell": for each t , lim n → ∞ n t / n = c t > 0 {\displaystyle t,\lim _{n\rightarrow \infty }n_{t}/n=c_{t}>0} .
Denote
p ^ t = r t / n t {\displaystyle {\hat {p}}_{t}=r_{t}/n_{t}} σ ^ t 2 = 1 n t p ^ t ( 1 − p ^ t ) φ 2 ( Φ − 1 ( p ^ t ) ) {\displaystyle {\hat {\sigma }}_{t}^{2}={\frac {1}{n_{t}}}{\frac {{\hat {p}}_{t}(1-{\hat {p}}_{t})}{\varphi ^{2}{\big (}\Phi ^{-1}({\hat {p}}_{t}){\big )}}}}Then Berkson's minimum chi-square estimator is a generalized least squares estimator in a regression of Φ − 1 ( p ^ t ) {\displaystyle \Phi ^{-1}({\hat {p}}_{t})} on x ( t ) {\displaystyle x_{(t)}} with weights σ ^ t − 2 {\displaystyle {\hat {\sigma }}_{t}^{-2}} :
β ^ = ( ∑ t = 1 T σ ^ t − 2 x ( t ) x ( t ) T ) − 1 ∑ t = 1 T σ ^ t − 2 x ( t ) Φ − 1 ( p ^ t ) {\displaystyle {\hat {\beta }}={\Bigg (}\sum _{t=1}^{T}{\hat {\sigma }}_{t}^{-2}x_{(t)}x_{(t)}^{\operatorname {T} }{\Bigg )}^{-1}\sum _{t=1}^{T}{\hat {\sigma }}_{t}^{-2}x_{(t)}\Phi ^{-1}({\hat {p}}_{t})}It can be shown that this estimator is consistent (as n→∞ and T fixed), asymptotically normal and efficient. Its advantage is the presence of a closed-form formula for the estimator. However, it is only meaningful to carry out this analysis when individual observations are not available, only their aggregated counts r t {\displaystyle r_{t}} , n t {\displaystyle n_{t}} , and x ( t ) {\displaystyle x_{(t)}} (for example in the analysis of voting behavior).
Albert and Chib Gibbs sampling method
Gibbs sampling of a probit model is possible with the introduction of normally distributed latent variables z, which are observed as 1 if positive and 0 otherwise. This approach was introduced in Albert and Chib (1993),5 which demonstrated how Gibbs sampling could be applied to binary and polychotomous response models within a Bayesian framework. Under a multivariate normal prior distribution over the weights, the model can be described as
β ∼ N ( b 0 , B 0 ) z i ∣ x i , β ∼ N ( x i T β , 1 ) y i = { 1 if z i > 0 0 otherwise {\displaystyle {\begin{aligned}{\boldsymbol {\beta }}&\sim {\mathcal {N}}(\mathbf {b} _{0},\mathbf {B} _{0})\\[3pt]z_{i}\mid \mathbf {x} _{i},{\boldsymbol {\beta }}&\sim {\mathcal {N}}(\mathbf {x} _{i}^{\operatorname {T} }{\boldsymbol {\beta }},1)\\[3pt]y_{i}&={\begin{cases}1&{\text{if }}z_{i}>0\\0&{\text{otherwise}}\end{cases}}\end{aligned}}}From this, Albert and Chib (1993)6 derive the following full conditional distributions in the Gibbs sampling algorithm:
B = ( B 0 − 1 + X T X ) − 1 β ∣ z ∼ N ( B ( B 0 − 1 b 0 + X T z ) , B ) z i ∣ y i = 0 , x i , β ∼ N ( x i T β , 1 ) [ z i ≤ 0 ] z i ∣ y i = 1 , x i , β ∼ N ( x i T β , 1 ) [ z i > 0 ] {\displaystyle {\begin{aligned}\mathbf {B} &=(\mathbf {B} _{0}^{-1}+\mathbf {X} ^{\operatorname {T} }\mathbf {X} )^{-1}\\[3pt]{\boldsymbol {\beta }}\mid \mathbf {z} &\sim {\mathcal {N}}(\mathbf {B} (\mathbf {B} _{0}^{-1}\mathbf {b} _{0}+\mathbf {X} ^{\operatorname {T} }\mathbf {z} ),\mathbf {B} )\\[3pt]z_{i}\mid y_{i}=0,\mathbf {x} _{i},{\boldsymbol {\beta }}&\sim {\mathcal {N}}(\mathbf {x} _{i}^{\operatorname {T} }{\boldsymbol {\beta }},1)[z_{i}\leq 0]\\[3pt]z_{i}\mid y_{i}=1,\mathbf {x} _{i},{\boldsymbol {\beta }}&\sim {\mathcal {N}}(\mathbf {x} _{i}^{\operatorname {T} }{\boldsymbol {\beta }},1)[z_{i}>0]\end{aligned}}}The result for β {\displaystyle {\boldsymbol {\beta }}} is given in the article on Bayesian linear regression, although specified with different notation, while the conditional posterior distributions of the latent variables follow a truncated normal distribution within the given ranges. The notation [ z i < 0 ] {\displaystyle [z_{i}<0]} is the Iverson bracket, sometimes written I ( z i < 0 ) {\displaystyle {\mathcal {I}}(z_{i}<0)} or similar. Thus, knowledge of the observed outcomes serves to restrict the support of the latent variables.
Sampling of the weights β {\displaystyle {\boldsymbol {\beta }}} given the latent vector z {\displaystyle \mathbf {z} } from the multinormal distribution is standard. For sampling the latent variables from the truncated normal posterior distributions, one can take advantage of the inverse-cdf method, implemented in the following R vectorized function, making it straightforward to implement the method.
zbinprobit <- function(y, X, beta, n) { meanv <- X %*% beta u <- runif(n) # uniform(0,1) random variates cd <- pnorm(-meanv) # cumulative normal CDF pu <- (u * cd) * (1 - 2 * y) + (u + cd) * y cpui <- qnorm(pu) # inverse normal CDF z <- meanv + cpui # latent vector return(z) }Model evaluation
The suitability of an estimated binary model can be evaluated by counting the number of true observations equaling 1, and the number equaling zero, for which the model assigns a correct predicted classification by treating any estimated probability above 1/2 (or, below 1/2), as an assignment of a prediction of 1 (or, of 0). See Logistic regression § Model for details.
Performance under misspecification
Consider the latent variable model formulation of the probit model. When the variance of ε {\displaystyle \varepsilon } conditional on x {\displaystyle x} is not constant but dependent on x {\displaystyle x} , then the heteroscedasticity issue arises. For example, suppose y ∗ = β 0 + B 1 x 1 + ε {\displaystyle y^{*}=\beta _{0}+B_{1}x_{1}+\varepsilon } and ε ∣ x ∼ N ( 0 , x 1 2 ) {\displaystyle \varepsilon \mid x\sim N(0,x_{1}^{2})} where x 1 {\displaystyle x_{1}} is a continuous positive explanatory variable. Under heteroskedasticity, the probit estimator for β {\displaystyle \beta } is usually inconsistent, and most of the tests about the coefficients are invalid. More importantly, the estimator for P ( y = 1 ∣ x ) {\displaystyle P(y=1\mid x)} becomes inconsistent, too. To deal with this problem, the original model needs to be transformed to be homoskedastic. For instance, in the same example, 1 [ β 0 + β 1 x 1 + ε > 0 ] {\displaystyle 1[\beta _{0}+\beta _{1}x_{1}+\varepsilon >0]} can be rewritten as 1 [ β 0 / x 1 + β 1 + ε / x 1 > 0 ] {\displaystyle 1[\beta _{0}/x_{1}+\beta _{1}+\varepsilon /x_{1}>0]} , where ε / x 1 ∣ x ∼ N ( 0 , 1 ) {\displaystyle \varepsilon /x_{1}\mid x\sim N(0,1)} . Therefore, P ( y = 1 ∣ x ) = Φ ( β 1 + β 0 / x 1 ) {\displaystyle P(y=1\mid x)=\Phi (\beta _{1}+\beta _{0}/x_{1})} and running probit on ( 1 , 1 / x 1 ) {\displaystyle (1,1/x_{1})} generates a consistent estimator for the conditional probability P ( y = 1 ∣ x ) . {\displaystyle P(y=1\mid x).}
When the assumption that ε {\displaystyle \varepsilon } is normally distributed fails to hold, then a functional form misspecification issue arises: if the model is still estimated as a probit model, the estimators of the coefficients β {\displaystyle \beta } are inconsistent. For instance, if ε {\displaystyle \varepsilon } follows a logistic distribution in the true model, but the model is estimated by probit, the estimates will be generally smaller than the true value. However, the inconsistency of the coefficient estimates is practically irrelevant because the estimates for the partial effects, ∂ P ( y = 1 ∣ x ) / ∂ x i ′ {\displaystyle \partial P(y=1\mid x)/\partial x_{i'}} , will be close to the estimates given by the true logit model.7
To avoid the issue of distribution misspecification, one may adopt a general distribution assumption for the error term, such that many different types of distribution can be included in the model. The cost is heavier computation and lower accuracy for the increase of the number of parameter.8 In most of the cases in practice where the distribution form is misspecified, the estimators for the coefficients are inconsistent, but estimators for the conditional probability and the partial effects are still very good.
One can also take semi-parametric or non-parametric approaches, e.g., via local-likelihood or nonparametric quasi-likelihood methods, which avoid assumptions on a parametric form for the index function and is robust to the choice of the link function (e.g., probit or logit).9
History
The probit model is usually credited to Chester Bliss, who coined the term "probit" in 1934,10 and to John Gaddum (1933), who systematized earlier work.11 However, the basic model dates to the Weber–Fechner law by Gustav Fechner, published in Fechner (1860), and was repeatedly rediscovered until the 1930s; see Finney (1971, Chapter 3.6) and Aitchison & Brown (1957, Chapter 1.2).12
A fast method for computing maximum likelihood estimates for the probit model was proposed by Ronald Fisher as an appendix to Bliss' work in 1935.13
See also
- Generalized linear model
- Limited dependent variable
- Logit model
- Multinomial probit
- Multivariate probit models
- Ordered probit and ordered logit model
- Separation (statistics)
- Tobit model
- Aitchison, John; Brown, James Alan Calvert (1957). The Lognormal Distribution: With Special Reference to Its Uses in Economics. University Press. ISBN 978-0-521-04011-2.
- Cramer, J. S. (2002). The origins of logistic regression (PDF) (Technical report). Vol. 119. Tinbergen Institute. pp. 167–178. doi:10.2139/ssrn.360300.
- Published in: Cramer, J. S. (2004). "The early origins of the logit model". Studies in History and Philosophy of Science Part C: Studies in History and Philosophy of Biological and Biomedical Sciences. 35 (4): 613–626. doi:10.1016/j.shpsc.2004.09.003.
- Fechner, Gustav Theodor (1860). Elemente der Psychophysik [Elements of psychophysics]. Vol. band 2. Leipzig: Breitkopf und Härtel.
- Finney, D. J. (1971). Probit analysis.
Further reading
- Albert, J. H.; Chib, S. (1993). "Bayesian Analysis of Binary and Polychotomous Response Data". Journal of the American Statistical Association. 88 (422): 669–679. doi:10.1080/01621459.1993.10476321. JSTOR 2290350.
- Amemiya, Takeshi (1985). "Qualitative Response Models". Advanced Econometrics. Oxford: Basil Blackwell. pp. 267–359. ISBN 0-631-13345-3.
- Gouriéroux, Christian (2000). "The Simple Dichotomy". Econometrics of Qualitative Dependent Variables. New York: Cambridge University Press. pp. 6–37. ISBN 0-521-58985-1.
- Liao, Tim Futing (1994). Interpreting Probability Models: Logit, Probit, and Other Generalized Linear Models. Sage. ISBN 0-8039-4999-5.
- McCullagh, Peter; John Nelder (1989). Generalized Linear Models. London: Chapman and Hall. ISBN 0-412-31760-5.
External links
- Media related to Probit model at Wikimedia Commons
- Econometrics Lecture (topic: Probit model) on YouTube by Mark Thoma
References
Oxford English Dictionary, 3rd ed. s.v. probit (article dated June 2007): Bliss, C. I. (1934). "The Method of Probits". Science. 79 (2037): 38–39. Bibcode:1934Sci....79...38B. doi:10.1126/science.79.2037.38. PMID 17813446. These arbitrary probability units have been called 'probits'. /wiki/Science_(journal) ↩
Agresti, Alan (2015). Foundations of Linear and Generalized Linear Models. New York: Wiley. pp. 183–186. ISBN 978-1-118-73003-4. 978-1-118-73003-4 ↩
Aldrich, John H.; Nelson, Forrest D.; Adler, E. Scott (1984). Linear Probability, Logit, and Probit Models. Sage. pp. 48–65. ISBN 0-8039-2133-0. 0-8039-2133-0 ↩
Park, Byeong U.; Simar, Léopold; Zelenyuk, Valentin (2017). "Nonparametric estimation of dynamic discrete choice models for time series data" (PDF). Computational Statistics & Data Analysis. 108: 97–120. doi:10.1016/j.csda.2016.10.024. https://espace.library.uq.edu.au/view/UQ:415620/UQ415620_OA.pdf ↩
Albert, J., & Chib, S. (1993). "Bayesian Analysis of Binary and Polychotomous Response Data." Journal of the American Statistical Association, 88(422), 669-679. ↩
Albert, J., & Chib, S. (1993). "Bayesian Analysis of Binary and Polychotomous Response Data." Journal of the American Statistical Association, 88(422), 669-679. ↩
Greene, W. H. (2003), Econometric Analysis, Prentice Hall, Upper Saddle River, NJ. ↩
For more details, refer to: Cappé, O., Moulines, E. and Ryden, T. (2005): "Inference in Hidden Markov Models", Springer-Verlag New York, Chapter 2. ↩
Park, Byeong U.; Simar, Léopold; Zelenyuk, Valentin (2017). "Nonparametric estimation of dynamic discrete choice models for time series data" (PDF). Computational Statistics & Data Analysis. 108: 97–120. doi:10.1016/j.csda.2016.10.024. https://espace.library.uq.edu.au/view/UQ:415620/UQ415620_OA.pdf ↩
Bliss, C. I. (1934). "The Method of Probits". Science. 79 (2037): 38–39. Bibcode:1934Sci....79...38B. doi:10.1126/science.79.2037.38. PMID 17813446. /wiki/Science_(journal) ↩
Cramer 2002, p. 7. - Cramer, J. S. (2002). The origins of logistic regression (PDF) (Technical report). Vol. 119. Tinbergen Institute. pp. 167–178. doi:10.2139/ssrn.360300. https://papers.tinbergen.nl/02119.pdf ↩
Cramer 2002, p. 7. - Cramer, J. S. (2002). The origins of logistic regression (PDF) (Technical report). Vol. 119. Tinbergen Institute. pp. 167–178. doi:10.2139/ssrn.360300. https://papers.tinbergen.nl/02119.pdf ↩
Fisher, R. A. (1935). "The Case of Zero Survivors in Probit Assays". Annals of Applied Biology. 22: 164–165. doi:10.1111/j.1744-7348.1935.tb07713.x. Archived from the original on 2014-04-30. https://archive.today/20140430203018/http://ebooks.adelaide.edu.au/dspace/handle/2440/15223 ↩