|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.stochasticprocess.multivariate.integration.sde.RandomWalk
com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.integration.sde.Euler
public class Euler
The Euler method is a first-order numerical procedure for integrating stochastic differential equations (SDEs) with a given initial value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.integration.sde.RandomWalk |
|---|
RandomWalk.Iterator, RandomWalk.MultiVariateRealization |
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.integration.sde.RandomWalk |
|---|
sde |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.integration.sde.RandomWalk |
|---|
realization, seed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Euler(SDE sde,
TimeGrid timePoints)
sde - the stochastic differential equation specificationtimePoints - specifying the time points in a grid
public Euler(SDE sde,
int T)
sde - the stochastic differential equation specificationT - the duration of the simulation
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||