BetaI

Revision as of 23:09, 15 January 2016 by Bbecane (talk | contribs)


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

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
Comments


You are not allowed to post comments.