QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <garmanklass.hpp>
Public Member Functions | |
GarmanKlassSigma4 (Real y) | |
Public Member Functions inherited from GarmanKlassAbstract | |
GarmanKlassAbstract (Real y) | |
TimeSeries< Volatility > | calculate (const TimeSeries< IntervalPrice > "eSeries) override |
Public Member Functions inherited from LocalVolatilityEstimator< IntervalPrice > | |
virtual | ~LocalVolatilityEstimator ()=default |
virtual TimeSeries< Volatility > | calculate (const TimeSeries< IntervalPrice > "eSeries)=0 |
Protected Member Functions | |
Real | calculatePoint (const IntervalPrice &p) override |
virtual Real | calculatePoint (const IntervalPrice &p)=0 |
Additional Inherited Members | |
Protected Attributes inherited from GarmanKlassAbstract | |
Real | yearFraction_ |
Definition at line 142 of file garmanklass.hpp.
GarmanKlassSigma4 | ( | Real | y | ) |
Definition at line 145 of file garmanklass.hpp.
|
overrideprotectedvirtual |
Implements GarmanKlassAbstract.
Definition at line 148 of file garmanklass.hpp.