FitDistPlot

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun saveToFile(fileName: String, directory: Path = defaultPlotDir, extType: PlotIfc.ExtType = PlotIfc.ExtType.PNG): File
Link copied to clipboard
fun showInBrowser(plotTitle: String = title): File

Opens up a browser window and shows the contents of the plot within the browser. A temporary file is created to represent the plot for display within the browser.

Link copied to clipboard
fun toHTML(): String