Probit Regression

Probit regression can be employed as an alternative to the logistic regression in binary response models. For a binary response variable Y, the probit regression model has the form:

probit

or equivalently,

probit2

where phi_inverse is the inverse of the cumulative standard normal distribution function, often referred as probit or normit, and phi is the cumulative standard normal distribution function.

The probit regression model can be viewed also as a special case of the generalized linear model whose link function is probit.


Next: Probit Regression with SAS
Prev: Logistic Regression with SPSS
Up: Contents