|
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.stats.stochasticprocess.univariate.integration.FiltrationFunction
com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.F_sum_tBtDt
public abstract class F_sum_tBtDt
a function of this integral /1 | (t - 0.5) * (B) (dt) /0
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Field Summary | |
|---|---|
protected double |
sum_BtDt
|
protected double |
sum_tBtDt
|
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.FiltrationFunction |
|---|
FT |
| Constructor Summary | |
|---|---|
F_sum_tBtDt()
|
|
| Method Summary | |
|---|---|
void |
setFT(Filtration FT)
Set the filtration for this function. |
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.FiltrationFunction |
|---|
evaluate, evaluate, ft |
| 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 |
|---|
protected double sum_BtDt
protected double sum_tBtDt
| Constructor Detail |
|---|
public F_sum_tBtDt()
| Method Detail |
|---|
public void setFT(Filtration FT)
FiltrationFunction
This function is called for each call to Integrator.integral(com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.Filtration) before doing the integration.
setFT in class FiltrationFunctionFT - a filtration
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||