ic_ratio | R Documentation |
Compute IC-Ratio
ic_ratio(x, sc, mul = FALSE)
x |
input time series. |
sc |
trend-cycle component. |
mul |
boolean indicating if the decomposition is multiplicative or additive. |
x <- retailsa$AllOtherGenMerchandiseStores
sc <- henderson(x, length = 13, musgrave = FALSE)
ic_ratio(x, sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.