ecdf

class ecdf(val n: Int? = null, val pad: Boolean? = true, val mapping: ECDFStatMapping.() -> Unit = {}) : StatOptions, ECDFStatParameters

Constructors

Link copied to clipboard
constructor(n: Int? = null, pad: Boolean? = true, mapping: ECDFStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val n: Int? = null

The number of points to interpolate with.

Link copied to clipboard
open override val pad: Boolean? = true

If geometry is Geom.step() and pad = true, then the points at the ends: (Double.NEGATIVE_INFINITY, 0.0) and (Double.POSITIVE_INFINITY, 1.0) are added to the ecdf.

Link copied to clipboard
open override val parameters: Options