POT Peak Over Threshold
古いコメントを表示
I have a very large dataset recording measurements everyday for a substantial amount of time. I want to code multiple POT's for this data set. I have the known thresholds; however, I am not sure how to code this?
2 件のコメント
Image Analyst
2016 年 6 月 12 日
What does it do? To find the data above a threshold you can do this
indexes = data > threshold;
What more than that do you need?
Dale Andrew
2016 年 6 月 22 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!