Uses of Enum Class
org.rapidcontext.core.stats.MovingAverage.Window
Packages that use MovingAverage.Window
-
Uses of MovingAverage.Window in org.rapidcontext.core.stats
Methods in org.rapidcontext.core.stats that return MovingAverage.WindowModifier and TypeMethodDescriptionstatic MovingAverage.Window
Returns the enum constant of this class with the specified name.static MovingAverage.Window[]
MovingAverage.Window.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rapidcontext.core.stats with parameters of type MovingAverage.WindowModifier and TypeMethodDescriptiondouble
MovingAverage.valueFor
(MovingAverage.Window window) Returns the approximate average for the specified window.