To calculate the level component, we can use the following formula:
$L_t = \alpha \cdot \frac{Y_t}{S_{t-m}} + (1 - \alpha) \cdot (L_{t-1} + T_{t-1})$
where:
- $L_t$ is the level component at time $t$
- $\alpha$ is the smoothing constant for the level component
-
Show more…