NewMVClaytonCopula {SimCop} | R Documentation |
Creates a Clayton copula
Description
Creates an instance of the Clayton copula with parameter .
Usage
NewMVClaytonCopula(theta = 1)
Arguments
theta |
real, the parameter of the Clayton copula, defaults to 1; must be positive. |
Details
The following parameterisation of the copula is used:
Value
A function that evaluates the Clayton copula (with parameter ) at a given
-dimensional vector in the unit cube. The environment of the function also contains a function called
pdfCopula
that evaluates the probability density function of the Clayton copula via automatic differentation.
Author(s)
Berwin A. Turlach <berwin.turlach@gmail.com>
[Package SimCop version 0.7.0 Index]