PDFData

interface PDFData(source)

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

Link copied to clipboard
Link copied to clipboard
abstract val hasNegatives: Boolean
Link copied to clipboard
abstract val hasZeroes: Boolean
Link copied to clipboard
abstract val histogram: HistogramIfc
Link copied to clipboard
abstract val leftShift: Double
Link copied to clipboard
Link copied to clipboard
abstract val statistics: StatisticIfc

Functions

Link copied to clipboard
abstract fun confidenceIntervalForMinimum(numBootstrapSamples: Int = 399, level: Double = 0.95): Interval