Special.LogBeta Method

Evaluates the logarithm of the Beta function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double LogBeta(
	double a,
	double b
)

Parameters

a  Double
The first argument.
b  Double
The second argument.

Return Value

Double
The natural logarithm of the Beta function evaluated for the specified arguments.

See Also