Difference between revisions of "BetaIInv"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:Analytic Distribution Functions]]
+
[[Category: Analytic Distribution Functions]]
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
+
[[Category: Distribution Densities library functions]]
 +
[[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, [[Distribution Densities Library]]  ([[media:Distribution Densities.ana|Distribution Densities.ana]])
Advanced Math
+
:Use [[File menu|File]] &rarr; '''Add Library...''' to add this library
 
 
= 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]] :: The closely related gamma function
 +
* [[GammaI]]
 +
* [[GammaIInv]]
 +
* [[Distribution Densities Library]]
 +
* [[media:Distribution Densities.ana|Distribution Densities.ana]]

Latest revision as of 21:26, 24 May 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, Distribution Densities Library (Distribution Densities.ana)

Use FileAdd Library... to add this library

See Also

Comments


You are not allowed to post comments.