public class SDE
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
Drift |
mu
the drift
|
Diffusion |
sigma
the diffusion coefficient
|
| Constructor and Description |
|---|
SDE(Drift mu,
Diffusion sigma)
Construct a univariate diffusion type stochastic differential equation.
|
| Modifier and Type | Method and Description |
|---|---|
Ft |
getFt()
Get an empty filtration for the process.
|