toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.statistic
/
FrequencyData
Frequency
Data
data
class
FrequencyData
(
var
id
:
Int
=
1
,
var
name
:
String
=
""
,
var
cellLabel
:
String
=
""
,
var
value
:
Int
=
0
,
var
count
:
Double
=
0.0
,
var
cum_count
:
Double
=
0.0
,
var
proportion
:
Double
=
0.0
,
var
cumProportion
:
Double
=
0.0
)
A data class holding the summary frequency data
Members
Constructors
Frequency
Data
Link copied to clipboard
constructor
(
id
:
Int
=
1
,
name
:
String
=
""
,
cellLabel
:
String
=
""
,
value
:
Int
=
0
,
count
:
Double
=
0.0
,
cum_count
:
Double
=
0.0
,
proportion
:
Double
=
0.0
,
cumProportion
:
Double
=
0.0
)
Properties
cell
Label
Link copied to clipboard
var
cellLabel
:
String
count
Link copied to clipboard
var
count
:
Double
cum_count
Link copied to clipboard
var
cum_count
:
Double
cum
Proportion
Link copied to clipboard
var
cumProportion
:
Double
id
Link copied to clipboard
var
id
:
Int
name
Link copied to clipboard
var
name
:
String
proportion
Link copied to clipboard
var
proportion
:
Double
value
Link copied to clipboard
var
value
:
Int
Functions
as
Frequency
Record
Link copied to clipboard
fun
asFrequencyRecord
(
)
:
FrequencyRecord