Interface DiscreteSDE
-
- All Known Implementing Classes:
BMSDE,EulerSDE,MilsteinSDE
public interface DiscreteSDEThis interface represents the discrete approximation of a univariate SDE. We specify an SDE in the differential form, i.e., by its increments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubledXt(Ft ft)This is the SDE specification of a stochastic process.FtgetNewFt()Get an empty filtration of the process.
-