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