interpolationWeights (3) Linux Manual Page
QuantLib::SABRInterpolation – SABR smile interpolation between discrete volatility points. Synopsis#include <ql/math/interpolations/sabrinterpolation.hpp> Inherits QuantLib::Interpolation. Public Member Functionstemplate<class I1 , class I2 > SABRInterpolation (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=false, const…
