mov.avg: Use Calculate the moving average. For compatibility only.

View source: R/mov.r

mov.avgR Documentation

Use Calculate the moving average. For compatibility only.

Description

Note that for n = odd, can average at central period. If n = even, must average at end of period and then shift values

Usage

mov.avg(x, k = 10, shift = "centre")

Arguments

x

A vector to calculate moving average

k

The moving windows

shift

if shift = "centre", then values are shifted to centre. if shift = "begin", then values are at begin of period. if shift = "end", then values are at end of period. The default value (centre) will be used if shift is other value.

Value

The moving average of vector x at moving windows n


weaana documentation built on Nov. 5, 2025, 6:08 p.m.