POT Peak Over Threshold
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 12 Giu 2016
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?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Object Containers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!