The Seasonal Trend Decomposition using Loess (STL) is an algorithm that was developed to help to divide up a time series into three components namely: the trend, seasonality and remainder. The methodology was presented by Robert Cleveland, William Cleveland, Jean McRae and Irma Terpenning in the Journal of Official Statistics in 1990. The STL is available within R via the stl function. Read the rest of this entry »
There are the following book reviews on this website:
Book Review – Modern Applied Statistics with S by W. N. Venables and B. D. Ripley (Springer 2003)
Book Review – ggplot 2: Elegant Graphics for Data Analysis by Hadley Wickham (Springer 2009)
Book Review – Lattice: Multivariate Data Visualization with R by Deepayan Sarkar (Springer 2008)