SteadyStateDetector

fun interface SteadyStateDetector

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

Inheritors

Functions

Link copied to clipboard
abstract fun isSteady(currentTime: Instant): Boolean

Takes a time and returns true if the metric is steady.