|
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.ConstantDrift
public class ConstantDrift
The class represents a constant drift function.
| Field Summary | |
|---|---|
Vector |
mu
the drift |
| Constructor Summary | |
|---|---|
ConstantDrift(Vector mu)
Construct a constant drift function. |
|
| 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 |
| Field Detail |
|---|
public final Vector mu
| Constructor Detail |
|---|
public ConstantDrift(Vector mu)
mu - the drift| 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 | |||||||