public class Milstein extends java.lang.Object implements DiscretizedSDE
dXt = μ * dt + σ * sqrt(dt) * Zt + 0.5 * σ' * σ * dt * (Zt2 - 1);
| Modifier and Type | Field and Description |
|---|---|
SDE |
sde
the continuous-time SDE specification
|
| Constructor and Description |
|---|
Milstein(SDE sde)
Discretize a univariate SDE using the Milstein scheme.
|
| Modifier and Type | Method and Description |
|---|---|
double |
db(Ft ft) |
double |
dXt(Ft ft)
This is the SDE specification of the stochastic process.
|
Ft |
getNewFt()
Get an empty filtration for the process.
|
public final SDE sde
public Milstein(SDE sde)
sde - a continuous-time SDEpublic double dXt(Ft ft)
This is an implementation of the Milstein scheme.
dXt in interface DiscretizedSDEft - filtrationdtpublic Ft getNewFt()
DiscretizedSDEgetNewFt in interface DiscretizedSDEpublic double db(Ft ft)