COM6018 Data Science with Python
The Problem
Finding the peaks and dips in the oscillations is not so straightforward.
Problem:
- The data is very noisy.
- The daily measurements can bounce up and down in a seemingly random way.
- There are many local peaks and dips that are not part of the oscillations we are interested in.
We need to smooth the data to reduce the noise.