public class DBetaRegularized extends AbstractUnivariateRealFunction
BetaRegularized
, w.r.t the upper limit, x.
\[
{\partial \over \partial x} \mathrm{B_x}(p, q) = \frac{x^{p-1}(1-x)^{q-1}}{\mathrm{B_x}(p, q)}
\]Function.EvaluationException
Constructor and Description |
---|
DBetaRegularized(double p,
double q)
Construct the derivative function of the Regularized Incomplete Beta function,
BetaRegularized . |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double x)
Evaluate \({\partial \over \partial x} \mathrm{B_x}(p, q)\).
|
evaluate
dimensionOfDomain, dimensionOfRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimensionOfDomain, dimensionOfRange
public DBetaRegularized(double p, double q)
BetaRegularized
.p
- the shape parameterq
- the shape parameterCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.