maximenc / pycop

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

Error when accessing LTDC/UTDC of a mixture copula object #9

Closed maximenc closed 5 months ago

maximenc commented 1 year ago

Example of code to get this error: cop = pycop.mixture([fam1, fam2, fam3]) LTDC = cop.LTDC(w1= weight1, theta1=param1)

Error: AttributeError: 'mixture' object has no attribute 'cop1'. Did you mean: 'cop'?

maximenc commented 5 months ago

Problem corrected in version: v0.0.12