![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12261337_1525162329778_DEF.jpg)
Divyashree
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hello, currently I'm working on outlier detection techniques. Can I detect outliers in multivariate datasets with three-sigma rule? If yes, then how?
m=mean(meas) m = 5.8433 3.0573 3.7580 1.1993 >> d=std(m) d = 1.9185 >> d=3*std(m) d = ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Has anyone ever applied cook's distance method on fisheriris/wine/glass or similar datasets for outlier detection? Did it work? How?
load fisheriris; X = double(meas(:, 2:4)); y = meas(:,1); mdl = fitlm(X,y); k=mdl.Diagnostics.CooksDistance; find((mdl.Diag...
7年弱 前 | 1 件の回答 | 0