LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
copulae/__init__.py
copulae/types.py
copulae.egg-info/PKG-INFO
copulae.egg-info/SOURCES.txt
copulae.egg-info/dependency_links.txt
copulae.egg-info/not-zip-safe
copulae.egg-info/requires.txt
copulae.egg-info/top_level.txt
copulae/archimedean/__init__.py
copulae/archimedean/_shared.py
copulae/archimedean/abstract.py
copulae/archimedean/auxiliary.py
copulae/archimedean/clayton.py
copulae/archimedean/frank.py
copulae/archimedean/gumbel.py
copulae/copula/__init__.py
copulae/copula/base.py
copulae/copula/exceptions.py
copulae/copula/summary.py
copulae/copula/estimator/__init__.py
copulae/copula/estimator/corr_inversion.py
copulae/copula/estimator/estimator.py
copulae/copula/estimator/max_likelihood.py
copulae/copula/estimator/misc.py
copulae/core/__init__.py
copulae/core/exceptions.py
copulae/core/linalg.py
copulae/core/misc.py
copulae/datasets/__init__.py
copulae/datasets/base.py
copulae/datasets/data/danube.csv
copulae/datasets/data/marginal-data.csv
copulae/datasets/data/residuals.csv
copulae/datasets/data/smi.csv
copulae/elliptical/__init__.py
copulae/elliptical/abstract.py
copulae/elliptical/gaussian.py
copulae/elliptical/student.py
copulae/empirical/__init__.py
copulae/empirical/_distribution.c
copulae/empirical/_distribution.pyx
copulae/empirical/distribution.py
copulae/empirical/empirical.py
copulae/gof/__init__.py
copulae/gof/_exchangeability.c
copulae/gof/_exchangeability.pyx
copulae/gof/_radial_symmetry.c
copulae/gof/_radial_symmetry.pyx
copulae/gof/common.py
copulae/gof/exchangeability.py
copulae/gof/radial_symmetry.py
copulae/gof/goodness_of_fit/__init__.py
copulae/gof/goodness_of_fit/goodness_of_fit.py
copulae/gof/goodness_of_fit/utils.py
copulae/indep/__init__.py
copulae/indep/indep.py
copulae/marginal/__init__.py
copulae/marginal/marginal.py
copulae/marginal/summary.py
copulae/marginal/univariate.py
copulae/mixtures/__init__.py
copulae/mixtures/gmc/__init__.py
copulae/mixtures/gmc/exception.py
copulae/mixtures/gmc/gmc.py
copulae/mixtures/gmc/loglik.py
copulae/mixtures/gmc/marginals.py
copulae/mixtures/gmc/parameter.py
copulae/mixtures/gmc/random.py
copulae/mixtures/gmc/summary.py
copulae/mixtures/gmc/estimators/__init__.py
copulae/mixtures/gmc/estimators/em.py
copulae/mixtures/gmc/estimators/exceptions.py
copulae/mixtures/gmc/estimators/kmeans.py
copulae/mixtures/gmc/estimators/sgd.py
copulae/special/__init__.py
copulae/special/_specfunc.c
copulae/special/_specfunc.pyx
copulae/special/clausen.py
copulae/special/combinatorics.py
copulae/special/debye.py
copulae/special/dilog.py
copulae/special/optimize.py
copulae/special/special_func.py
copulae/special/trig.py
copulae/stats/__init__.py
copulae/stats/_multivariate_t.py
copulae/stats/correlation.py
copulae/stats/log.py
copulae/stats/uniform.py
copulae/stats/stable/__init__.py
copulae/stats/stable/common.py
copulae/stats/stable/pdf.py
copulae/stats/stable/stable.py
copulae/utility/__init__.py
copulae/utility/dict.py
copulae/utility/annotations/__init__.py
copulae/utility/annotations/reshape.py
copulae/utility/annotations/validations.py