density Ridges
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
Properties
Link copied to clipboard
Maximum size of data to use density computation with 'full scan'. For bigger data, less accurate but more efficient density computation is applied.
Link copied to clipboard
Link copied to clipboard
Extends domain of each ridge on tailsCutoff * bw
if trim = false
. tailsCutoff = null
(default) extends domain to maximum (domain overall ridges).