QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
G2::FittingParameter::Impl Class Referencefinal
+ Inheritance diagram for G2::FittingParameter::Impl:
+ Collaboration diagram for G2::FittingParameter::Impl:

Public Member Functions

 Impl (Handle< YieldTermStructure > termStructure, Real a, Real sigma, Real b, Real eta, Real rho)
 
Real value (const Array &, Time t) const override
 
- Public Member Functions inherited from Parameter::Impl
virtual ~Impl ()=default
 
virtual Real value (const Array &params, Time t) const =0
 

Private Attributes

Handle< YieldTermStructuretermStructure_
 
Real a_
 
Real sigma_
 
Real b_
 
Real eta_
 
Real rho_
 

Detailed Description

Definition at line 144 of file g2.hpp.

Constructor & Destructor Documentation

◆ Impl()

Impl ( Handle< YieldTermStructure termStructure,
Real  a,
Real  sigma,
Real  b,
Real  eta,
Real  rho 
)

Definition at line 146 of file g2.hpp.

Member Function Documentation

◆ value()

Real value ( const Array ,
Time  t 
) const
overridevirtual

Implements Parameter::Impl.

Definition at line 155 of file g2.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ termStructure_

Handle<YieldTermStructure> termStructure_
private

Definition at line 167 of file g2.hpp.

◆ a_

Real a_
private

Definition at line 168 of file g2.hpp.

◆ sigma_

Real sigma_
private

Definition at line 168 of file g2.hpp.

◆ b_

Real b_
private

Definition at line 168 of file g2.hpp.

◆ eta_

Real eta_
private

Definition at line 168 of file g2.hpp.

◆ rho_

Real rho_
private

Definition at line 168 of file g2.hpp.