SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.sde

Interface Summary
Construction This interface defines how a realization of a stochastic process is constructed.
 

Class Summary
Euler The Euler method is a first-order numerical procedure for integrating stochastic differential equations (SDEs) with a given initial value.
Expectation This class computes the expectation of a stochastic integral.
Milstein The Milstein method is a first-order numerical procedure for integrating stochastic differential equations (SDEs) with a given initial value.
PathByIdImpl This class implements some common methods to identify a path or a trajectory of a realization of a stochastic process.
RandomWalk This is the Random Walk construction of a stochastic process per SDE specification.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.