QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Gumbel copula. More...
#include <gumbelcopula.hpp>
Public Member Functions | |
GumbelCopula (Real theta) | |
Real | operator() (Real x, Real y) const |
Private Attributes | |
Real | theta_ |
Gumbel copula.
Definition at line 33 of file gumbelcopula.hpp.
GumbelCopula | ( | Real | theta | ) |
Definition at line 25 of file gumbelcopula.cpp.
Definition at line 31 of file gumbelcopula.cpp.
|
private |
Definition at line 38 of file gumbelcopula.hpp.