power curve eliminating outlier
3 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
I have been trying to plot the power curve of wind turbine. And I tried to eliminate the outliers using ignore if the value is greater than mean+standard deviation or less than mean-standard deviation, however this still does not work. Would please suggest me if there is any other method or how to improve my script? please have a look on the power curve attached with this message.
Thank you for your help!
Teklehaimanot
0 件のコメント
採用された回答
Star Strider
2015 年 9 月 29 日
I am not certain what outliers you want to eliminate. I would do a non-linear regression on your data (using nlinfit or lsqcurvefit) and fit your data with a Logistic function.
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Least Squares についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!