DanielBok / copulae

Multivariate data modelling with Copulas in Python
https://copulae.readthedocs.io/en/latest/
MIT License
143 stars 26 forks source link

Frank and Gaussian Copula give Error #54

Open CrisDS81 opened 1 year ago

CrisDS81 commented 1 year ago

Hey @DanielBok , if i try to fit Frank Copula on a dataset of dim 2 i have this error AssertionError: Copula must have parameters to calculate parameters in particular when the parameter of Frank Copula should be negative the code doesn't work even if in dimension 2. Furthermore, very often using the Gaussian copula with some data it reports the error in the _mutivariate.py script because the covariance matrix becomes non-symmetric and not positive definite during the fitting.