DistributionFamilyDescriptor

data class DistributionFamilyDescriptor(val id: String, val displayName: String, val kind: DistributionKind, val rvType: RVParametersTypeIfc)(source)

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.

Constructors

Link copied to clipboard
constructor(id: String, displayName: String, kind: DistributionKind, rvType: RVParametersTypeIfc)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard