estimateAndEvaluateScores

fun estimateAndEvaluateScores(estimators: Set<ParameterEstimatorIfc> = allEstimators, automaticShifting: Boolean = true): PDFModelingResults

This function estimates the parameters based on the supplied estimators and scores the estimators based on the supplied scoring models scoringModels. By default, a shift parameter for the distributions is estimated. The results are bundles up into a class that holds the estimation results, the scoring results, and the model used for evaluating the model goodness of fit.