Usage example : ``` from copulae import GumbelCopula cop = GumbelCopula(dim=2) cop.fit(SOME_DATA) cop.plot_cdf() cop.plot_pdf() ```