my_golay: my_golay

Description Usage Arguments Value Examples

View source: R/my_golay.R

Description

high frequency golay filtering

Usage

1
my_golay(model, span, p = 3)

Arguments

model

a time series

span

the number of periods to span (should be odd)

p

the degree of the Golay polynomial

Value

the filtered time series

Examples

1
# hc4<- my_golay(hc4.ts, 13, p=5 )

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