public interface DiscretizedSDE
extends java.io.Serializable
We specify an SDE in the differential form, i.e., by its increments.
| Modifier and Type | Method and Description |
|---|---|
double |
dXt(Ft ft)
This is the SDE specification of the stochastic process.
|
Ft |
getNewFt()
Get an empty filtration for the process.
|