public final class LogBeta extends Object
This class is immutable.
Modifier and Type | Method and Description |
---|---|
static double |
value(double p,
double q)
Returns the value of
log B(p, q) for 0 ≤ x ≤ 1 and p, q > 0 . |
public static double value(double p, double q)
log B(p, q)
for 0 ≤ x ≤ 1
and p, q > 0
.
Based on the NSWC Library of Mathematics Subroutines implementation,
DBETLN
.p
- First argument.q
- Second argument.log(Beta(p, q))
, NaN
if
p <= 0
or q <= 0
.Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.