Package | Description |
---|---|
dev.nm.dsp.univariate.operation.system.doubles |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
MovingAverage(double[] filter,
MovingAverage.Side side)
Construct a moving average filter.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.