Uses of Enum Class
org.rapidcontext.core.data.stat.MovingSum.Interval
Packages that use MovingSum.Interval
Package
Description
Provides simple statistical metrics and data types.
-
Uses of MovingSum.Interval in org.rapidcontext.core.data.stat
Methods in org.rapidcontext.core.data.stat that return MovingSum.IntervalModifier and TypeMethodDescriptionstatic MovingSum.Interval
Returns the enum constant of this class with the specified name.static MovingSum.Interval[]
MovingSum.Interval.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 MovingSum.IntervalModifier and TypeMethodDescriptiondouble
MovingSum.valueFor
(MovingSum.Interval interval) Returns the approximate sum for the specified interval.