|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <noarbsabrinterpolation.hpp>
Collaboration diagram for NoArbSabrSpecs:Public Types | |
| typedef NoArbSabrWrapper | type |
Public Member Functions | |
| Size | dimension () |
| Real | eps () |
| void | defaultValues (std::vector< Real > ¶ms, std::vector< bool > ¶mIsFixed, const Real &forward, const Real expiryTime, const std::vector< Real > &addParams) |
| void | guess (Array &values, const std::vector< bool > ¶mIsFixed, const Real &forward, const Real expiryTime, const std::vector< Real > &r, const std::vector< Real > &) |
| Array | inverse (const Array &y, const std::vector< bool > ¶mIsFixed, const std::vector< Real > ¶ms, const Real forward) |
| Array | direct (const Array &x, const std::vector< bool > ¶mIsFixed, const std::vector< Real > ¶ms, const Real forward) |
| Real | weight (const Real strike, const Real forward, const Real stdDev, const std::vector< Real > &addParams) |
| ext::shared_ptr< type > | instance (const Time t, const Real &forward, const std::vector< Real > ¶ms, const std::vector< Real > &) |
Definition at line 38 of file noarbsabrinterpolation.hpp.
| typedef NoArbSabrWrapper type |
Definition at line 184 of file noarbsabrinterpolation.hpp.
| Size dimension | ( | ) |
Definition at line 39 of file noarbsabrinterpolation.hpp.
| Real eps | ( | ) |
Definition at line 40 of file noarbsabrinterpolation.hpp.
Here is the caller graph for this function:| Array inverse | ( | const Array & | y, |
| const std::vector< bool > & | paramIsFixed, | ||
| const std::vector< Real > & | params, | ||
| const Real | forward | ||
| ) |
Definition at line 103 of file noarbsabrinterpolation.hpp.
| Array direct | ( | const Array & | x, |
| const std::vector< bool > & | paramIsFixed, | ||
| const std::vector< Real > & | params, | ||
| const Real | forward | ||
| ) |
Definition at line 129 of file noarbsabrinterpolation.hpp.
Here is the call graph for this function:| Real weight | ( | const Real | strike, |
| const Real | forward, | ||
| const Real | stdDev, | ||
| const std::vector< Real > & | addParams | ||
| ) |
Definition at line 180 of file noarbsabrinterpolation.hpp.
Here is the call graph for this function: