toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
ecdf
ecdf
class
ecdf
(
val
n
:
Int
?
=
null
,
val
pad
:
Boolean
?
=
true
,
val
mapping
:
ECDFStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
ECDFStatParameters
Members
Constructors
ecdf
Link copied to clipboard
constructor
(
n
:
Int
?
=
null
,
pad
:
Boolean
?
=
true
,
mapping
:
ECDFStatMapping
.
(
)
->
Unit
=
{}
)
Properties
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
pad
Link copied to clipboard
open
override
val
pad
:
Boolean
?
=
true
parameters
Link copied to clipboard
open
override
val
parameters
:
Options