CREDITS.rst
LICENSE.txt
MANIFEST.in
README.rst
pytest.ini
requirements.txt
requirements_lt33.txt
requirements_optional.txt
requirements_testing.txt
setup.cfg
setup.py
dit/__init__.py
dit/abc.py
dit/abstractdist.py
dit/bgm.py
dit/cdisthelpers.py
dit/convert.py
dit/distconst.py
dit/distribution.py
dit/exceptions.py
dit/helpers.py
dit/npdist.py
dit/npscalardist.py
dit/params.py
dit/samplespace.py
dit/validate.py
dit.egg-info/PKG-INFO
dit.egg-info/SOURCES.txt
dit.egg-info/dependency_links.txt
dit.egg-info/requires.txt
dit.egg-info/top_level.txt
dit/algorithms/__init__.py
dit/algorithms/channelcapacity.py
dit/algorithms/frankwolfe.py
dit/algorithms/lattice.py
dit/algorithms/maxentropy.py
dit/algorithms/maxentropyfw.py
dit/algorithms/minimal_sufficient_statistic.py
dit/algorithms/optutil.py
dit/algorithms/pid_broja.py
dit/algorithms/prune_expand.py
dit/algorithms/scipy_optimizers.py
dit/algorithms/stats.py
dit/algorithms/tests/__init__.py
dit/algorithms/tests/test_channelcapacity.py
dit/algorithms/tests/test_lattice.py
dit/algorithms/tests/test_marginal_constraints.py
dit/algorithms/tests/test_minimal_sufficient_statistic.py
dit/algorithms/tests/test_optimizers.py
dit/algorithms/tests/test_prune_expand.py
dit/algorithms/tests/test_stats.py
dit/divergences/__init__.py
dit/divergences/_kl_nonmerge.py
dit/divergences/cross_entropy.py
dit/divergences/generalized_divergences.py
dit/divergences/jensen_shannon_divergence.py
dit/divergences/kullback_leibler_divergence.py
dit/divergences/pmf.py
dit/divergences/tests/__init__.py
dit/divergences/tests/test_cross_entropy.py
dit/divergences/tests/test_generalized_divergences.py
dit/divergences/tests/test_jensen_shannon_divergence.py
dit/divergences/tests/test_kullback_leibler_divergence.py
dit/divergences/tests/test_nonmerge.py
dit/example_dists/__init__.py
dit/example_dists/circuits.py
dit/example_dists/dependencies.py
dit/example_dists/dice.py
dit/example_dists/giant_bit.py
dit/example_dists/mdbsi.py
dit/example_dists/n_mod_m.py
dit/example_dists/nonsignalling_boxes.py
dit/example_dists/numeric.py
dit/example_dists/tests/__init__.py
dit/example_dists/tests/test_circuits.py
dit/example_dists/tests/test_giant_bit.py
dit/example_dists/tests/test_mdbsi.py
dit/example_dists/tests/test_n_mod_m.py
dit/example_dists/tests/test_numeric.py
dit/inference/__init__.py
dit/inference/binning.py
dit/inference/counts.c
dit/inference/counts.h
dit/inference/counts.py
dit/inference/estimators.py
dit/inference/pycounts.pyx
dit/inference/segmentaxis.py
dit/inference/tests/test_counts.py
dit/inference/tests/test_estimators.py
dit/math/__init__.py
dit/math/_close.pyx
dit/math/_samplediscrete.pyx
dit/math/aitchison.py
dit/math/combinatorics.py
dit/math/equal.py
dit/math/fraction.py
dit/math/misc.py
dit/math/ops.py
dit/math/pmfops.py
dit/math/sampling.py
dit/math/sigmaalgebra.py
dit/math/tests/__init__.py
dit/math/tests/test_aitchison.py
dit/math/tests/test_combinatorics.py
dit/math/tests/test_equal.py
dit/math/tests/test_fraction.py
dit/math/tests/test_misc.py
dit/math/tests/test_ops.py
dit/math/tests/test_pmfops.py
dit/math/tests/test_sampling.py
dit/multivariate/__init__.py
dit/multivariate/base_markov_optimizer.py
dit/multivariate/caekl_mutual_information.py
dit/multivariate/coinformation.py
dit/multivariate/dual_total_correlation.py
dit/multivariate/entropy.py
dit/multivariate/exact_common_information.py
dit/multivariate/functional_common_information.py
dit/multivariate/gk_common_information.py
dit/multivariate/interaction_information.py
dit/multivariate/intrinsic_mutual_information.py
dit/multivariate/lautum_information.py
dit/multivariate/mss_common_information.py
dit/multivariate/necessary_conditional_entropy.py
dit/multivariate/total_correlation.py
dit/multivariate/tse_complexity.py
dit/multivariate/wyner_common_information.py
dit/multivariate/tests/__init__.py
dit/multivariate/tests/test_caekl_mutual_information.py
dit/multivariate/tests/test_coinformation.py
dit/multivariate/tests/test_common_informations.py
dit/multivariate/tests/test_dual_total_correlation.py
dit/multivariate/tests/test_entropy.py
dit/multivariate/tests/test_exact_common_information.py
dit/multivariate/tests/test_functional_common_information.py
dit/multivariate/tests/test_gk_common_information.py
dit/multivariate/tests/test_interaction_information.py
dit/multivariate/tests/test_intrinsic_mutual_information.py
dit/multivariate/tests/test_lautum_information.py
dit/multivariate/tests/test_mss_common_information.py
dit/multivariate/tests/test_mutual_informations.py
dit/multivariate/tests/test_necessary_conditional_entropy.py
dit/multivariate/tests/test_total_correlation.py
dit/multivariate/tests/test_tse_complexity.py
dit/multivariate/tests/test_wyner_common_information.py
dit/other/__init__.py
dit/other/cumulative_residual_entropy.py
dit/other/disequilibrium.py
dit/other/extropy.py
dit/other/perplexity.py
dit/other/renyi_entropy.py
dit/other/tsallis_entropy.py
dit/other/tests/__init__.py
dit/other/tests/test_cumulative_residual_entropy.py
dit/other/tests/test_disequilibrium.py
dit/other/tests/test_extropy.py
dit/other/tests/test_perplexity.py
dit/other/tests/test_renyi_entropy.py
dit/other/tests/test_tsallis_entropy.py
dit/pid/__init__.py
dit/pid/helpers.py
dit/pid/ibroja.py
dit/pid/iccs.py
dit/pid/idep.py
dit/pid/idownarrow.py
dit/pid/imin.py
dit/pid/immi.py
dit/pid/ipm.py
dit/pid/iproj.py
dit/pid/iwedge.py
dit/pid/lattice.py
dit/pid/pid.py
dit/pid/distributions/__init__.py
dit/pid/distributions/bivariate.py
dit/pid/distributions/trivariate.py
dit/pid/tests/test_ibroja.py
dit/pid/tests/test_iccs.py
dit/pid/tests/test_idep.py
dit/pid/tests/test_idownarrow.py
dit/pid/tests/test_imin.py
dit/pid/tests/test_immi.py
dit/pid/tests/test_ipm.py
dit/pid/tests/test_iproj.py
dit/pid/tests/test_iwedge.py
dit/profiles/__init__.py
dit/profiles/base_profile.py
dit/profiles/complexity_profile.py
dit/profiles/entropy_triangle.py
dit/profiles/information_partitions.py
dit/profiles/marginal_utility_of_information.py
dit/profiles/schneidman.py
dit/profiles/tests/__init__.py
dit/profiles/tests/test_complexity_profile.py
dit/profiles/tests/test_entropy_triangle.py
dit/profiles/tests/test_information_partitions.py
dit/profiles/tests/test_mui.py
dit/profiles/tests/test_schneidman.py
dit/shannon/__init__.py
dit/shannon/shannon.py
dit/shannon/tests/__init__.py
dit/shannon/tests/test_shannon.py
dit/tests/__init__.py
dit/tests/test_bgm.py
dit/tests/test_cdisthelpers.py
dit/tests/test_convert.py
dit/tests/test_distconst.py
dit/tests/test_distribution.py
dit/tests/test_helpers.py
dit/tests/test_npdist.py
dit/tests/test_npscalardist.py
dit/tests/test_params.py
dit/tests/test_samplespace.py
dit/tests/test_validate.py
dit/utils/__init__.py
dit/utils/bindargs.py
dit/utils/context.py
dit/utils/exitstack.py
dit/utils/latexarray.py
dit/utils/logger.py
dit/utils/misc.py
dit/utils/optimization.py
dit/utils/testing.py
dit/utils/tests/__init__.py
dit/utils/tests/test_bindargs.py
dit/utils/tests/test_bindargs3.py
dit/utils/tests/test_context.py
dit/utils/tests/test_latexarray.py
dit/utils/tests/test_misc.py
dit/utils/tests/test_testing.py