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)\).
|
evaluatedimensionOfDomain, dimensionOfRangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimensionOfDomain, dimensionOfRangepublic DBetaRegularized(double p,
double q)
BetaRegularized.p - the shape parameterq - the shape parameterCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.