toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
summary
summary
class
summary
(
val
fn
:
String
?
=
null
,
val
fnMin
:
String
?
=
null
,
val
fnMax
:
String
?
=
null
,
val
quantiles
:
List
<
Number
>
?
=
null
,
val
mapping
:
SummaryStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
SummaryStatParameters
Members
Constructors
summary
Link copied to clipboard
constructor
(
fn
:
String
?
=
null
,
fnMin
:
String
?
=
null
,
fnMax
:
String
?
=
null
,
quantiles
:
List
<
Number
>
?
=
null
,
mapping
:
SummaryStatMapping
.
(
)
->
Unit
=
{}
)
Properties
fn
Link copied to clipboard
open
override
val
fn
:
String
?
=
null
fn
Max
Link copied to clipboard
open
override
val
fnMax
:
String
?
=
null
fn
Min
Link copied to clipboard
open
override
val
fnMin
:
String
?
=
null
kind
Link copied to clipboard
val
kind
:
StatKind
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
override
val
parameters
:
Options
quantiles
Link copied to clipboard
open
override
val
quantiles
:
List
<
Number
>
?
=
null