maximenc / pycop

Python library for multivariate dependence modeling with Copulas
https://pypi.org/project/pycop/
MIT License
93 stars 19 forks source link

Gaussian copula estimation fixed. #5

Closed ioannisrpt closed 1 year ago

ioannisrpt commented 1 year ago

I found problems with the estimation of the Gaussian copula (standalone or in a mixture of copulas). The main issue is the usage of the scipy.stats.multivariate_normal module in the calculation of the pdf of Gaussian copula. As such I avoided it and calculated the Gaussian copula density explicitly. This change fixed the estimation issues.