plot-api / jetbrains.letsPlot.intern.layer.stat / SmoothStatParameters
SmoothStatParameters
interface SmoothStatParameters : OptionsCapsule
Params:
method - smoothing method: lm, glm, gam, loess, rlm
n (80) - number of points to evaluate smoother at
se (TRUE ) - display confidence interval around smooth?
level (0.95) - level of confidence interval to use
deg ( >= 1 ) - degree of polynomial for regression
seed - random seed for LOESS sampling
maxN (1000) - maximum points in DF for LOESS
Properties
|
abstract val deg: Int? |
|
abstract val level: Number? |
|
abstract val maxN: Int? |
|
abstract val method: String? |
|
abstract val n: Int? |
|
abstract val se: Boolean? |
|
abstract val seed: Long? |
|
abstract val span: Number? |
Functions
Inheritors