ECDFPlot

class ECDFPlot @JvmOverloads constructor(data: DoubleArray, var cdf: (Double) -> Double? = null, dataName: String? = null) : BasePlot(source)

Constructors

Link copied to clipboard
constructor(data: DoubleArray, cdf: (Double) -> Double? = null, dataName: String? = null)

Properties

Link copied to clipboard
var cdf: (Double) -> Double?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun buildPlot(): Plot

Builds a new instance of a Lets-Plot representation of the plot