tema: Compute a so-called triple exponential moving average of a...

View source: R/movingAverages.R

temaR Documentation

Compute a so-called triple exponential moving average of a time-series

Description

The triple exponential moving average

Usage

tema(x, alpha)

Arguments

x

the time-series of the signal

alpha

smoothing parameter, a value in the unit-interval

Details

See wikipedia for triple exponential moving average (not triple exponential smoothing)

Value

vector


shill1729/trader documentation built on Dec. 27, 2022, 10:55 p.m.