PMFModeler
Properties
Functions
Link copied to clipboard
Estimates the parameters for all estimators represented by the set of estimators. Shifting of the data is not performed. It is assumed that the supplied estimators are appropriate for the supplied data.
Link copied to clipboard
fun PMFModeler.toReport(title: String = "Discrete Distribution Fitting — Data Analysis", confidenceLevel: Double = 0.95, block: ReportBuilder.() -> Unit = {
discreteDataSummary(this@toReport, confidenceLevel = confidenceLevel)
discreteVisualization(this@toReport)
}): ReportNode.Document
Builds a ReportNode.Document containing a discrete data exploration report — statistical summary and visualization plots — with no goodness-of-fit analysis. Suitable for EDA before committing to a specific distribution.