出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2013/02/12 22:28:02」(JST)
Regression analysis |
---|
Models |
|
|
|
|
|
Estimation |
|
|
Background |
|
|
In statistics, a probit model is a type of regression where the dependent variable can only take two values, for example married or not married. The name is from probability + unit.[1]
A probit model is a popular specification for an ordinal[2] or a binary response model that employs a probit link function. As such it treats the same set of problems as does logistic regression using similar techniques. The probit model is most often estimated using the standard maximum likelihood procedure, such an estimation being called a probit regression.
Probit models were introduced by Chester Bliss in 1934, and a fast method for computing maximum likelihood estimates for them was proposed by Ronald Fisher in an appendix to Bliss 1935.
Contents
|
Suppose 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 form
where Pr denotes probability, and Φ is the Cumulative Distribution Function (CDF) of the standard normal distribution. The parameters β are typically estimated by maximum likelihood.
It is also possible to motivate the probit model as a latent variable model. Suppose there exists an auxiliary random variable
where ε ~ N(0, 1). Then Y can be viewed as an indicator for whether this latent variable is positive:
The use of the standard normal distribution causes no loss of generality compared with using 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
Suppose data set contains n independent statistical units corresponding to the model above. Then their joint log-likelihood function is
The estimator which maximizes this function will be consistent, asymptotically normal and efficient provided that E[XX'] exists and is not singular. It can be shown that this log-likelihood function is globally concave in β, and therefore standard numerical algorithms for optimization will converge rapidly to the unique maximum.
Asymptotic distribution for is given by
where
and φ = Φ' is the Probability Density Function (PDF) of standard normal distribution.
This method can be applied only when there are many observations of response variable having the same value of the vector of regressors (such situation may be referred to as "many observations per cell"). More specifically, the model can be formulated as follows.
Suppose among n observations there are only T distinct values of the regressors, which can be denoted as . Let be the number of observations with and the number of such observations with . We assume that there are indeed "many" observations per each "cell": for each .
Denote
Then Berkson's minimum chi-square estimator is a generalized least squares estimator in a regression of on with weights :
It can be shown that this estimator is consistent (as n→∞ and T fixed), asymptotically normal and efficient.[citation needed] 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 , , and (for example in the analysis of voting behavior).
Gibbs sampling of a probit model is possible because regression models typically use normal prior distributions over the weights, and this distribution is conjugate with the normal distribution of the errors (and hence of the latent variablesY*). The model can be described as
From this, we can determine the full conditional densities needed:
The result for β is given in the article on Bayesian linear regression, although specified with different notation.
The only trickiness is in the last two equations. The notation is the Iverson bracket, sometimes written or similar. It indicates that the distribution must be truncated within the given range, and rescaled appropriately. In this particular case, a truncated normal distribution arises. Sampling from this distribution depends on how much is truncated. If a large fraction of the original mass remains, sampling can be easily done with rejection sampling — simply sample a number from the non-truncated distribution, and reject it if it falls outside the restriction imposed by the truncation. If sampling from only a small fraction of the original mass, however (e.g. if sampling from one of the tails of the normal distribution — for example if is around 3 or more, and a negative sample is desired), then this will be inefficient and it becomes necessary to fall back on other sampling algorithms. General sampling from the truncated normal can be achieved using approximations to the normal CDF and the probit function, and R has a function rtnorm()
for generating truncated-normal samples.
全文を閲覧するには購読必要です。 To read the full text you will need to subscribe.
リンク元 | 「プロビット法」「プロビット分析」「プロビット解析」 |
関連記事 | 「analysis」 |
.