toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
density
density
class
density
(
val
bw
:
Any
?
=
null
,
val
kernel
:
String
?
=
null
,
val
n
:
Int
?
=
null
,
val
trim
:
Boolean
?
=
null
,
val
adjust
:
Number
?
=
null
,
val
fullScanMax
:
Int
?
=
null
,
val
quantiles
:
List
<
Number
>
?
=
null
,
val
mapping
:
DensityStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
DensityStatParameters
Members
Constructors
density
Link copied to clipboard
constructor
(
bw
:
Any
?
=
null
,
kernel
:
String
?
=
null
,
n
:
Int
?
=
null
,
trim
:
Boolean
?
=
null
,
adjust
:
Number
?
=
null
,
fullScanMax
:
Int
?
=
null
,
quantiles
:
List
<
Number
>
?
=
null
,
mapping
:
DensityStatMapping
.
(
)
->
Unit
=
{}
)
Properties
adjust
Link copied to clipboard
open
override
val
adjust
:
Number
?
=
null
bw
Link copied to clipboard
open
override
val
bw
:
Any
?
=
null
full
Scan
Max
Link copied to clipboard
open
override
val
fullScanMax
:
Int
?
=
null
kernel
Link copied to clipboard
open
override
val
kernel
:
String
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
n
Link copied to clipboard
open
override
val
n
:
Int
?
=
null
parameters
Link copied to clipboard
open
override
val
parameters
:
Options
quantiles
Link copied to clipboard
open
override
val
quantiles
:
List
<
Number
>
?
=
null
trim
Link copied to clipboard
open
override
val
trim
:
Boolean
?
=
null