The Statistic
companion object provides additional values and functions.
Attributes
Members list
Value members
Concrete methods
Aggregate the sub-statistics by summing all accumulators and determining new overall extreme values.
Aggregate the sub-statistics by summing all accumulators and determining new overall extreme values.
Value parameters
- name
-
the name for the aggregated statistic
- subStats
-
the list of sub-statistics
- unbiased
-
whether the estimators are restricted to be unbiased
Attributes
Create a statistical object and set its accumulators and extreme values.
Create a statistical object and set its accumulators and extreme values.
Value parameters
- maxX
-
the maximum sample value
- minX
-
the minimum sample value
- n
-
the number of samples
- name
-
the name for this statistic (e.g., 'waitingTime')
- sum
-
sum of the sample values
- sumAb
-
sum of the sample absolute values
- sumSq
-
sum of the sample values squared
- unbiased
-
whether the estimators are restricted to be unbiased
Attributes
Concrete fields
The statistical labels (column headers) as an Array
The statistical labels (column headers) as an Array
Attributes
The statistical labels (column headers) as a formatted String
The statistical labels (column headers) as a formatted String
Attributes
The line separator
The line separator