Description Usage Arguments Value Examples
high frequency golay filtering
1 | my_golay(model, span, p = 3)
|
model |
a time series |
span |
the number of periods to span (should be odd) |
p |
the degree of the Golay polynomial |
the filtered time series
1 | # hc4<- my_golay(hc4.ts, 13, p=5 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.