Metadata-Version: 2.1
Name: coniii
Version: 1.2.2
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 :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Requires-Dist: multiprocess (<1,>=0.70.5)
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: numpy (<2,>=1.15.4)
Requires-Dist: numba (<1,>=0.43.0)
Requires-Dist: mpmath (>=1.1.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 GitHub page for details about the package.

Examples for usage are included in the "usage_guide.ipynb". For more details about the
implemented algorithms, see the accompanying guide
[https://github.com/eltrompetero/coniii/blob/py3/guide/guide.pdf] and the Github project.


