htmlGoodnessOfFitSummary

fun htmlGoodnessOfFitSummary(result: ScoringResult, plotFileName: String? = null): String

Produces a html representation of the goodness of fit results which include the distribution fit quad plot and the chi-squared goodness of fit statistics for a particular scoring result.


fun htmlGoodnessOfFitSummary(pdfModelingResults: PDFModelingResults, evaluationMethod: EvaluationMethod = EvaluationMethod.Scoring, plotFileName: String? = null): String

Produces a html representation of the goodness of fit results which include the distribution fit quad plot and the chi-squared goodness of fit statistics for the recommended distribution.