how to Detect and remove outliers in data with delete and specify time interval ?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello dear ,I wish have a good time.
I have a large data set of 3688*13 for 15 people with 13 features. I want to eliminate the missing points.
In this figure, for example, I want to delete the outliers data, then specify the time interval and subtract from the next instance time when both the data outlet and the similar time instance are deleted. I used this command to delete the data.
Temp1 = DATA1 (:, 2); temp1 (find (temp1> 1.6)) = [];
But I do not know what code matlab to write to delete time samples?
1 件のコメント
Eric Sofen
2022 年 6 月 23 日
The data preprocessing functions like rmmissing and rmoutliers will do what you want and they work on timetables.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!