|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
This is the complete list of members for NoArbSabrInterpolation, including all inherited members.
| allowsExtrapolation() const | Extrapolator | |
| alpha() const | NoArbSabrInterpolation | |
| beta() const | NoArbSabrInterpolation | |
| checkRange(Real x, bool extrapolate) const | Interpolation | protected |
| coeffs() const | NoArbSabrInterpolation | private |
| derivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
| disableExtrapolation(bool b=true) | Extrapolator | |
| empty() const | Interpolation | |
| enableExtrapolation(bool b=true) | Extrapolator | |
| endCriteria() | NoArbSabrInterpolation | |
| expiry() const | NoArbSabrInterpolation | |
| extrapolate_ | Extrapolator | private |
| Extrapolator()=default | Extrapolator | |
| forward() const | NoArbSabrInterpolation | |
| impl_ | Interpolation | protected |
| Interpolation()=default | Interpolation | |
| interpolationWeights() const | NoArbSabrInterpolation | |
| isInRange(Real x) const | Interpolation | |
| maxError() const | NoArbSabrInterpolation | |
| NoArbSabrInterpolation(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Time t, const Real &forward, Real alpha, Real beta, Real nu, Real rho, bool alphaIsFixed, bool betaIsFixed, bool nuIsFixed, bool rhoIsFixed, bool vegaWeighted=true, const ext::shared_ptr< EndCriteria > &endCriteria=ext::shared_ptr< EndCriteria >(), const ext::shared_ptr< OptimizationMethod > &optMethod=ext::shared_ptr< OptimizationMethod >(), const Real errorAccept=0.0020, const bool useMaxError=false, const Size maxGuesses=50, const Real shift=0.0) | NoArbSabrInterpolation | |
| nu() const | NoArbSabrInterpolation | |
| operator()(Real x, bool allowExtrapolation=false) const | Interpolation | |
| primitive(Real x, bool allowExtrapolation=false) const | Interpolation | |
| rho() const | NoArbSabrInterpolation | |
| rmsError() const | NoArbSabrInterpolation | |
| secondDerivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
| update() | Interpolation | |
| xMax() const | Interpolation | |
| xMin() const | Interpolation | |
| ~Extrapolator()=default | Extrapolator | virtual |
| ~Interpolation() override=default | Interpolation |