Copulas icon indicating copy to clipboard operation
Copulas copied to clipboard

A library to model multivariate data using copulas.

Results 64 Copulas issues
Sort by recently updated
recently updated
newest added

### Description The behavior of the sampling methods need to be throughly tested. The goal is to verify that the data used to fit the model and the samples generated...

internal
under discussion

Gaussian KDE CDF seems to be too memory hungry, as reported [here](https://github.com/sdv-dev/SDV/issues/459#issuecomment-867608731) We should evaluate the problem and review the implementation to make it more efficient.

bug

Copulas version: 0.5.0 Python version: 3.7.4 I hope to customize a Gaussian copula by using the from_dict() function. To test out this feature, I am trying to generate a Gaussian...

question

### Environment Details Please indicate the following details about the environment in which you found the bug: * Copulas version: 0.5.0 * Python version: 3.8.5 * Operating System: Windows 10...

bug

Hi, I have used the package copulas when I need to simulate real data. I used GaussianMultivariate to fit, and then sampled data by GaussianMultivariate.sample(),but I found it was very...

### To add Taw copula with dim>2

feature request
under discussion