gamlss-spline 0.2.1

Spline bases, penalties, and metadata for GAMLSS modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# gamlss-spline

Spline bases, penalties, and spline metadata for GAMLSS-style modeling in Rust.

> **Status:** This crate is an early MVP. It is not intended for production use
> yet. The public API, internals, numerical behavior, and crate structure may
> change substantially while the library is being developed.

This crate contains spline design components and smoothness penalties used by
typed GAMLSS parameter blocks.

Use it when building smooth or periodic predictor terms and attaching spline
penalties to typed parameter blocks.