cirProcess.hpp
Go to the documentation of this file.
CirProcess * clone()
Virtual copy constructor.
Definition: cirProcess.cpp:50
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
CirProcess(double mrs, double lt, double vol)
Constructor.
Definition: cirProcess.hpp:32
Path getPath(double, const TimeGrid &, SmartPointer< UniformRNG > &rng)
generates path
Definition: cirProcess.cpp:15
File contains implementation of RNG generating random variables from uniform distribution.
Class is implements Cox–Ingersoll–Ross (CIR) process.
Definition: cirProcess.hpp:24
File contains interface for stochastic processes.