densityRidges

class densityRidges(    val tailsCutoff: Number? = null,     val quantiles: List<Number>? = null,     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 mapping: DensityRidgesStatMapping.() -> Unit = {}) : StatOptions, DensityRidgesStatParameters

Constructors

Link copied to clipboard
constructor(    tailsCutoff: Number? = null,     quantiles: List<Number>? = null,     bw: Any? = null,     kernel: String? = null,     n: Int? = null,     trim: Boolean? = null,     adjust: Number? = null,     fullScanMax: Int? = null,     mapping: DensityRidgesStatMapping.() -> 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 tailsCutoff: Number? = null
Link copied to clipboard
open override val trim: Boolean? = null