.gitignore
LICENSE.txt
README.md
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/codecov.yml
.github/workflows/tests.yml
.vscode/settings.json
copulax/__init__.py
copulax/special.py
copulax/stats.py
copulax.egg-info/PKG-INFO
copulax.egg-info/SOURCES.txt
copulax.egg-info/dependency_links.txt
copulax.egg-info/requires.txt
copulax.egg-info/top_level.txt
copulax/_src/README.md
copulax/_src/__init__.py
copulax/_src/_distributions.py
copulax/_src/_utils.py
copulax/_src/optimize.py
copulax/_src/special.py
copulax/_src/stats.py
copulax/_src/typing.py
copulax/_src/copulas/_archimedean.py
copulax/_src/copulas/_distributions.py
copulax/_src/multivariate/_shape.py
copulax/_src/multivariate/_utils.py
copulax/_src/multivariate/mvt_gh.py
copulax/_src/multivariate/mvt_normal.py
copulax/_src/multivariate/mvt_skewed_t.py
copulax/_src/multivariate/mvt_student_t.py
copulax/_src/univariate/__init__.py
copulax/_src/univariate/_cdf.py
copulax/_src/univariate/_gof.py
copulax/_src/univariate/_mean_variance.py
copulax/_src/univariate/_ppf.py
copulax/_src/univariate/_rvs.py
copulax/_src/univariate/_utils.py
copulax/_src/univariate/gamma.py
copulax/_src/univariate/gen_normal.py
copulax/_src/univariate/gh.py
copulax/_src/univariate/gig.py
copulax/_src/univariate/ig.py
copulax/_src/univariate/lognormal.py
copulax/_src/univariate/normal.py
copulax/_src/univariate/skewed_t.py
copulax/_src/univariate/student_t.py
copulax/_src/univariate/uniform.py
copulax/_src/univariate/univariate_fitter.py
copulax/copulas/README.md
copulax/copulas/__init__.py
copulax/copulas/distributions.py
copulax/multivariate/README.md
copulax/multivariate/__init__.py
copulax/multivariate/distributions.py
copulax/tests/conftest.py
copulax/tests/helpers.py
copulax/tests/test_golden.py
copulax/tests/test_plot.py
copulax/tests/test_special.py
copulax/tests/test_stats.py
copulax/tests/test_utils.py
copulax/tests/test_validation.py
copulax/tests/copulas/conftest.py
copulax/tests/copulas/test_archimedean.py
copulax/tests/copulas/test_copulas.py
copulax/tests/golden/__init__.py
copulax/tests/golden/generate_golden.py
copulax/tests/multivariate/conftest.py
copulax/tests/multivariate/test_multivariate.py
copulax/tests/multivariate/test_shape.py
copulax/tests/univariate/conftest.py
copulax/tests/univariate/test_gof.py
copulax/tests/univariate/test_univariate.py
copulax/tests/univariate/test_univariate_fitter.py
copulax/univariate/README.md
copulax/univariate/__init__.py
copulax/univariate/distributions.py
examples/__init__.py
examples/copula_example.ipynb
examples/corr_cov_example.ipynb
examples/multivariate_example.ipynb
examples/univariate_example.ipynb