April 2016
Beginner to intermediate
246 pages
5h 20m
English
Nearly every phenomenon can be represented as a time series.
It is therefore not surprising that time series analysis is one of most popular topics within data-science communities.
As is often the case, R provides a great tool for time-series decomposition, starting with the stl() function provided within base R itself. This function will be the base of our recipe.
This recipe will mainly use the stl() function, which implements the Loess() method for time-series decomposition.
Using this method, we are able to separate a time series into three different parts: