Skip to content

Usage of pyextremes for non time series data #78

Answered by georgebv
Dillion asked this question in Q&A
Discussion options

You must be logged in to vote

I think I more or less understand what you are doing. You have a sample of some data and you want to model its tail. But, while you do so, you need to find the value to cut the sample into "body" and tail. I think before you do that you need to understand what model (distribution) you are choosing and why.

You shouldn't be using GPD or GEVD just because they model extreme values and visually look like a good fit for your data. Both of those models are backed with rigorous mathematical reasoning for why they are applicable in these specific cases:

  • GEVD only for Block Maxima over time series
  • GPD (or exponential in degenerate case) only for peaks-over-threshold (POT)

The goal of POT is to …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Dillion
Comment options

@georgebv
Comment options

Answer selected by Dillion
@Dillion
Comment options

@georgebv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants