smooth

class smooth(val method: String? = null, val n: Int? = null, val level: Number? = null, val se: Boolean? = null, val span: Number? = null, val deg: Int? = null, val seed: Long? = null, val maxN: Int? = null, val mapping: SmoothStatMapping.() -> Unit = {}) : StatOptions, SmoothStatParameters

Constructors

Link copied to clipboard
constructor(method: String? = null, n: Int? = null, level: Number? = null, se: Boolean? = null, span: Number? = null, deg: Int? = null, seed: Long? = null, maxN: Int? = null, mapping: SmoothStatMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val deg: Int? = null
Link copied to clipboard
val kind: StatKind
Link copied to clipboard
open override val level: Number? = null
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val maxN: Int? = null
Link copied to clipboard
open override val method: String? = null
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 se: Boolean? = null
Link copied to clipboard
open override val seed: Long? = null
Link copied to clipboard
open override val span: Number? = null