public class Euler extends RandomWalk
RandomWalk.Realizationsde, timePoints| Constructor and Description |
|---|
Euler(SDE sde,
int T)
Simulate an SDE using the Euler scheme at even time points, [0, 1, ......, T].
|
Euler(SDE sde,
TimeGrid timePoints)
Simulate an SDE using the Euler scheme at time points specified.
|
nextRealization, seedpublic Euler(SDE sde, TimeGrid timePoints)
sde - the stochastic differential equation specificationtimePoints - specifying the time points in a gridpublic Euler(SDE sde, int T)
sde - the stochastic differential equation specificationT - the duration of the simulation