gamlss-core 0.2.0

Core type-driven abstractions for GAMLSS modeling
Documentation
  • Coverage
  • 99.71%
    338 out of 339 items documented0 out of 214 items with examples
  • Size
  • Source code size: 215.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • hexqnt/gamlss
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hexqnt

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.