QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Stochastic collocation inverse cumulative distribution function. More...
#include <stochasticcollocationinvcdf.hpp>
Public Member Functions | |
StochasticCollocationInvCDF (const ext::function< Real(Real)> &invCDF, Size lagrangeOrder, Real pMax=Null< Real >(), Real pMin=Null< Real >()) | |
Real | value (Real x) const |
Real | operator() (Real u) const |
Private Attributes | |
const Array | x_ |
const Volatility | sigma_ |
const Array | y_ |
const LagrangeInterpolation | interpl_ |
Stochastic collocation inverse cumulative distribution function.
References: L.A. Grzelak, J.A.S. Witteveen, M.Suárez-Taboada, C.W. Oosterlee, The Stochastic Collocation Monte Carlo Sampler: Highly efficient sampling from “expensive” distributions http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2529691
Definition at line 42 of file stochasticcollocationinvcdf.hpp.
StochasticCollocationInvCDF | ( | const ext::function< Real(Real)> & | invCDF, |
Size | lagrangeOrder, | ||
Real | pMax = Null<Real>() , |
||
Real | pMin = Null<Real>() |
||
) |
Definition at line 45 of file stochasticcollocationinvcdf.cpp.
Definition at line 58 of file stochasticcollocationinvcdf.cpp.
Definition at line 61 of file stochasticcollocationinvcdf.cpp.
|
private |
Definition at line 54 of file stochasticcollocationinvcdf.hpp.
|
private |
Definition at line 55 of file stochasticcollocationinvcdf.hpp.
|
private |
Definition at line 56 of file stochasticcollocationinvcdf.hpp.
|
private |
Definition at line 57 of file stochasticcollocationinvcdf.hpp.