필터 지우기
필터 지우기

how to remove outliers of a data list

조회 수: 6 (최근 30일)
farfar
farfar 2017년 2월 21일
댓글: farfar 2017년 2월 21일
Hello everyone I have a set of data and I am trying to remove the outlires. I used to do it by excel with finding Q1,.. and then plot a box and find outliers, but I have a big set of data and no longer able to do that. does anyone know how I can remove outliers in matlab using quartiles? or any other statistical way of removing outliers ?

답변 (1개)

Adam
Adam 2017년 2월 21일
doc prctile
if you have the Statistics toolbox.
If not it is easy enough to calculate percentiles in your own function. What you choose to do with them after that is up to you really, but with indexing you can easily use a percentile value to filter out values outside of a range.
  댓글 수: 1
farfar
farfar 2017년 2월 21일
Thank you Adam doc prctile brought up matlab help on how to calculate prctile, which was helpful but I still dont know how to remove outliers based on these prctile automatically?

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by