summary

class summary(val fn: String? = null, val fnMin: String? = null, val fnMax: String? = null, val quantiles: List<Number>? = null, val mapping: SummaryStatMapping.() -> Unit = {}) : StatOptions, SummaryStatParameters

Constructors

Link copied to clipboard
constructor(fn: String? = null, fnMin: String? = null, fnMax: String? = null, quantiles: List<Number>? = null, mapping: SummaryStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val fn: String? = null

Name of function computing stat variable ..y...

Link copied to clipboard
open override val fnMax: String? = null

Name of function computing stat variable ..ymax...

Link copied to clipboard
open override val fnMin: String? = null

Name of function computing stat variable ..ymin...

Link copied to clipboard
val kind: StatKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val quantiles: List<Number>? = null

A list of probabilities defining the quantile functions "lq", "mq" and "uq". Must contain exactly 3 values between 0 and 1.