|
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 Diffusion
This represents the diffusion term, σ, of an SDE. It is of this form: σ(dt, Xt, Zt, ...).
Note that we are passing in the time differential, dt, instead of the time itself. If we want to compute for a time t, the subclass would need to accumulate the dts explicitly.
| Method Summary | |
|---|---|
Matrix |
evaluate(Ft ft)
σ(dt, Xt, Zt, ...) |
int |
ncols()
Get the number of independent Brownian motions. |
int |
nrows()
Get the dimension of the process. |
| Method Detail |
|---|
Matrix evaluate(Ft ft)
ft - filtration
int nrows()
int ncols()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||