Probit











Plot of probit function


In probability theory and statistics, the probit function is the quantile function associated with the standard normal distribution, which is commonly denoted as N(0,1). Mathematically, it is the inverse of the cumulative distribution function of the standard normal distribution, which is denoted as Φ(z){displaystyle Phi (z)}Phi (z), so the probit is denoted as Φ1(p){displaystyle Phi ^{-1}(p)}Phi ^{{-1}}(p). It has applications in exploratory statistical graphics and specialized regression modeling of binary response variables.


Largely because of the central limit theorem, the standard normal distribution plays a fundamental role in probability theory and statistics. If we consider the familiar fact that the standard normal distribution places 95% of probability between −1.96 and 1.96, and is symmetric around zero, it follows that


Φ(−1.96)=0.025=1−Φ(1.96).{displaystyle Phi (-1.96)=0.025=1-Phi (1.96).,!}Phi (-1.96)=0.025=1-Phi (1.96).,!

The probit function gives the 'inverse' computation, generating a value of an N(0,1) random variable, associated with specified cumulative probability. Continuing the example,



probit⁡(0.025)=−1.96=−probit⁡(0.975){displaystyle operatorname {probit} (0.025)=-1.96=-operatorname {probit} (0.975)}operatorname {probit}(0.025)=-1.96=-operatorname {probit}(0.975).

In general,



Φ(probit⁡(p))=p{displaystyle Phi (operatorname {probit} (p))=p}Phi (operatorname {probit}(p))=p

and

probit⁡(z))=z.{displaystyle operatorname {probit} (Phi (z))=z.}operatorname {probit}(Phi (z))=z.




Contents






  • 1 Conceptual development


  • 2 Diagnosing deviation of a distribution from normality


  • 3 Computation


    • 3.1 An ordinary differential equation for the probit function




  • 4 See also


  • 5 See also


  • 6 References





Conceptual development


The idea of the probit function was published by Chester Ittner Bliss (1899–1979) in a 1934 article in Science on how to treat data such as the percentage of a pest killed by a pesticide.[1] 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 1 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-called probit model is still important in toxicology, as well as other fields. The approach is justified in particular if response variation can be rationalized as a lognormal 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 Probit Analysis, an important text on toxicological applications by D. J. Finney.[2][3] 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):[4] "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 Microsoft Excel, for example, the probit function is available as norm.s.inv(p). In computing environments where numerical implementations of the inverse error function are available, the probit function may be obtained as


probit⁡(p)=2erf−1⁡(2p−1).{displaystyle operatorname {probit} (p)={sqrt {2}},operatorname {erf} ^{-1}(2p-1).}operatorname {probit}(p)={sqrt  {2}},operatorname {erf}^{{-1}}(2p-1).

An example is MATLAB, where an 'erfinv' function is available. The language Mathematica implements 'InverseErf'. Other environments directly implement the probit function as is shown in the following session in the R programming language.


> qnorm(0.025)
[1] -1.959964
> pnorm(-1.96)
[1] 0.02499790

Details for computing the inverse error function can be found at [1]. Wichura gives a fast algorithm for computing the probit function to 16 decimal places; this is used in R to generate random variates for the normal distribution.[5]



An ordinary differential equation for the probit function


Another means of computation is based on forming a non-linear ordinary differential equation (ODE) for probit, as per the Steinbrecher and Shaw method.[6] Abbreviating the probit function as w(p){displaystyle w(p)}w(p), the ODE is


dwdp=1f(w){displaystyle {frac {dw}{dp}}={frac {1}{f(w)}}}{frac  {dw}{dp}}={frac  {1}{f(w)}}

where f(w){displaystyle f(w)}f(w) is the probability density function of w.


In the case of the Gaussian:


dwdp=2π ew22{displaystyle {frac {dw}{dp}}={sqrt {2pi }} e^{frac {w^{2}}{2}}}{frac  {dw}{dp}}={sqrt  {2pi }} e^{{{frac  {w^{2}}{2}}}}

Differentiating again:


d2wdp2=w(dwdp)2{displaystyle {frac {d^{2}w}{dp^{2}}}=wleft({frac {dw}{dp}}right)^{2}}{frac  {d^{2}w}{dp^{2}}}=wleft({frac  {dw}{dp}}right)^{2}

