|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DiscretizedSDE
This interface represents the discretized version of a univariate SDE.
We specify an SDE in the differential form, i.e., by its increments.
| Method Summary | |
|---|---|
double |
dXt(Ft ft)
This is the SDE specification of the stochastic process. |
Ft |
getNewFt()
Get an empty filtration for the process. |
| Method Detail |
|---|
Ft getNewFt()
double dXt(Ft ft)
ft - filtration
dt
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||