QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ClaytonCopula Class Reference

Clayton copula. More...

#include <claytoncopula.hpp>

+ Collaboration diagram for ClaytonCopula:

Public Member Functions

 ClaytonCopula (Real theta)
 
Real operator() (Real x, Real y) const
 

Private Attributes

Real theta_
 

Detailed Description

Clayton copula.

Definition at line 33 of file claytoncopula.hpp.

Constructor & Destructor Documentation

◆ ClaytonCopula()

ClaytonCopula ( Real  theta)

Definition at line 29 of file claytoncopula.cpp.

Member Function Documentation

◆ operator()()

Real operator() ( Real  x,
Real  y 
) const

Definition at line 37 of file claytoncopula.cpp.

Member Data Documentation

◆ theta_

Real theta_
private

Definition at line 38 of file claytoncopula.hpp.