Time Series Filtering App

Filter Basics

Trend Component

plot of chunk unnamed-chunk-1

Cycle Component

The cycle component for the "AirPassengers" dataset can be extracted with the following code:

cfModel <- cffilter(AirPassengers, pl=3, pu=24)

plot(as.zoo(cfModel$cycle), main="", ylab="", xlab="")
grid()

plot of chunk unnamed-chunk-2

Limitations

/

#