Package-level declarations

Types

Link copied to clipboard
class R5Continuous(metric: ContinuousMetric, k: Int = 19, period: Int = 500) : R5SteadyStateDetector

A steady state detector for continuous metrics, using R5SteadyStateDetector

Link copied to clipboard
class R5Instantaneous(metric: InstantaneousMetric, k: Int = 19, period: Int = 500) : R5SteadyStateDetector

A steady state detector for instantaneous metrics, using R5SteadyStateDetector

Link copied to clipboard

A steady state detector for metrics, using R5SteadyStateDetector

Link copied to clipboard
fun interface SteadyStateDetector

Steady state detectors check if something is in a steady state so we can start calculating confidence intervals.