ConfidenceIntervals
abstract class ConfidenceIntervals(raw: Metric, alpha: Double, steadyStateDetector: SteadyStateDetector, batchMeans: AdaptiveBatchMeans)
Confidence intervals for batch means data based on a steady state detector.
Each part of the confidence interval (mean, variance, lower, upper) is reported as a continuous metric.
Inheritors
Constructors
Link copied to clipboard
constructor(raw: Metric, alpha: Double, steadyStateDetector: SteadyStateDetector, batchMeans: AdaptiveBatchMeans)
Properties
Link copied to clipboard
Continuous metric reporting the lower bound of the confidence interval.
Link copied to clipboard
Continuous metric reporting the mean of batch means.
Link copied to clipboard
Continuous metric reporting the upper bound of the confidence interval.
Link copied to clipboard
Continuous metric reporting the variance of batch means.