Bivariate copulas don't scale automatically data for fit #335
Labels
bug
There is an error in the code that needs to be fixed
under discussion
Issue is currently being discussed
Environment Details
Copulas was installed through mamba in a dedicated environnment, with the conda-forge channel
Error Description
I'm trying to fit a raw 2D set of points with a bivariate copula model, reproducing the behavior of couplas.multivariate.Multivariate (but these classes may actually not be copulas?). It appears that the uniformization of the dataset between 0 and 1 is not handled by fit in the bivariate copulas. For a "user-friendly" experience, it would be great if all steps (distribution fit of X and Y samples, and fit of the copula) were transparent for the user. But maybe the current behavior is wanted?
Steps to reproduce
The text was updated successfully, but these errors were encountered: