ContinuousConfidenceIntervals
class ContinuousConfidenceIntervals(metric: ContinuousMetric, alpha: Double = 0.05, steadyStateDetector: SteadyStateDetector = R5Continuous(metric)) : ConfidenceIntervals
Confidence intervals for continuous metrics, using time-weighted batch means
Constructors
Link copied to clipboard
constructor(metric: ContinuousMetric, alpha: Double = 0.05, steadyStateDetector: SteadyStateDetector = R5Continuous(metric))
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.