Reference to rmoutliers() function
이전 댓글 표시
Hi,
I use rmoutliers() function for my academic study.
This function implements 5 different methods:
"median", "mean", "quartiles", "grubbs", "gesd"
Is there any academic papers/book which explain how those methods work exactly?
Thank you.
댓글 수: 2
If you just need the explanation of what they are doing, the method section of the function's documentation is well informing. Maybe you want to look up what's Grubbs's test specifically tho. If you are looking for references to cite (like Grubbs, 1950, for Grubbs, F. E. (1950). Sample criteria for testing outlying observations. The Annals of Mathematical Statistics, 21(1), 27-58) I'd say an overview paper would do just fine (a quick google serch gave these 2 that look ok, they are also an interesting read to expand your knowledge, but maybe you can find better suited ones).
Mehmet Fide
2024년 2월 2일
답변 (1개)
Matlab has very powerful documentation.
Please have a look here:

댓글 수: 2
Mehmet Fide
2024년 2월 2일
Askic V
2024년 2월 2일
Hello Mehmet, you can also check this: https://www.itl.nist.gov/div898/handbook/eda/section3/eda35h3.htm
카테고리
도움말 센터 및 File Exchange에서 Data Preprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!