|
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.BivariateRealFunction
com.numericalmethod.suanshu.analysis.differentiation.univariate.DBeta
public class DBeta
This class represents the first order derivative function of the Beta function w.r.t x,
i.e., dB(x, y)/dx.
dB(x, y)/dx = B(x, y) * (ψ(x) - ψ(x + y)),
where
x > 0, y > 0
Beta,
Wikipedia: Derivatives| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
DBeta()
|
|
| Method Summary | |
|---|---|
double |
evaluate(double x,
double y)
Evaluate dB(x, y)/dx. |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.BivariateRealFunction |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBeta()
| Method Detail |
|---|
public double evaluate(double x,
double y)
dB(x, y)/dx.
evaluate in class BivariateRealFunctionx - x > 0y - y > 0
dB(x, y)/dx
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||