Click or drag to resize

SpecialFunctions Methods

The SpecialFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeta
Calculates Beta function of nonnegative real arguments. http://en.wikipedia.org/wiki/Beta_function
Public methodStatic memberBetaLn
Calculates natural logarithm of Beta function of nonnegative real arguments. http://en.wikipedia.org/wiki/Beta_function
Public methodStatic memberBetaRegularized
Calculates value of regularized incomplete beta function with nonnegative real arguments. http://en.wikipedia.org/wiki/Beta_function#Incomplete_beta_function
Public methodStatic memberComplementaryBetaRegularized
Calculates value of complementary regularized incomplete beta function with nonnegative real arguments. http://en.wikipedia.org/wiki/Beta_function#Incomplete_beta_function
Public methodStatic memberComplementaryErrorFunction
Calculates complementary error function (erfc) value. http://en.wikipedia.org/wiki/Error_function
Public methodStatic memberErrorFunction
Calculates error function (erf) value. http://en.wikipedia.org/wiki/Error_function
Public methodStatic memberGamma
Computes the gamma function. http://en.wikipedia.org/wiki/Gamma_function
Public methodStatic memberGammaLn
Computes the natural logarithm of the absolute value of Gamma function. http://en.wikipedia.org/wiki/Gamma_function
Public methodStatic memberGammaLowerRegularized
Calculates regularized lower incomplete Gamma function. http://en.wikipedia.org/wiki/Incomplete_gamma_function#Regularized_Gamma_functions_and_Poisson_random_variables
Public methodStatic memberGammaUpperRegularized
Calculates regularized upper incomplete Gamma function. http://en.wikipedia.org/wiki/Incomplete_gamma_function#Regularized_Gamma_functions_and_Poisson_random_variables
Public methodStatic memberInverseComplementaryErrorFunction
Calculates iverse complementary error function value. http://en.wikipedia.org/wiki/Error_function
Public methodStatic memberInverseErrorFunction
Calculates iverse error function value. http://en.wikipedia.org/wiki/Error_function#Inverse_function
Top
See Also