|
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 multivariate SDE.
We specify an SDE in the differential form, i.e., by its increments.
| Method Summary | |
|---|---|
Vector |
dXt(Ft ft)
This is the SDE specification of a stochastic process. |
Ft |
getNewFt()
Get an empty filtration for the process. |
int |
nB()
Get the number of independent driving Brownian motions. |
| Method Detail |
|---|
int nB()
Ft getNewFt()
Vector 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 | |||||||