Special.Log Beta Method
Evaluates the logarithm of the
Beta function.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The natural logarithm of the Beta function evaluated for the specified arguments.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double LogBeta(
double a,
double b
)
Parameters
Return Value
DoubleThe natural logarithm of the Beta function evaluated for the specified arguments.