public interface Diffusion
extends java.io.Serializable
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.
| Modifier and Type | Method and Description |
|---|---|
Matrix |
evaluate(Ft ft)
σ(dt, Xt, Zt, ...)
|
int |
nCols()
Get the number of independent Brownian motions.
|
int |
nRows()
Get the dimension of the process.
|
Matrix evaluate(Ft ft)
ft - filtrationint nRows()
int nCols()