Difference between revisions of "BetaIInv"

Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
= BetaIInv(p,a,b) =
+
== BetaIInv(p, a, b) ==
 
+
The inverse of the incomplete beta function, [[BetaI]].  Returns the value x such that [[BetaI]](x, a, b) = p.
The inverse of the incomplete beta function, [[BetaI]].  Returns the value x such that [[BetaI]](x,a,b)=p.
 
  
 
This computes the inverse CDF of the [[Beta]] distribution.
 
This computes the inverse CDF of the [[Beta]] distribution.
  
= Library =
+
== Library ==
  
 
Advanced Math
 
Advanced Math
  
= See Also =
+
== See Also ==
 
 
 
* [[BetaI]] : The incomplete beta function
 
* [[BetaI]] : The incomplete beta function
 
* [[BetaFn]] : The complete beta function
 
* [[BetaFn]] : The complete beta function
 
* [[Beta]] : The beta distribution
 
* [[Beta]] : The beta distribution
 
* [[GammaFn]], [[GammaI]], [[GammaIInv]] : The closely related gamma function
 
* [[GammaFn]], [[GammaI]], [[GammaIInv]] : The closely related gamma function

Revision as of 23:17, 15 January 2016


BetaIInv(p, a, b)

The inverse of the incomplete beta function, BetaI. Returns the value x such that BetaI(x, a, b) = p.

This computes the inverse CDF of the Beta distribution.

Library

Advanced Math

See Also

Comments


You are not allowed to post comments.