Overview of Copulas features
mainCopulas is a Python library designed for modeling multivariate distributions and sampling from them using copula functions. It is primarily used to learn the statistical properties of a table of numerical data and generate new synthetic data that follows those same properties.
Key capabilities:
- Multivariate Modeling: Supports various univariate distributions and copulas, including Archimedian, Gaussian, and Vine Copulas.
- Visual Comparison: Provides tools for 1D histograms, 2D scatterplots, and 3D scatterplots to compare real and synthetic datasets.
- Parameter Manipulation: Allows users to access and tune the learned internal parameters of the models.