Skip to contents

icr() compute the overall I/C ratio, while icrs() compute the I/C ratios for each period.

Usage

icr(x, tc, mul = FALSE)

icrs(x, tc, mul = FALSE)

Arguments

x, tc

seasonally adjusted and trend-cycle components. If x is a "tc_estimates" object then tc is ignored.

mul

boolean indicating if the decomposition is multiplicative or additive.

Examples

x <- cars_registrations
tc <- henderson_smoothing(x)