powered by
Applies linear filtering to a univariate tis series or to each column separately of a multivariate tis series.
tis
tisFilter(x, …)
a univariate or multivariate time series.
arguments passed along to filter.
filter
A tis time indexed series with leading and trailing NA values stripped.
NA
# NOT RUN { x <- tis(1:100, start = c(2000,1), freq = 12) tisFilter(x, rep(1, 3)) tisFilter(x, rep(1, 3), sides = 1) tisFilter(x, rep(1, 3), sides = 1, circular = TRUE) # }
Run the code above in your browser using DataLab