ma4: Get 4-period moving average (3 lags + current)

View source: R/btools_stats.r

ma4R Documentation

Get 4-period moving average (3 lags + current)

Description

ma4 get 4-period moving average

Usage

ma4(x)

Arguments

x

The vector to operate on.

Details

4-period moving average

Examples

ma4(7:21)

donboyd5/btools documentation built on Jan. 7, 2023, 10:47 p.m.