|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <garmanklass.hpp>
Inheritance diagram for GarmanKlassSigma5:
Collaboration diagram for GarmanKlassSigma5:Public Member Functions | |
| GarmanKlassSigma5 (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 156 of file garmanklass.hpp.
| GarmanKlassSigma5 | ( | Real | y | ) |
Definition at line 159 of file garmanklass.hpp.
|
overrideprotectedvirtual |
Implements GarmanKlassAbstract.
Definition at line 162 of file garmanklass.hpp.
Here is the call graph for this function: