Difference between revisions of "BetaIaInv"
(NegativeBinomial --> NegBinomial) |
m (Changed to CumNegativeBinomInv) |
||
Line 9: | Line 9: | ||
Note that this is similar to the <code>[[BetaIInv]](y,a,b)</code> function, except that [[BetaIInv]] inverts [[BetaI]] with respect to the first parameter, «p», whereas [[BetaIaInv]] inverts it relative to the second parameter, «a». | Note that this is similar to the <code>[[BetaIInv]](y,a,b)</code> 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 [[ | + | The [[BetaIaInv]] function is closely related to the [[CumNegativeBinomInv]] function, which computes the inverse cumulative probability for a [[NegativeBinomial]] distribution. The two are related as: |
− | :<code> | + | :<code>CumNegativeBinomInv(u,r,p)+1 = BetaIaInv(p,1-u,r)</code> |
= Library = | = Library = | ||
Line 21: | Line 21: | ||
* [[BetaI]](p,a,b) | * [[BetaI]](p,a,b) | ||
* [[BetaIInv]](y,a,b) | * [[BetaIInv]](y,a,b) | ||
− | * [[ | + | * [[CumNegativeBinomInv]] |
Revision as of 23:08, 8 January 2013
(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 CumNegativeBinomInv function, which computes the inverse cumulative probability for a NegativeBinomial distribution. The two are related as:
CumNegativeBinomInv(u,r,p)+1 = BetaIaInv(p,1-u,r)
Library
Advanced Math
See Also
- BetaI(p,a,b)
- BetaIInv(y,a,b)
- CumNegativeBinomInv
Comments
Enable comment auto-refresher