showAllResultsInBrowser

fun showAllResultsInBrowser(estimators: Set<ParameterEstimatorIfc> = allEstimators, automaticShifting: Boolean = true, pdfModelingResults: PDFModelingResults = estimateAndEvaluateScores(estimators, automaticShifting), rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod, evaluationMethod: EvaluationMethod = EvaluationMethod.Scoring, statResultsFileName: String = "PDF_Modeling_Statistical_Summary", visualizationResultsFileName: String = "PDF_Modeling_Visualization_Summary", scoringResultsFileName: String = "PDF_Modeling_Scoring_Summary", goodnessOfFitResultsFileName: String = "PDF_Modeling_GoodnessOfFit_Summary")

This function will apply the estimators to the data and report all the results in HTML format.

Parameters

estimators

the estimators to apply, by default (allEstimators)

automaticShifting

true by default, if true applies automatic shifting to the estimation process

pdfModelingResults

the results of applying the estimators and evaluating the scores

rankingMethod

the ranking method to use when calculating the ranks

statResultsFileName

a file name for statistical results Default = "PDF_Modeling_Statistical_Summary"

visualizationResultsFileName

a file name for visualization results Default = "PDF_Modeling_Visualization_Summary"

scoringResultsFileName

a file name for scoring results Default = "PDF_Modeling_Scoring_Summary"

goodnessOfFitResultsFileName

a file name for goodness of fit results. Default = "PDF_Modeling_GoodnessOfFit_Summary"