An NDoc Documented Class Library

Beta.LogBeta Method 

Returns the natural logarithm of the beta function B(a, b).

public static double LogBeta(
   double a,
   double b
);

Parameters

a
The a parameter.
b
The b parameter.

Return Value

log(B(a, b))

See Also

Beta Class | numerics4net.special Namespace