Package-level declarations
Types
Self-describing record for one distribution family (Normal, Weibull, Poisson, ...). Derived from the set of registered estimators rather than hand-curated, so adding an estimator for a new family automatically surfaces a family descriptor without a parallel edit.
Self-describing record for one parameter-estimation algorithm registered with the fitting catalog. The id is the stable, wire-safe handle that configurations and DTOs use; the factory materializes a fresh KSL estimator instance on demand.
Stable-ID registry of every parameter estimator, scoring model, and distribution family currently reachable from the fitting subsystem.
Self-describing record for one PDF scoring model registered with the fitting catalog. Scoring models are always created fresh per fit, since PDFModeler already copies them internally during scoring and a fresh instance at the catalog boundary avoids any chance of cross-fit state.