gam-models 0.3.130

Model families (GAMLSS, survival location-scale, BMS) for the gam penalized-likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
10
pub use gam_math::probability;
pub use gam_solve::quadrature;
pub mod full_conformal;
pub mod generative;
pub mod model;
pub mod model_payload_builders;
pub mod predict_io;

#[cfg(test)]
mod marginal_slope_predict_tests;