Estimator Descriptor
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.
checksRange mirrors ParameterEstimatorIfc.checkRange and indicates whether the estimator requires a positive-domain shift check before estimation; it is the same flag PDFModeler consults to decide whether automatic shifting applies for this estimator.
kind partitions estimators between the continuous (PDF) and discrete (PMF) fitting paths; the validator rejects cross-kind requests.
familyId is the catalog ID for the distribution family this estimator targets, derived from its rvType. Two estimators (e.g. method-of- moments and maximum-likelihood for Gamma) can share a family.