show All Results In Browser
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)
automatic Shifting
true by default, if true applies automatic shifting to the estimation process
pdf Modeling Results
the results of applying the estimators and evaluating the scores
ranking Method
the ranking method to use when calculating the ranks
stat Results File Name
a file name for statistical results Default = "PDF_Modeling_Statistical_Summary"
visualization Results File Name
a file name for visualization results Default = "PDF_Modeling_Visualization_Summary"
scoring Results File Name
a file name for scoring results Default = "PDF_Modeling_Scoring_Summary"
goodness Of Fit Results File Name
a file name for goodness of fit results. Default = "PDF_Modeling_GoodnessOfFit_Summary"