You’ll learn to create “rolling” windows of a time series that move, or "roll" along with data, making it possible to summarize trends in the data across time, such as the average over success months of observations or the sum over several weeks of sales. Overall summary statistics, like mean, median, sum, maximum, and so on, do not always provide insight into how data changes over time, and rolling windows will allow you to compute statistics dynamically. In addition to rolling windows, you will also learn how to create expanding windows, which show how these summary statistics approach their final value.
Exercise 1: Wat is een rollend venster?Exercise 2: Functies voor rolling windowsExercise 3: Rolling windows versus aggregatieExercise 4: Functies toepassen op rolling windowsExercise 5: Rollend minimumExercise 6: Rolling apply met een aangepaste functieExercise 7: Expanderende venstersExercise 8: Rolling versus expanding windowsExercise 9: Uitbreidende somExercise 10: Expanderend gemiddeldeExercise 11: Gefeliciteerd!