ts_fil_none: no filter

View source: R/ts_fil_none.R

ts_fil_noneR Documentation

no filter

Description

Does not make data filter

Usage

ts_fil_none()

Value

a ts_fil_none object.

Examples

# time series with noise
library(daltoolbox)
data(tsd)
tsd$y[9] <- 2*tsd$y[9]

# filter
filter <- ts_fil_none()
filter <- fit(filter, tsd$y)
y <- transform(filter, tsd$y)

# plot
plot_ts_pred(y=tsd$y, yadj=y)

tspredit documentation built on June 22, 2025, 5:07 p.m.