-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
Hi Greg,
Just a quick comment on something I spotted: in the manuscript you mentioned you've used median absolute deviation (MAD), but in the process_data.ipynb notebook you seem to use the pd.DataFrame.mad() method which, according to the docs, calculates the mean absolute deviation: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.mad.html
Hope this helps (and sorry if I got that wrong!),
Enrico