Copulas
Copulas copied to clipboard
A library to model multivariate data using copulas.
### 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...
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.
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...
### 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...
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...
Resolve #193
### To add Taw copula with dim>2