gam-models 0.3.127

Model families (GAMLSS, survival location-scale, BMS) for the gam penalized-likelihood engine
1
2
3
4
5
6
7
8
9
//! Joint (cross-block) penalty specifications — re-exported from `gam-problem`.
//!
//! The canonical definitions of [`JointPenaltySpec`], [`JointPenaltyBundle`],
//! and [`JointPenaltyError`] now live in the neutral `gam-problem` crate so the
//! `CustomFamily` trait layer can depend on them downward without duplication.
//! This module is a stable re-export so existing `gam_models::joint_penalty::*`
//! and `crate::joint_penalty::*` paths keep resolving.

pub use gam_problem::joint_penalty::*;