학술논문

PyMC: a modern, and comprehensive probabilistic programming framework in Python
Document Type
Academic Journal
Source
PeerJ Computer Science. September 1, 2023, Vol. 9 e1516
Subject
Differential equations
Computers
Language
English
ISSN
2376-5992
Abstract
PyMC is a probabilistic programming library for Python that provides tools for constructing and fitting Bayesian models. It offers an intuitive, readable syntax that is close to the natural syntax statisticians use to describe models. PyMC leverages the symbolic computation library PyTensor, allowing it to be compiled into a variety of computational backends, such as C, JAX, and Numba, which in turn offer access to different computational architectures including CPU, GPU, and TPU. Being a general modeling framework, PyMC supports a variety of models including generalized hierarchical linear regression and classification, time series, ordinary differential equations (ODEs), and non-parametric models such as Gaussian processes (GPs). We demonstrate PyMC's versatility and ease of use with examples spanning a range of common statistical models. Additionally, we discuss the positive role of PyMC in the development of the open-source ecosystem for probabilistic programming.
Author(s): Oriol Abril-Pla (1), Virgile Andreani (2,3), Colin Carroll (4), Larry Dong (5,6), Christopher J. Fonnesbeck (7), Maxim Kochurov (8), Ravin Kumar (9), Junpeng Lao (10), Christian C. Luhmann (11,12), [...]