|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction
com.numericalmethod.suanshu.analysis.differentiation.univariate.DBetaRegularized
public class DBetaRegularized
This class represents the first order derivative function of
the Regularized Incomplete Beta function w.r.t x,
the upper limit.
d
----Bx(p, q) = xp-1 * (1 - x)q-1 / B(p, q)
dx
BetaRegularized,
Wikipedia: Incomplete beta function| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Field Summary | |
|---|---|
double |
p
the shape parameter |
double |
q
the shape parameter |
| Constructor Summary | |
|---|---|
DBetaRegularized(double p,
double q)
Construct the derivative function of the Regularized Incomplete Beta function with shape parameters p and q. |
|
| Method Summary | |
|---|---|
double |
evaluate(double x)
Evaluate dBx(p, q)/dx. |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double p
public final double q
| Constructor Detail |
|---|
public DBetaRegularized(double p,
double q)
p and q.
p - the shape parameterq - the shape parameter| Method Detail |
|---|
public double evaluate(double x)
dBx(p, q)/dx.
evaluate in class UnivariateRealFunctionx - 0 ≤ x ≤ 1
dBx(p, q)/dx
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||