plot-api / jetbrains.letsPlot / Stat / smooth

smooth

class smooth : SmoothStatParameters, StatOptions

Constructors

<init>

smooth(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

deg

val deg: Int?

level

val level: Number?

maxN

val maxN: Int?

method

val method: String?

n

val n: Int?

parameters

val parameters: Options

se

val se: Boolean?

seed

val seed: Long?

span

val span: Number?