allGoodnessOfFit

fun ReportBuilder.allGoodnessOfFit(results: PDFModelingResults, modeler: PDFModeler, caption: String? = null, confidenceLevel: Double = 0.95)(source)

Appends a self-contained section containing a goodnessOfFit sub-section for every distribution in results, sorted by overall MODA value (best first).

Produces (inside a section titled caption or "Goodness of Fit — All Fitted Distributions"):

  • Overview paragraph stating the number of distributions and sort criterion

  • One collapsible goodnessOfFit sub-section per ScoringResult

Parameters

results

the PDFModelingResults containing all scoring results

modeler

the PDFModeler used for bootstrapping

caption

optional section title

confidenceLevel

confidence level for bootstrap CIs and GOF tests; must be in (0, 1)