gamlss-core 0.2.0

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

Low-level type-driven core abstractions 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 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.