Calculates the smoothed averages of a column
SMOOTHEDAVERAGE(column, weighting parameter, [minimum period count])
column
weighting parameter
[minimum period count]
Returns the smoothed averages, weighted with specified inputs, of a column
Column on which to compute the smoothed average. Must be numeric.
Weighting parameter for calculating the smoothed averages.
Optional. Minimum number of observations to have an output, defaults to 0.
Weighted smoothed averages
Last updated 2 years ago