Detect Mean Shift and Remove Outliers

조회 수: 3 (최근 30일)
Anirudh Peralai Ravisundar
Anirudh Peralai Ravisundar 2021년 10월 26일
답변: Steven Lord 2021년 10월 26일
I have a signal output as shown below and seeking a way to accomplish two tasks. First one pertains to reomving the outliers, while the second need is to find the points where the cuve transitions from one level to the other (drastic shift in the mean). In the latter part, I need to find the indices of my array in which such a shift occurs. I tried doing it with some gradient methods but nothing worked out.

답변 (1개)

Steven Lord
Steven Lord 2021년 10월 26일
Try the rmoutliers function or the Clean Outlier Data task for the first part of your question. Try the ischange function or the Find Change Points task for the second part.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by