-
Notifications
You must be signed in to change notification settings - Fork 10
Runtime MCMC
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
Markov chain Monte Carlo (MCMC) is a family of algorithms for sampling from posterior distributions.
In risk modeling, MCMC is typically used for calibration (inferring uncertain model parameters from data) rather than for the forward Monte Carlo simulation of losses.
Given parameters
MCMC constructs a Markov chain whose stationary distribution is
The reference engine in this repo does not implement a general MCMC calibration pipeline today.
If you need calibration, start with:
- Empirical lognormal calibration from
single_losses(supported): see Runtime (Severity)
More advanced calibration workflows would be engine/tool-specific.