PMFData

interface PMFData(source)

The sample-level data a discrete distribution-fitting report needs for its exploratory-data sections (statistics, integer-frequency distribution, dispersion analysis).

PMFModeler implements this directly; a reconstructed/serialized result can implement it too, so the same report extensions render from either source.

Inheritors

Properties

Link copied to clipboard
abstract val data: IntArray
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 statistics: StatisticIfc