Overload | Description |
---|---|
MedianMovingAverage(String,Series,Series,Int32) | Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given. |
MedianMovingAverage(Series,Series,Int32) | Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given. |
MedianMovingAverage(SeriesCollection,Int32) | Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given. |
Exception | Description |
---|---|
ArgumentException | Thrown if the series highSeries and lowSeries are of different lengths or if one of these arrays is empty. |