A time series is a sequence of data recorded at regular time intervals. We plot time on the x-axis and the measured quantity on the y-axis, then identify trends, cycles, and use moving averages to smooth fluctuations.
π Learn
Reading a Time Series Graph
Time series graphs show how a variable changes over time. Points are plotted and joined with straight lines.
Trend: overall direction β upward, downward, or roughly constant
Seasonal variation: regular pattern repeating (e.g. every year)
Random fluctuations: unpredictable ups and downs
π‘ Don't confuse the trend (long-term direction) with individual fluctuations.
Moving Averages
A moving average smooths out short-term fluctuations and reveals the underlying trend.
n-point moving average: average of each group of n consecutive values
Plot the average at the MIDDLE time point of the group.