Distribution Kind
Whether a fitting job models a continuous distribution (real-valued data, PDF-based scoring) or a discrete one (integer-valued data, PMF-based GoF).
The two paths intentionally differ in scoring and ranking semantics: the continuous side uses the MODA-weighted scoring built into PDFModeler; the discrete side ranks by chi-squared p-value. This enum keeps that fork explicit in the configuration rather than letting it sneak in through defaults.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.