| Overload | Description |
|---|---|
| GeometricMovingAverage(String,Series,Int32) | Calculates the Geometric Moving Average (GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided. |
| GeometricMovingAverage(Series,Int32) | Calculates the Geometric Moving Average (GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided. |
| GeometricMovingAverage(SeriesCollection,Int32) | Calculates the Geometric Moving Average (GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided. |