Bayesian inference engine
Bayesian probabilistic reasoning for prior specification, posterior computation, and belief updatingFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill bayesian-inference-engineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
Bayesian Inference Engine
Purpose
Provides Bayesian probabilistic reasoning capabilities for prior specification, posterior computation, and sequential belief updating.
Capabilities
- Prior elicitation support
- MCMC sampling (NUTS, HMC)
- Variational inference
- Model comparison (Bayes factors, LOO-CV)
- Posterior predictive checking
- Sequential belief updating
Usage Guidelines
- Prior Selection: Choose appropriate, defensible priors
- Sampling: Use efficient MCMC algorithms
- Diagnostics: Check convergence and mixing
- Model Comparison: Use appropriate comparison criteria
Tools/Libraries
- PyMC
- Stan (PyStan)
- ArviZ
- NumPyro
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.