Can scipy.stats identify and mask obvious outliers?

后端 未结 4 662
终归单人心
终归单人心 2020-12-07 19:44

With scipy.stats.linregress I am performing a simple linear regression on some sets of highly correlated x,y experimental data, and initially visually inspecting each x,y sc

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-07 20:08

    More generally (i.e. programmatically) is there a way to identify and mask outliers?

    Various outlier detection algorithms exist; scikit-learn implements a few of them.

    [Disclaimer: I'm a scikit-learn contributor.]

提交回复
热议问题