Scythe-1.0.3
double scythe::lnbetafn ( double  a,
double  b 
) [inline]

The natural log of the beta function.

Computes the natural log of the beta function, evaluated at (a, b).

Parameters:
aThe first parameter.
bThe second parameter.
See also:
betafn(double a, double b)
pbeta(double x, double a, double b)
dbeta(double x, double a, double b)
rng::rbeta(double a, double b)
Exceptions:
scythe_invalid_arg(Level 1)
scythe_range_error(Level 1)
scythe_precision_error(Level 1)

References gammafn(), lngammafn(), log(), and SCYTHE_CHECK_10.

Referenced by betafn(), and lndbeta1().