How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Exploratory analysis of Bayesian models with Python
The main features of arviz-devs/arviz are: Probabilistic Modeling, Python Projects, Statistical Modeling.
Open-source alternatives to arviz-devs/arviz include: pymc-devs/pymc — PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian… pyro-ppl/numpyro — Probabilistic programming powered by JAX for autograd and JIT compilation to GPU/TPU/CPU. stan-dev/pystan — PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io. pgmpy/pgmpy — Python Toolkit for Causal and Probabilistic Reasoning. jmschrei/pomegranate — Fast, flexible and easy to use probabilistic modelling in Python. accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries…
PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o
Python Toolkit for Causal and Probabilistic Reasoning
Fast, flexible and easy to use probabilistic modelling in Python.
Probabilistic programming powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.