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


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

OverloadDescription
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

© 2010 All Rights Reserved.