Metadata-Version: 2.1
Name: coniii
Version: 1.0.3
Summary: Convenient Interface to Inverse Ising (ConIII)
Home-page: https://github.com/eltrompetero/coniii
Author: Edward D. Lee, Bryan C Daniels
Author-email: edlee@alumni.princeton.edu
License: MIT
Keywords: inverse Ising maxent maximum entropy inference
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: multiprocess (==0.70.5)
Requires-Dist: jupyter (>=1)
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: numba (<1,>=0.39.0)
Requires-Dist: dill
Requires-Dist: joblib

Python package for solving the inverse maximum entropy problem with a focus on the pairwise maximum
entropy model, also known as the inverse Ising problem.

Authors: Edward D Lee, Bryan C Daniels

See "usage_guide.ipynb" for usage documentation and examples. For more details about the implemented
algorithms, see the accompanying guide on arXiv at https://arxiv.org/abs/1801.08216 and the Github
project.


