toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.statistic
/
HistogramBinData
Histogram
Bin
Data
data
class
HistogramBinData
(
val
id
:
Int
,
val
name
:
String
,
val
binNum
:
Int
,
val
binLabel
:
String
,
val
binLowerLimit
:
Double
,
val
binUpperLimit
:
Double
,
val
binCount
:
Double
,
val
cumCount
:
Double
,
val
proportion
:
Double
,
val
cumProportion
:
Double
)
Holds the data associated with a histogram bin
Members
Constructors
Histogram
Bin
Data
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
binNum
:
Int
,
binLabel
:
String
,
binLowerLimit
:
Double
,
binUpperLimit
:
Double
,
binCount
:
Double
,
cumCount
:
Double
,
proportion
:
Double
,
cumProportion
:
Double
)
Properties
bin
Count
Link copied to clipboard
val
binCount
:
Double
bin
Label
Link copied to clipboard
val
binLabel
:
String
bin
Lower
Limit
Link copied to clipboard
val
binLowerLimit
:
Double
bin
Num
Link copied to clipboard
val
binNum
:
Int
bin
Upper
Limit
Link copied to clipboard
val
binUpperLimit
:
Double
cum
Count
Link copied to clipboard
val
cumCount
:
Double
cum
Proportion
Link copied to clipboard
val
cumProportion
:
Double
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
proportion
Link copied to clipboard
val
proportion
:
Double
Functions
Histogram
Bin
Record
Link copied to clipboard
fun
HistogramBinRecord
(
)
:
HistogramBinRecord