density

class density(val bw: Any? = null, val kernel: String? = null, val n: Int? = null, val trim: Boolean? = null, val adjust: Number? = null, val fullScanMax: Int? = null, val quantiles: List<Number>? = null, val mapping: DensityStatMapping.() -> Unit = {}) : StatOptions, DensityStatParameters

Constructors

Link copied to clipboard
constructor(bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, fullScanMax: Int? = null, quantiles: List<Number>? = null, mapping: DensityStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val adjust: Number? = null
Link copied to clipboard
open override val bw: Any? = null
Link copied to clipboard
open override val fullScanMax: Int? = null
Link copied to clipboard
open override val kernel: String? = null
Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val n: Int? = null
Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val quantiles: List<Number>? = null
Link copied to clipboard
open override val trim: Boolean? = null