gam-inference 0.3.134

Posterior sampling, HMC/NUTS, Polya-Gamma, and inference diagnostics for the gam engine
Documentation
1
2
3
4
5
//! #1521: the quadrature implementation was carved into `gam-solve`. The root
//! `gam` crate re-exports it so `crate::quadrature::*` (and `crate::quadrature`)
//! resolve to the single canonical `gam_solve::quadrature` types — eliminating the
//! stale monolith duplicate of `QuadratureContext` that diverged from the carved copy.
pub use gam_solve::quadrature::*;