ECDFStatParameters

interface ECDFStatParameters : OptionsCapsule

Properties for parameters of statECDF().

Inheritors

Properties

Link copied to clipboard
abstract val n: Int?

The number of points to interpolate with.

Link copied to clipboard
abstract val pad: Boolean?

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.