|
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.multivariate.sde.coefficients.ZeroDrift
public class ZeroDrift
This class represents a 0 drift function.
| Constructor Summary | |
|---|---|
ZeroDrift()
|
|
| Method Summary | |
|---|---|
Vector |
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 ZeroDrift()
| Method Detail |
|---|
public Vector evaluate(Ft ft)
FtAdaptedVectorFunction
evaluate in interface FtAdaptedVectorFunctionft - 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 | |||||||