PMFPlot

constructor(values: DoubleArray, probabilities: DoubleArray, dataName: String? = null)

Creates a DEmpirical based on the values and the probabilities and then plots it.


constructor(range: IntRange, pmf: PMFIfc, dataName: String? = null)

Can be used to make a plot of a probability mass function (pmf) over a range of values.


constructor(dEmpiricalCDF: DEmpiricalCDF, dataName: String? = null)