|
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.stats.stochasticprocess.univariate.sde.XtAdaptedFunction
public abstract class XtAdaptedFunction
This represents a Ft-adapted function that depends only on X(t).
| Constructor Summary | |
|---|---|
XtAdaptedFunction()
|
|
| Method Summary | |
|---|---|
abstract double |
evaluate(double Xt)
Evaluate this function, f, based on only the current value of the stochastic process. |
double |
evaluate(Ft ft)
Evaluate this function, f, at time t. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XtAdaptedFunction()
| Method Detail |
|---|
public abstract double evaluate(double Xt)
Xt - the current value of the stochastic process
public double evaluate(Ft ft)
FtAdaptedFunction
evaluate in interface FtAdaptedFunctionft - the filtration at time t
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||