I actually read a lot about times eries and there I often read about "loess decomposition". But what is that exactly? It exists in package STL or packages about outlier-detection.
Can someone give me an easy example about the how loess decomposition works?
Example:
For example I got the timeseries with quadtr values:
2014: 4 5 3 9
2015: 5 4 4 8
2016: 4 5 3 8
I can see that the season is in the 4th quadtr, but how stl works in this example? –
Why duplicatet? I would like you understand STL with this small example. And in the other post you linked, there is no reproducable, simple example to understand the algorithm.