FitDistPlot

constructor(data: DoubleArray, cdfFunction: ContinuousDistributionIfc, quantileFun: InverseCDFIfc, dataName: String? = null)

Parameters

data

The data array to be analyzed and plotted.

cdfFunction

The continuous distribution interface providing CDF and PDF functions.

quantileFun

The inverse CDF interface providing quantile functions.

dataName

Optional name for the data being analyzed, used in the plot title.