with the centre (initial) conditions


w(1/2)=0,{displaystyle wleft(1/2right)=0,}wleft(1/2right)=0,

w′(1/2)=2π.{displaystyle w'left(1/2right)={sqrt {2pi }}.}w'left(1/2right)={sqrt  {2pi }}.

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. The power series solution is given by


w(p)=π2∑k=0∞dk(2k+1)(2p−1)(2k+1){displaystyle w(p)={sqrt {frac {pi }{2}}}sum _{k=0}^{infty }{frac {d_{k}}{(2k+1)}}(2p-1)^{(2k+1)}}w(p)={sqrt  {frac  {pi }{2}}}sum _{{k=0}}^{{infty }}{frac  {d_{k}}{(2k+1)}}(2p-1)^{{(2k+1)}}

where the coefficients dk{displaystyle d_{k}}d_{k} satisfy the non-linear recurrence


dk+1=π4∑j=0kdjdk−j(j+1)(2j+1){displaystyle d_{k+1}={frac {pi }{4}}sum _{j=0}^{k}{frac {d_{j}d_{k-j}}{(j+1)(2j+1)}}}d_{{k+1}}={frac  {pi }{4}}sum _{{j=0}}^{k}{frac  {d_{j}d_{{k-j}}}{(j+1)(2j+1)}}

with d0=1{displaystyle d_{0}=1}d_{0}=1. In this form the ratio dk+1/dk→1{displaystyle d_{k+1}/d_{k}rightarrow 1}d_{{k+1}}/d_{k}rightarrow 1 as k→{displaystyle krightarrow infty }k rightarrow infty.



See also




Comparison of the logit function with a scaled probit (i.e. the inverse CDF of the normal distribution), comparing logit⁡(x){displaystyle operatorname {logit} (x)}operatorname {logit} (x) vs. Φ1(x)/π8{displaystyle Phi ^{-1}(x)/{sqrt {frac {pi }{8}}}}Phi ^{-1}(x)/{sqrt {frac {pi }{8}}}, which makes the slopes the same at the origin.


Closely related to the probit function (and probit model) are the logit function and logit model. The inverse of the logistic function is given by


logit⁡(p)=log⁡(p1−p).{displaystyle operatorname {logit} (p)=log left({frac {p}{1-p}}right).}operatorname {logit}(p)=log left({frac  {p}{1-p}}right).

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 of logistic regression model, the most prevalent form of regression analysis for categorical response data. In current statistical practice, probit and logit regression models are often handled as cases of the generalized linear model.



See also




  • Detection error tradeoff graphs (DET graphs, an alternative to the ROC)


  • Logistic regression (a.k.a. logit model)

  • Logit

  • Probit model

  • Multinomial probit

  • Q-Q plot

  • Continuous function

  • Monotonic function

  • Quantile function

  • Sigmoid function


  • Rankit analysis, also developed by Chester Bliss

  • Ridit scoring



References





  1. ^ Bliss CI. (1934). "The method of probits". Science. 79 (2037): 38–39. doi:10.1126/science.79.2037.38. JSTOR 1659792. PMID 17813446..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ Finney, D.J. (1947), Probit Analysis. (1st edition) Cambridge University Press, Cambridge, UK.


  3. ^ Finney, D.J. (1971). Probit Analysis (3rd edition). Cambridge University Press, Cambridge, UK. ISBN 0-521-08041-X. OCLC 174198382.


  4. ^ Collett, D. (1991). Modelling Binary Data. Chapman and Hall / CRC.


  5. ^ Wichura, M.J. (1988). "Algorithm AS241: The Percentage Points of the Normal Distribution". Applied Statistics. Blackwell Publishing. 37 (3): 477–484. doi:10.2307/2347330. JSTOR 2347330.


  6. ^ Steinbrecher, G., Shaw, W.T. (2008). "Quantile mechanics". European Journal of Applied Mathematics. 19 (2): 87–112. doi:10.1017/S0956792508007341.CS1 maint: Multiple names: authors list (link)









Popular posts from this blog

鏡平學校

ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

Why https connections are so slow when debugging (stepping over) in Java?