IVL-Research / Open-Waters

4 stars 0 forks source link

Z score #26

Open wilhelmssonjens opened 3 years ago

wilhelmssonjens commented 3 years ago

Implement the z score.

https://www.geeksforgeeks.org/z-score-for-outlier-detection-python/

wilhelmssonjens commented 3 years ago

Maybe implement this in such a way that it is possible to choose as "outlier function", as an argument to outlier detection. Z score is already implemented as method = "gaussian" in outlier detection.