QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Plackett copula. More...
#include <plackettcopula.hpp>
Public Member Functions | |
PlackettCopula (Real theta) | |
Real | operator() (Real x, Real y) const |
Private Attributes | |
Real | theta_ |
Plackett copula.
Definition at line 34 of file plackettcopula.hpp.
PlackettCopula | ( | Real | theta | ) |
Definition at line 26 of file plackettcopula.cpp.
Definition at line 34 of file plackettcopula.cpp.
|
private |
Definition at line 39 of file plackettcopula.hpp.