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: 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,...

internal
feature request

### 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,...

internal
maintenance

### 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...

documentation

### 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...

question
new