Closed kaleb-keny closed 3 years ago
Ah @kaleb-keny! Sorry I missed your post! (It's a busy time at work before we wind down for Christmas)
Let me take a look at it over the weekend and get back to you on this
Hey, I just want to thank you as well for making this package... I am really impressed by the high quality of of coding that went into it... Also the use of numpy helps speed up the calculation by a large extent compared to other copula packages on python.... So in the end, I just want to put an update on this, I did end up using a GumbelCopula which worked pretty well on the data...
I think the issue should be fixed with version 0.7.1
Yeah I it ran without issue.. Although 😅 I will need to do some experimentation, as I just can't seem to get the same level of linearity as the one obtained empirically... thank you though, appreciate that you build this package and maintained it for us python users...
Hey @DanielBok , I was experimenting with the package here, I've installed the latest from conda. I have this dataset link which has a dimension of 2, being mostly gamma or pareto marginals.
Running the below code:
Gives back tracebackerror, where I inserted a print statement in params to see what is triggering the assertion:
I am not sure if it is the way I am running the package that is the issue. Aside from that with other copulas, I've tried generating random samples and plotting them on a chart, that results are surprising. Maybe I am not using the package wrong. One example below which uses the clayton copula gave back results that don't seem to fit what you see empirically, although maybe clayton should be able to capture the degree of relation between the 2 rvs.