QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
GarmanKlassOpenClose< T > Class Template Reference

#include <ql/models/volatility/garmanklass.hpp>

+ Inheritance diagram for GarmanKlassOpenClose< T >:
+ Collaboration diagram for GarmanKlassOpenClose< T >:

Public Member Functions

 GarmanKlassOpenClose (Real y, Real marketOpenFraction, Real a)
 
TimeSeries< Volatilitycalculate (const TimeSeries< IntervalPrice > &quoteSeries) override
 

Protected Attributes

Real f_
 
Real a_
 

Detailed Description

template<class T>
class QuantLib::GarmanKlassOpenClose< T >

Definition at line 78 of file garmanklass.hpp.

Constructor & Destructor Documentation

◆ GarmanKlassOpenClose()

GarmanKlassOpenClose ( Real  y,
Real  marketOpenFraction,
Real  a 
)

Definition at line 83 of file garmanklass.hpp.

Member Function Documentation

◆ calculate()

TimeSeries< Volatility > calculate ( const TimeSeries< IntervalPrice > &  quoteSeries)
override

Definition at line 86 of file garmanklass.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ f_

Real f_
protected

Definition at line 80 of file garmanklass.hpp.

◆ a_

Real a_
protected

Definition at line 81 of file garmanklass.hpp.