my_ksmooth: my_ksmooth

Description Usage Arguments Value Examples

View source: R/my_ksmooth.R

Description

high frequency ksmooth filtering

Usage

1
my_ksmooth(timeS, span = 5, kernel = "box")

Arguments

timeS

a time series

span

the number of periods to span (should be odd)

kernel

box or normal

Value

the filtered time series

Examples

1
# hc4<- my_ksmooth(hc4.ts, span= 13)

MrOoijer/myLib documentation built on Dec. 17, 2021, 4:22 a.m.