Metadata-Version: 2.1
Name: ProbPy
Version: 1.2
Summary: Multi Variable Probability Calculus Library
Home-page: https://github.com/petermlm/ProbPy
Author: Pedro Melgueira
Author-email: pm@pedromelgueira.com
License: MIT License
Keywords: probability calculus random variable bayes bayesian network                information theory markov
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE

ProbPy is a Python library that aims at simplifying calculations with
    discrete multi variable probabilistic distributions by offering an abstraction
    over how data is stored and how the operations between distributions are
    performed.

    The library can be used in the implementation of many algorithms such as Bayes
    Theorem, Bayesian Inference algorithms like Variable Elimination, Gibbs Ask
    (MCMC), HMMs implementations, Information Theory, etc.

    Hosted at GitHub: https://github.com/petermlm/ProbPy.

