I do have (I hope!) a simple question. Let's say I have a time series with a discretization of "$dt$" (in real world: yearly values in my specific case). Now I use a Gaussian Filter with $\sigma = 4$, which gives me a half-width of about ~ $6*dt$ (i.e. the ratio of weights $\frac{W_{i}}{W_{i+6}}\approx2)$.
Which time scales are effectively smoothed? My aim is to smooth at least all time scales under 3 time steps (i.e. 3 years).
edit - Latex formatting