Uses of Class
dev.nm.dsp.univariate.operation.system.doubles.MovingAverage.Side
-
Packages that use MovingAverage.Side Package Description dev.nm.dsp.univariate.operation.system.doubles -
-
Uses of MovingAverage.Side in dev.nm.dsp.univariate.operation.system.doubles
Methods in dev.nm.dsp.univariate.operation.system.doubles that return MovingAverage.Side Modifier and Type Method Description static MovingAverage.Side
MovingAverage.Side. valueOf(String name)
Returns the enum constant of this type with the specified name.static MovingAverage.Side[]
MovingAverage.Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.dsp.univariate.operation.system.doubles with parameters of type MovingAverage.Side Constructor Description MovingAverage(double[] filter, MovingAverage.Side side)
Construct a moving average filter.
-