API Reference#
Model#
This reference provides detailed documentation for all modules, classes, and methods in the current release of PyMC experimental.
|
Decorator to provide context to PyMC models declared in a function. |
|
Subclass of PyMC Model that implements functionality for automatic marginalization of variables in the logp transformation |
|
Marginalize a subset of variables in a PyMC model. |
|
ModelBuilder can be used to provide an easy-to-use API (similar to scikit-learn) for models and help with deployment. |
Inference#
|
Fit a model with an inference algorithm |
Distributions#
|
\(\chi\) log-likelihood. |
|
The Maxwell-Boltzmann distribution |
|
A Discrete Markov Chain is a sequence of random variables |
|
Generalized Poisson. |
|
Beta Negative Binomial distribution. |
|
Univariate Generalized Extreme Value log-likelihood |
|
R2D2M2CP Prior. |
|
Skellam distribution. |
|
Approximate a distribution with a histogram potential. |
Utils#
|
Interpolate sparse grid to dense grid using bsplines. |
|
Create a prior from posterior using MvNormal approximation. |
Statespace Models#
Model Transforms#
|
Repametrize Model using Variationally Informed Parametrization (VIP). |
|
Helper to reparemetrize VIP model. |
Printing#
|
Create a rich table with a summary of the model's variables and their expressions. |