POT Peak Over Threshold
27 次查看(过去 30 天)
显示 更早的评论
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?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Object Containers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!