QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
Functions | |
Matrix | triangularAnglesParametrization (const Array &angles, Size matrixSize, Size rank) |
Returns the Triangular Angles Parametrized correlation matrix. More... | |
Matrix | lmmTriangularAnglesParametrization (const Array &angles, Size matrixSize, Size) |
Matrix | triangularAnglesParametrizationUnconstrained (const Array &x, Size matrixSize, Size rank) |
Matrix | lmmTriangularAnglesParametrizationUnconstrained (const Array &x, Size matrixSize, Size rank) |
Matrix | triangularAnglesParametrizationRankThree (Real alpha, Real t0, Real epsilon, Size nbRows) |
Returns the rank reduced Triangular Angles Parametrized correlation matrix. More... | |
Matrix | triangularAnglesParametrizationRankThreeVectorial (const Array ¶meters, Size nbRows) |