geometricBrownianMotion.hpp
Go to the documentation of this file.
virtual GeometricBrownianMotion * clone() const
Virtual copy constructor.
Definition: geometricBrownianMotion.cpp:30
Path is a series of real numbers indexed with time. In general, it is identical with a series of time...
Definition: path.hpp:18
Definition: cadHoliday.cpp:3
Path getPath(double, const TimeGrid &, SmartPointer< UniformRNG > &rng) const
generates path
Definition: geometricBrownianMotion.cpp:42
Class is implements geometric Brownian motion.
Definition: geometricBrownianMotion.hpp:22
Class is an abstract type expressing the concept of stochastic process.
Definition: stochasticProcess.hpp:20
double volatility_
Volatility of the Geometric Brownian Motion.
Definition: geometricBrownianMotion.hpp:36
void setDrift(double)
sets drift
Definition: geometricBrownianMotion.cpp:17
double drift_
Drift of the Geometric Brownian Motion.
Definition: geometricBrownianMotion.hpp:33
void setVolatility(double)
sets volatility
Definition: geometricBrownianMotion.cpp:24
File contains interface for stochastic processes.