PDFData
The sample-level data a continuous distribution-fitting report needs for its exploratory-data sections (statistics, box plot, histogram, shift analysis).
PDFModeler implements this directly. A reconstructed/serialized result can implement it too, so the same report extensions render from either source — the renderer depends on this data view rather than the live engine.
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun confidenceIntervalForMinimum(numBootstrapSamples: Int = 399, level: Double = 0.95): Interval