Here I am again with part 2. If you would like to read part 1 of this short tutorial on copulas, please click here.
In this second post I am going to select a copula model, fit it to a test dataset, evaluate the fitting and generate random observations from the fitted multivariate distribution. Furthermore I am going to show how to measure correlation using Spearman's Rho and Kendall's Tau. In order to run the code in this post you need the following packages: copula and VineCopula.
The dataset
For this example I am going to use a test dataset. You can download it from this link. This test dataset contains two variables, x and y, characterized by a strong left tail correlation.
By visually inspecting the plot of x versus y you can easily notice that low values of x tends to be highly correlated with low values of y.