toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
smooth
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
Members
Constructors
smooth
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
deg
Link copied to clipboard
open
override
val
deg
:
Int
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
level
Link copied to clipboard
open
override
val
level
:
Number
?
=
null
mapping
Link copied to clipboard
val
mapping
:
Options
max
N
Link copied to clipboard
open
override
val
maxN
:
Int
?
=
null
method
Link copied to clipboard
open
override
val
method
:
String
?
=
null
n
Link copied to clipboard
open
override
val
n
:
Int
?
=
null
parameters
Link copied to clipboard
open
override
val
parameters
:
Options
se
Link copied to clipboard
open
override
val
se
:
Boolean
?
=
null
seed
Link copied to clipboard
open
override
val
seed
:
Long
?
=
null
span
Link copied to clipboard
open
override
val
span
:
Number
?
=
null