Moving Average (MA) is a technique to smooth out short-term fluctuations in time series data, highlighting longer-term trends or cycles. It calculates the average of a specific number of consecutive data points (the "window") as it moves across the dataset.
Interactive Features:
Try increasing the window size and observe how the line becomes smoother but less responsive to changes. The trade-off between noise reduction and lag is a key consideration when choosing a moving average window size.