R/ic_r.R
ic_ratio.Rd
Compute IC-Ratio
ic_ratio(x, sc, mul = FALSE)
input time series.
trend-cycle component.
boolean indicating if the decomposition is multiplicative or additive.
q<-x11plus(rjd3toolkit::retail$AllOtherGenMerchandiseStores, 12) x <- q$decomposition$sa sc <- henderson(x, length = 13, musgrave = FALSE) ic_ratio(x, sc) #> [1] 3.720734