public class ConstantDrift extends java.lang.Object implements Drift
| Constructor and Description |
|---|
ConstantDrift(Vector mu)
Construct a constant drift function.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
evaluate(Ft ft)
Evaluate this function, f, at time t.
|
public final Vector mu
public ConstantDrift(Vector mu)
mu - the driftpublic Vector evaluate(Ft ft)
FtAdaptedVectorFunctionevaluate in interface FtAdaptedVectorFunctionft - the filtration at time t