make_kama: Kaufman adaptive moving average

Description Usage Arguments Value

View source: R/online_ma.R

Description

Kaufman adaptive moving average

Usage

1
2
3
make_kama(period, period_short = 2L, period_long = 30L, ...)

kama(x, period, period_short = 2L, period_long = 30L)

Arguments

period

MA period

period_short

short period for efficiency ratio

period_long

long period for efficiency ratio

...

not used

x

variable to average

Value

an online function


imlijunda/tswbench documentation built on June 12, 2021, 12:45 p.m.