Evaluates the (
x
-day) Exponentially Weighted Moving Average (EWMA) of a time
series provided where
x
is the length of the time series array which is provided as a
parameter, for all periods for which sufficient data is provided.
Overload List
Overload | Description |
ExponentiallyWeightedMovingAverage(String,Series,Double,Int32) | Evaluates the (x -day) Exponentially Weighted Moving Average (EWMA) of a time
series provided where x is the length of the time series array which is provided as a
parameter, for all periods for which sufficient data is provided.
|
ExponentiallyWeightedMovingAverage(Series,Double,Int32) | Evaluates the (x -day) Exponentially Weighted Moving Average (EWMA) of a time
series provided where x is the length of the time series array which is provided as a
parameter, for all periods for which sufficient data is provided.
|
ExponentiallyWeightedMovingAverage(SeriesCollection,Double,Int32) | Evaluates the (x -day) Exponentially Weighted Moving Average (EWMA) of a time
series provided where x is the length of the time series array which is provided as a
parameter, for all periods for which sufficient data is provided.
|
Exceptions
Exception | Description |
ArgumentException | Thrown if the Series is empty or if the value
given for the smoothing factor lies outside the closed range [0,1]. |
See Also