POT Peak Over Threshold

조회 수: 27 (최근 30일)
Dale Andrew
Dale Andrew 2016년 6월 12일
댓글: Dale Andrew 2016년 6월 22일
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
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
Dale Andrew 2016년 6월 22일
Its to find the highest peaks (flooding events) from river flow data. For example, using a threshold that finds the top 50 peaks (floods) from the given time series. Then once this is identified, trying to distinguish these peaks as independent events.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Object Containers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by