Evaluates the
x
-period Triangular Moving Average (TMA) where
x
corresponds to the length of the time series array given as a parameter, for all periods for which sufficient data is provided.
Overload List
Overload |
Description |
TriangularMovingAverage(String,Series,Int32) |
Evaluates the x -period Triangular Moving Average (TMA) where x corresponds to the length of the time series array given as a parameter, for all periods for which sufficient data is provided. |
TriangularMovingAverage(Series,Int32) |
Evaluates the x -period Triangular Moving Average (TMA) where x corresponds to the length of the time series array given as a parameter, for all periods for which sufficient data is provided. |
TriangularMovingAverage(SeriesCollection,Int32) |
Evaluates the x -period Triangular Moving Average (TMA) where x corresponds to the length of the time series array given as a parameter, for all periods for which sufficient data is provided. |
See Also