CMA: Center Moving Average

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Calculating moving average by mothod of centered moving average.

Usage

1
CMA(x, n = 5)

Arguments

x

Univariate time series.

n

Number of periods to average over.

Value

Observation series after centered moving.

Note

Before, name of this function is TTT.

Author(s)

Doan Hai Nghi <Hainghi1426262609121094@gmail.com>

See Also

SES

Examples

1
2
3
 
CMA(lh,n=5)
CMA(lh,n=8)

AnalyzeTS documentation built on Dec. 9, 2019, 1:07 a.m.