Difference between revisions of "BetaI"
m (adding doc status category stub page) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[Category: Analytic Distribution Functions]] |
− | [[Category:Doc Status | + | [[Category: Distribution Densities library functions]] |
+ | [[Category: Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | {{ | + | == BetaI(x, a'', b'') == |
+ | The incomplete beta function. | ||
+ | |||
+ | The incomplete beta function returns the cumulative probability for a [[Beta]](a, b) distribution at «x», defined by: | ||
+ | :<math>BetaI(x,a,b) = {1\over{BetaFn(a,b)}} \int_0^x x^{a-1} (1-x)^{b-1} dx</math> | ||
+ | |||
+ | == Library == | ||
+ | Advanced Math, [[Distribution Densities Library]] ([[media:Distribution Densities.ana|Distribution Densities.ana]]) | ||
+ | :Use [[File menu|File]] → '''Add Library...''' to add this library | ||
+ | |||
+ | == See Also == | ||
+ | * [[Beta]] : The beta distribution | ||
+ | * [[BetaFn]] : The complete beta function | ||
+ | * [[BetaIInv]] : The inverse of the beta function | ||
+ | * [[BetaIaInv]] : The inverse of the beta function with respect to parameter «a» | ||
+ | * [[GammaI]] : the closely related incomplete gamma function | ||
+ | * [[Distribution Densities Library]] | ||
+ | * [[media:Distribution Densities.ana|Distribution Densities.ana]] |
Latest revision as of 21:16, 24 May 2016
BetaI(x, a, b)
The incomplete beta function.
The incomplete beta function returns the cumulative probability for a Beta(a, b) distribution at «x», defined by:
- [math]\displaystyle{ BetaI(x,a,b) = {1\over{BetaFn(a,b)}} \int_0^x x^{a-1} (1-x)^{b-1} dx }[/math]
Library
Advanced Math, Distribution Densities Library (Distribution Densities.ana)
- Use File → Add Library... to add this library
See Also
- Beta : The beta distribution
- BetaFn : The complete beta function
- BetaIInv : The inverse of the beta function
- BetaIaInv : The inverse of the beta function with respect to parameter «a»
- GammaI : the closely related incomplete gamma function
- Distribution Densities Library
- Distribution Densities.ana
Comments
Enable comment auto-refresher