Copulas
Copulas copied to clipboard
A library to model multivariate data using copulas.
### Description: Currently, the `Univariate` distributions return a dictionary that includes the `type` of the distribution, represented as the fully qualified Python name (e.g., `copulas.univariate.BetaUnivariate`). To improve clarity and usability,...
### Problem Description To improve code reuse, and exception handling, we would like to refactor the fit method of the `GaussianMultivariate` class. The goal is to split it into smaller,...
### Problem Description We updated all our visualization methods to use Plotly, however the graphs shown in the README are still the ones created with Matplotlib: ### Expected behavior Update...
### Problem description I am looking for details on your vine copula fitting and sampling algorithms. For context, I am one of the two developers/maintainers of [pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib), and I am...