Difference between revisions of "BetaFn"

(copied equation from user guide, changed status)
Line 1: Line 1:
 
[[category:Analytic Distribution Functions]]
 
[[category:Analytic Distribution Functions]]
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
 
= BetaFn(a,b) =
 
= BetaFn(a,b) =
  
The complete beta function.
+
The complete beta function, defined as:
 +
:<math>BetaFn(a,b) = \int_0^1 x^{a-1} (1-x)^{b-1} dx</math>
  
 
= Library =
 
= Library =

Revision as of 21:41, 10 July 2007


BetaFn(a,b)

The complete beta function, defined as:

[math]\displaystyle{ BetaFn(a,b) = \int_0^1 x^{a-1} (1-x)^{b-1} dx }[/math]

Library

Advanced Math

See Also

  • BetaI : The incomplete beta function
  • GammaFn : The complete gamma function
Comments


You are not allowed to post comments.