scipy.special.betaln#

scipy.special.betaln(a, b, out=None) = <ufunc 'betaln'>#

Natural logarithm of absolute value of beta function.

Computes ln(abs(beta(a, b))).

Parameters
a, barray_like

Positive, real-valued parameters

outndarray, optional

Optional output array for function values

Returns
scalar or ndarray

Value of the betaln function

See also

gamma

the gamma function

betainc

the incomplete beta function

beta

the beta function