Skip to content
Prev 3584 / 15274 Next

Copula in R

The QRMlib function "fit.tcopula.rank" with method="kendall" will accept
 the uniform data from the cdf transformation.

It is more commonplace to first filter the data with a process like
garch, and then apply the fit to the standardized residuals.

There is also a package on r-forge for the semi-parametric distribution
with pareto tail which implements density, distribution, quantile and
sampling (http://r-forge.r-project.org/projects/spd/).

-Alexios
Yana Roth wrote: