|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Stochastic collocation inverse cumulative distribution function. More...
#include <stochasticcollocationinvcdf.hpp>
Collaboration diagram for StochasticCollocationInvCDF:Public Member Functions | |
| StochasticCollocationInvCDF (const std::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 std::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.
Here is the caller graph for this function:Definition at line 61 of file stochasticcollocationinvcdf.cpp.
Here is the call graph for this function:
|
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.