Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Compute the confidence interval half-width for the given confidence level.
Compute the confidence interval half-width for the given confidence level.
the confidence level
Return the maximum value in sample.
The maximum sample value
The maximum sample value
Compute/estimate the sample mean.
Return the minimum value in sample.
The minimum sample value
The minimum sample value
Compute/estimate the mean square (ms).
The number of samples
The number of samples
the name for this statistic (e.
the name for this statistic (e.g., WatingTime)
Return the number of samples as a double.
Return the number of samples.
Compute/estimate the root mean square (rms).
Show the values of this collector's accumulators.
Return the summary statistics as a row/Array.
Compute/estimate the sample standard deviation.
Sum of the sample values
Sum of the sample values
Sum of the sample values squared
Sum of the sample values squared
Tally the next value and update accumulators.
Tally the next value and update accumulators.
the value to tally
Generate a row of statistical results as a string.
Generate a row of statistical results as a string.
Compute/estimate the sample variance.
Compute/estimate the sample variance. The denominator is one less for unbiased (n-1) vs. maximum likelihood (n) estimators. Also use n for population variance.
The
Statistic
class is used to collect values and compute sample statistics on them (e.g., Waiting Time). Contrast with TimeStatistic defined below.