Difference between revisions of "BetaFn"

(copied equation from user guide, changed status)
Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- 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, defined as:
 
The complete beta function, defined as:
 
:<math>BetaFn(a,b) = \int_0^1 x^{a-1} (1-x)^{b-1} dx</math>
 
:<math>BetaFn(a,b) = \int_0^1 x^{a-1} (1-x)^{b-1} dx</math>
  
= Library =
+
== Library ==
 
 
 
Advanced Math
 
Advanced Math
  
= See Also =
+
== See Also ==
 
 
 
* [[BetaI]] : The incomplete beta function
 
* [[BetaI]] : The incomplete beta function
 
* [[GammaFn]] : The complete gamma function
 
* [[GammaFn]] : The complete gamma function

Revision as of 23:08, 15 January 2016


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.