- Probit
In
probability theory andstatistics , the probit function is the inversecumulative distribution function (CDF), orquantile function associated with the standardnormal distribution . It has applications in exploratory statistical graphics and specialized regression modeling of binary response variables.For the standard
normal distribution (often denoted N(0,1)), the CDF is commonly denoted . is a continuous, monotone increasingsigmoid function whose domain is the real line and range is (0,1). As an example, consider the familiar fact that the N(0,1) distribution places 95% of probability between -1.96 and 1.96, and is symmetric around zero. It follows that :The probit function gives the 'inverse' computation, generating a value of an N(0,1) random variable, associated with specified cumulative probability. Formally, the probit function is the inverse of , denoted . Continuing the example,
:.
In general,
: and
The idea of probit was published in 1934 by
Chester Ittner Bliss (1899-1979) in an article in "Science" on how to treat data such as the percentage of a pest killed by apesticide . [cite journal | journal=Science | volume=79 | issue=2037 | pages=38-39 | date=1934 | author=Bliss CI. | title=The method of probits | pmid=17813446 | doi = ] Bliss proposed transforming the percentage killed into a "probability unit" (or "probit") which was linearly related to the modern definition (he defined it arbitrarily as equal to 0 for 0.0001 and 10 for 0.9999). He included a table to aid other researchers to convert their kill percentages to his probit, which they could then plot against the logarithm of the dose and thereby, it was hoped, obtain a more or less straight line. Such a so-calledprobit model is still important in toxicology, as well as other fields. The approach is justified in particular if response variation can be rationalized as alognormal distribution of tolerances among subjects on test, where the tolerance of a particular subject is the dose just sufficient for the response of interest.The method introduced by Bliss was carried forward in an important text on toxicological applications by
D. J. Finney . [Finney, D.J. (1947), "Probit Analysis". (1st edition) Cambridge University Press, Cambridge, UK.] [cite book| author=Finney, D.J. | year=1971 | title=Probit Analysis (3rd edition)| publisher= Cambridge University Press, Cambridge, UK| isbn=052108041X ] Values tabled by Finney can be derived from probits as defined here by adding a value of 5. This distinction is summarized by Collett (p. 55): [cite book | author = Collett, D. | year=1991 | title=Modelling Binary Data | publisher=Chapman and Hall / CRC] "The original definition of a probit [with 5 added was] primarily to avoid having to work with negative probits; ... This definition is still used in some quarters, but in the major statistical software packages for what is referred to as probit analysis, probits are defined without the addition of 5." It should be observed that probit methodology, including numerical optimization for fitting of probit functions, was introduced before widespread availability of electronic computing. When using tables, it was convenient to have probits uniformly positive. Common areas of application do not require positive probits.Diagnosing deviation of a distribution from normality
In addition to providing a basis for important types of regression, the probit function is useful in statistical analysis for diagnosing deviation from normality, according to the method of Q-Q plotting. If a set of data is actually a sample of a
normal distribution , a plot of the values against their probit scores will be approximately linear. Specific deviations from normality such as asymmetry, heavy tails, or bimodality can be diagnosed based on detection of specific deviations from linearity. While the Q-Q plot can be used for comparison to any distribution family (not only the normal), the normal Q-Q plot is a relatively standard exploratory data analysis procedure because the assumption of normality is often a starting point for analysis.Computation
The normal distribution CDF and its inverse are not available in
closed form , and computation requires careful use of numerical procedures. However, the functions are widely available in software for statistics and probability modeling, and in spreadsheets. In computing environments where numerical implementations of the inverse error function are available, the probit function may be obtained as : An example isMATLAB , where an 'erfinv' function is available. The languageMathematica implements 'InverseErf'. Other environments directly implement the probit function as is shown in the following session in theR programming language .> qnorm(0.025)
[1] -1.959964
> pnorm(-1.96)
[1] 0.02499790
An ordinary differential equation for the probit function
Another means of computation is based on forming a non-linear ordinary differential equation for probit. Abbreviating the probit function as , the ODE is
:
with the centre (boundary) conditions
:
:
This equation may be solved by several methods, including the classical power series approach. From this solutions of arbitrarily high accuracy may be developed based on Steinbrecher's approach to the series for the inverse error function [cite journal| author= Steinbrecher, G., Shaw, W.T. | year=2008 | title=Quantile mechanics| journal= European Journal of Applied Mathematics| volume= 19 | issue=2| pages=87-112| doi = 10.1017/S0956792508007341 ] . The power series solution is given by
:
where the coefficients satisfy the non-linear recurrence
:
with . In this form the ratio as .
Related topics
Closely related to the probit function (and
probit model ) are thelogit function andlogit model . The inverse of the logistic function is given by:
Analogously to the probit model, we may assume that such a quantity is related linearly to a set of predictors, resulting in the
logit model , the basis in particular oflogistic regression model, the most prevalent form ofregression analysis for binary response data. In current statistical practice, probit and logit regression models are often handled as cases of thegeneralized linear model .See also
*
Q-Q plot
*Rankit analysis, also developed by Chester Bliss.
*probit model
*logit ,logit model
*Quantile function References
Wikimedia Foundation. 2010.