powered by
Function for fitting bivariate dependency between loss frequencies and severities.
fitDependency(cell, copula_family, method = "mle")
a lossdat cell
0: independence, 1: Gaussian, 2: t, 3: Clayton, 4: Gumbel, 5: Frank, 6: Joe, see Vine Copula Package ?BiCop encoding
as in fitCopula of the copula package. The method "itau" should not be used as dependencies between a continuous and a discrete random variable are modeled.
A BiCop object
Schepsmeier et al.: VineCopula package, CRAN
# NOT RUN { ### Fit Joe Copula data(lossdat) fitDependency(lossdat[[1]],6) # }
Run the code above in your browser using DataLab