Adding outlier to a matrix
古いコメントを表示
Hi , I have a matrix of intensities (n*p). I want to add an outlier to it. Do you have any idea about how to simulate an outlier? I was thinking to take the mean of matrix and then multiply it to some very high value?
Do you have any idea ?
採用された回答
その他の回答 (1 件)
Roger Wohlwend
2014 年 5 月 22 日
0 投票
Actually you answered your question yourself. Instead of the mean I would use the maximum value of the matrix. Multiply that number by a certain value. That's all. It is quite easy.
カテゴリ
ヘルプ センター および File Exchange で Student's t Distribution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!