|
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.univariate.sde.SDE
com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.GeometricBrownian
public class GeometricBrownian
A Geometric Brownian motion (GBM) (occasionally, exponential Brownian motion) is a continuous-time stochastic process in which the logarithm of the randomly varying quantity follows a Brownian motion.
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.SDE |
|---|
mu, sigma |
| Constructor Summary | |
|---|---|
GeometricBrownian(double r,
double sigma)
Construct a Geometric Brownian motion. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.sde.SDE |
|---|
getFt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometricBrownian(double r,
double sigma)
dS = rSdt + σSdW
r - the log driftsigma - the log diffusion coefficient
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||