[]
Weighted average of the last n values, where the weightage decreases exponentially with each previous value.
public const MovingAverageType Exponential = 2
| Type | Description |
|---|---|
| MovingAverageType | Weighted average of the last n values, where the weightage decreases exponentially with each previous value. |