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