Uses of Enum Class
org.rapidcontext.core.data.stat.MovingAverage.Window
Packages that use MovingAverage.Window
Package
Description
Provides simple statistical metrics and data types.
-
Uses of MovingAverage.Window in org.rapidcontext.core.data.stat
Methods in org.rapidcontext.core.data.stat 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.data.stat with parameters of type MovingAverage.WindowModifier and TypeMethodDescriptiondouble
MovingAverage.valueFor
(MovingAverage.Window window) Returns the approximate average for the specified window.