Expand description
Plain-data parameter structs for the library’s statistical constructs.
Each struct carries only the parameters (and any descriptive string fields)
that identify a construct; all numerics live in the behaviour traits and
inherent methods implemented for these types in the sibling modules. The
structs derive Default so callers build them with struct-update syntax and
set only the fields they care about.
This file is produced mechanically by the carve tool from the source
project; edit the carve inputs rather than this file.
Structs§
- Binomial
Likelihood - Likelihood for success counts under a binomial model.
- Categorical
Likelihood - Likelihood for categorical outcomes.
- Exponential
Likelihood - Likelihood for waiting-time data under an exponential model.
- Maximum
Likelihood - General maximum-likelihood estimation procedure.
- Normal
Likelihood - Likelihood for data under a normal model.
- Poisson
Likelihood - Likelihood for count data under a Poisson model.