|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <fdmhestonvariancemesher.hpp>
Inheritance diagram for FdmHestonVarianceMesher:
Collaboration diagram for FdmHestonVarianceMesher:Public Member Functions | |
| FdmHestonVarianceMesher (Size size, const ext::shared_ptr< HestonProcess > &process, Time maturity, Size tAvgSteps=10, Real epsilon=0.0001, Real mixingFactor=1.0) | |
| Real | volaEstimate () const |
Public Member Functions inherited from Fdm1dMesher | |
| Fdm1dMesher (Size size) | |
| virtual | ~Fdm1dMesher ()=default |
| Size | size () const |
| Real | dplus (Size index) const |
| Real | dminus (Size index) const |
| Real | location (Size index) const |
| const std::vector< Real > & | locations () const |
Private Attributes | |
| Real | volaEstimate_ |
Additional Inherited Members | |
Protected Attributes inherited from Fdm1dMesher | |
| std::vector< Real > | locations_ |
| std::vector< Real > | dplus_ |
| std::vector< Real > | dminus_ |
Definition at line 34 of file fdmhestonvariancemesher.hpp.
| FdmHestonVarianceMesher | ( | Size | size, |
| const ext::shared_ptr< HestonProcess > & | process, | ||
| Time | maturity, | ||
| Size | tAvgSteps = 10, |
||
| Real | epsilon = 0.0001, |
||
| Real | mixingFactor = 1.0 |
||
| ) |
Definition at line 49 of file fdmhestonvariancemesher.cpp.
Here is the call graph for this function:| Real volaEstimate | ( | ) | const |
Definition at line 42 of file fdmhestonvariancemesher.hpp.
Here is the caller graph for this function:
|
private |
Definition at line 45 of file fdmhestonvariancemesher.hpp.