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