3. What are extremes?#
If you hear the word “extreme”, the first thing that may come to your mind are extreme sports or natural disasters, such as a hurricane or a typhoon. That gives us an intuition of what is an extreme observation in probability theory. Let’s see it in further detail with a dummy example.
Based on the graph above, we can define an extreme in probability theory as…
Tip
Extreme observation An extreme is an observation which deviates from the mean and is therefore located in the tail of the distribution.
Note that extremes are not only maxima (e.g. maximum river discharge or maximum traffic load)
but also minima (e.g. droughts or minimum energy consumption in a network),
depending on the direction that we move within the distribution function.
Why are we interested in extremes?
As engineers or geoscientist, we design interventions and infrastructures to withstand scenarios which are linked to extreme conditions (does it ring the bell “Ultimate Limit State”?). For instance, if we are designing a bridge, we will be interested not only on the daily loads of the cars, but also on the maximum loads that the bridge will face along its design life (e.g.: several large trucks crossing at the same time).
And how can we assess extreme conditions?
Extreme Value Analysis (EVA) allows us to quantify the needed extremes for design. Typically, we have (limited) historical data (e.g.: few recorded years of traffic loads) and we need to quantify extremes which haven’t been observed yet. EVA allows us to model the stochastic behavior of extreme events and infer those which haven’t been observed (extrapolate).
For instance, going back to our toy example of the t-shirts, EVA allows us to get a better understanding of how the expensive t-shirts behave. We focus on modelling the expensive t-shirts and forget about the cheap options. The probabilistic model developed with EVA will allow us to gain information about prices higher than those already recorded in our dataset and gain insight on how the market might evolve.
In the following sections, you will see how to select extreme observations within a database (timeseries of observations) and select, fit and use probability distribution functions to characterize their uncertainty and infer the needed extreme values for design.
3.1. Return Level#
–> Here, may use chapter from MUDE