gam 0.0.0

Generalized penalized likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
# gam

Generalized penalized likelihood engine.

The crate exposes flat `src/*.rs` modules for spline basis generation, reparameterization,
PIRLS/REML optimization, joint models, diagnostics/ALO, and HMC.

High-level smooth term support includes:
- Isotropic radial smooths (`ThinPlate`, `Matern`, `Duchon`) for same-scale feature spaces.
- Tensor-product smooths (`TensorBSpline`) for mixed-scale axes (e.g., space x time).
- Random effects via categorical dummy blocks with identity (ridge) penalties.