gamlss-core 0.3.0

Core type-driven abstractions for GAMLSS modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# gamlss-core

Low-level type-driven core abstractions for GAMLSS-style modeling in Rust.

> **Status:** Actively developed. Public API, internals, numerical behavior, and
> crate structure may still change before a stable 1.0 release.

This crate contains the lightweight core: links, parameter blocks, predictor
contracts, objectives, compiled model evaluation, observation views, prediction
helpers, and typed family/model interfaces.

Use it when building low-level extensions, custom families, custom predictor
blocks, or optimizer integrations. It intentionally stays independent of
optimizers, dataframe libraries, and heavy matrix backends.