BetaIaInv

Revision as of 22:43, 8 January 2013 by Lchrisman (talk | contribs) (Introduced this function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


(new to Analytica 4.5)

BetaIaInv(p,x,b)

Computes the inverse of the incomplete beta function, BetaI(p,a,b) with respect to «a». In other words, BetaIaInv returns a value such that BetaI(p,BetaIaInv(p,x,b),b) is equal to x.

Note that this is similar to the BetaIInv(y,a,b) function, except that BetaIInv inverts BetaI with respect to the first parameter, «p», whereas BetaIaInv inverts it relative to the second parameter, «a».

The BetaIaInv function is closely related to the CumNegativeBinomialInv function, which computes the inverse cumulative probability for a NegativeBinomial distribution. The two are related as:

CumNegativeBinomialInv(u,r,p)+1 = BetaIaInv(p,1-u,r)

Library

Distribution Densities Library

See Also

Comments


You are not allowed to post comments.