maximtrp / scikit-posthocs

Multiple Pairwise Comparisons (Post Hoc) Tests in Python
https://scikit-posthocs.rtfd.io
MIT License
351 stars 40 forks source link

Add hypo argument for outliers_gesd #43

Closed nateGeorge closed 3 years ago

nateGeorge commented 3 years ago

I'm happy to contribute this if you want, but it would be good to have a hypo argument for outliers_gesd() like with outliers_tietjen(). The reason being, when you get a boolean mask you can use that to deal with outliers as you like - for example, clipping them to max/min values and so on. This is important for cleaning outliers in multivariate datasets, which are pretty much all of them.

maximtrp commented 3 years ago

Thank you!