Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The histogram must have bins that all have the same bin width
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FitDistPlot(data: DoubleArray, cdfFunction: ContinuousDistributionIfc, quantileFun: InverseCDFIfc, dataName: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ObservationsPlot(data: DoubleArray, var interval: Interval? = null, dataName: String? = null) : BasePlot
This class displays the data array in the order list. The interval parameter can be used to display a lower limit and upper limit line on the plot.
Link copied to clipboard
Link copied to clipboard
class PMFComparisonPlot(data: IntArray, df: DiscreteDistributionIfc, dataName: String? = null) : BasePlot
Link copied to clipboard
Plots a probability mass function as represented by a DEmpirical.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ScatterPlot(x: DoubleArray, y: DoubleArray, horizontalReference: Double? = null, verticalReference: Double? = null) : BasePlot
Link copied to clipboard
Link copied to clipboard
class StateVariablePlot(values: DoubleArray, times: DoubleArray, val responseName: String) : BasePlot
Link copied to clipboard
Link copied to clipboard