StochasticProcessArray (3) Linux Manual Page
QuantLib::StochasticProcessArray – Array of correlated 1-D stochastic processes Synopsis #include <ql/processes/stochasticprocessarray.hpp> Inherits QuantLib::StochasticProcess. Public Member Functions StochasticProcessArray (const std::vector< boost::shared_ptr< StochasticProcess1D > > &, const Matrix &correlation) Size size () const returns the number of dimensions of the stochastic process Disposable< Array > initialValues () const returns the initial values of the state variables Disposable<…
