stochasticProcess.hpp
Go to the documentation of this file.
37 virtual Path getPath(double initial_value, const TimeGrid& grid, SmartPointer<UniformRNG>& rng) const = 0;
47 virtual Path getPath(double initial_value, const TimeGrid& grid, const std::vector<double>& rnds) const = 0;
File contains template of deep-coping smart pointer.
File contains implementation of Path object.
virtual ~StochasticProcess()
Destructor.
Definition: stochasticProcess.hpp:59
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
StochasticProcess()
Constructor.
Definition: stochasticProcess.hpp:27
File contains implementation of RNG generating random variables from uniform distribution.
Class is an abstract type expressing the concept of stochastic process.
Definition: stochasticProcess.hpp:20
virtual StochasticProcess * clone() const =0
Virtual copy constructor.
virtual Path getPath(double initial_value, const TimeGrid &grid, SmartPointer< UniformRNG > &rng) const =0
generates path