MedianMovingAverage Method (FinancialEngine)
Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given.
Overload List
Overload | Description |
---|---|
MedianMovingAverage(String,Series,ElementValue,Series,ElementValue,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,ElementValue,Series,ElementValue,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,ElementValue,ElementValue,Int32) | Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also