Properties
Functions
Link copied to clipboard
fun allEstimators(termCounts: IntRange = MIN_TERM_COUNT..MAX_TERM_COUNT): Set<MetalogParameterEstimator>
Estimators across every term count and every member of the family.
Link copied to clipboard
The name an estimator takes when none is supplied.
Link copied to clipboard
fun estimators(boundedness: MetalogBoundedness, termCounts: IntRange = MIN_TERM_COUNT..MAX_TERM_COUNT, useLPFallback: Boolean = true): Set<MetalogParameterEstimator>
Estimators across a range of term counts for one member of the family.