- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.StochasticProcess
-
- org.quantlib.StochasticProcess1D
-
- org.quantlib.GeometricBrownianMotionProcess
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GeometricBrownianMotionProcess extends StochasticProcess1D implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description GeometricBrownianMotionProcess(double initialValue, double mu, double sigma)protectedGeometricBrownianMotionProcess(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(GeometricBrownianMotionProcess obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.StochasticProcess1D
apply, diffusion, drift, evolve, expectation, getCPtr, stdDeviation, variance, x0
-
Methods inherited from class org.quantlib.StochasticProcess
covariance, diffusion, drift, evolve, expectation, factors, getCPtr, initialValues, size, stdDeviation
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
GeometricBrownianMotionProcess
protected GeometricBrownianMotionProcess(long cPtr, boolean cMemoryOwn)
-
GeometricBrownianMotionProcess
public GeometricBrownianMotionProcess(double initialValue, double mu, double sigma)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GeometricBrownianMotionProcess obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classStochasticProcess1D
-
finalize
protected void finalize()
- Overrides:
finalizein classStochasticProcess1D
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classStochasticProcess1D
-
-