Determine rolling averages to smooth out noisy data
smooth_data = rolling_average(data, win_size)
matrix of values containing smoothed out data
matrix of values, original noisy data
value describing nr of data points to be included in the window