필터 지우기
필터 지우기

Scaled MAD in isoutlier

조회 수: 7 (최근 30일)
Yi-xiao Liu
Yi-xiao Liu 2020년 12월 16일
답변: Pratyush Roy 2021년 1월 11일
I have been using scaled MAD in isoutlier and it has done a wonderful job. However, I wonder what's the mathematical basis of this scaled factor? MAD is a widely used term but I couldn't find any documentation on this -1/(sqrt(2)*erfcinv(3/2)) factor. Some references/literatures would be nice.

채택된 답변

Pratyush Roy
Pratyush Roy 2021년 1월 11일
Hi,
The c value here is approximately equal to 1.4826 and it is commonly used in outlier detection. It is even mentioned in the MAD wikipedia article: https://en.wikipedia.org/wiki/Median_absolute_deviation
This value assumes that the data is normally distributed. For an example reference, see https://dipot.ulb.ac.be/dspace/bitstream/2013/139499/1/Leys_MAD_final-libre.pdf
Our documentation mentions the c value, but doesn't explicitly state the widely-used approximate value 1.4826 since we actually do the calculation in our isoutlier function.
Hope this helps!.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by