public class SDE
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
Drift |
mu
the drift
|
int |
nB
number of independent driving Brownian motions
|
Diffusion |
sigma
the diffusion matrix
|
| Constructor and Description |
|---|
SDE(Drift mu,
Diffusion sigma,
int nB)
Construct a multi-dimensional diffusion type stochastic differential equation.
|
| Modifier and Type | Method and Description |
|---|---|
Ft |
getFt()
Get an empty filtration for the process.
|
public final Drift mu
μ(t, Xt, Zt, ...)
public final Diffusion sigma
σ(t, Xt, Zt, ...)
public final int nB
public Ft getFt()