dotnetCHARTING Send comments on this topic.
MedianMovingAverage Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : MedianMovingAverage Method



Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given.

Overload List

OverloadDescription
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.  

Exceptions

ExceptionDescription
ArgumentExceptionThrown if the series highSeries and lowSeries are of different lengths or if one of these arrays is empty.

See Also