toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Stat
/
qq
qq
class
qq
(
val
distribution
:
String
?
=
null
,
val
dParams
:
List
<
Number
>
?
=
null
,
val
mapping
:
QQStatMapping
.
(
)
->
Unit
=
{}
)
:
StatOptions
,
QQStatParameters
Members
Constructors
qq
Link copied to clipboard
constructor
(
distribution
:
String
?
=
null
,
dParams
:
List
<
Number
>
?
=
null
,
mapping
:
QQStatMapping
.
(
)
->
Unit
=
{}
)
Properties
distribution
Link copied to clipboard
open
override
val
distribution
:
String
?
=
null
d
Params
Link copied to clipboard
open
override
val
dParams
:
List
<
Number
>
?
=
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