#include <sviinterpolation.hpp>
|
| Size | dimension () |
| |
| 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 > &addParams) |
| |
| Array | inverse (const Array &y, const std::vector< bool > &, const std::vector< Real > &, const Real) |
| |
| Real | eps1 () |
| |
| Real | eps2 () |
| |
| 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 > &addParams) |
| |
Definition at line 57 of file sviinterpolation.hpp.
◆ type
◆ dimension()
◆ defaultValues()
| void defaultValues |
( |
std::vector< Real > & |
params, |
|
|
std::vector< bool > & |
paramIsFixed, |
|
|
const Real & |
forward, |
|
|
const Real |
expiryTime, |
|
|
const std::vector< Real > & |
addParams |
|
) |
| |
◆ guess()
| void guess |
( |
Array & |
values, |
|
|
const std::vector< bool > & |
paramIsFixed, |
|
|
const Real & |
forward, |
|
|
const Real |
expiryTime, |
|
|
const std::vector< Real > & |
r, |
|
|
const std::vector< Real > & |
addParams |
|
) |
| |
◆ inverse()
| Array inverse |
( |
const Array & |
y, |
|
|
const std::vector< bool > & |
, |
|
|
const std::vector< Real > & |
, |
|
|
const |
Real |
|
) |
| |
◆ eps1()
◆ eps2()
◆ direct()
| Array direct |
( |
const Array & |
x, |
|
|
const std::vector< bool > & |
paramIsFixed, |
|
|
const std::vector< Real > & |
params, |
|
|
const Real |
forward |
|
) |
| |
◆ weight()
| Real weight |
( |
const Real |
strike, |
|
|
const Real |
forward, |
|
|
const Real |
stdDev, |
|
|
const std::vector< Real > & |
addParams |
|
) |
| |
◆ instance()
| ext::shared_ptr< type > instance |
( |
const Time |
t, |
|
|
const Real & |
forward, |
|
|
const std::vector< Real > & |
params, |
|
|
const std::vector< Real > & |
addParams |
|
) |
| |