Skip to article frontmatterSkip to article content

Extreme Value Practice

CSIC
UCM
IGEO

Problems

EVT is not a watertight explanation. In fact, there are many issues that could occur. Below we will outline a few of these issues.

Spatiotemporal Data. The biggest problem is the inherent data with spatiotemporal interactions. There are dependencies, heterogeneity, data sparsity, and uncertainty. However, we inherently assume that the data is IID when clearly it is not due to the data structure.

Limited data. Extreme events are at the tails of the distribution because they are rare events. This means that there is not a lot of data which means it is difficult to model. This problem is augmented because we do many ad-hoc processes to ensure that the data is independent thereby removing samples.

Dynamical Tendencies. The data is inherently dynamical which means that things (even the definition of an extreme) can change with time.

Model Convergence. The data is multiscale, non-linear, chaotic and inherently complex. We’ve also seen that we tend to have limited data because we’re taking samples from the tails of the distribution. This makes it difficult to learn a complex model because we do not have enough samples to learn.

Causal Explanations. There could be some fundamentally wrong explanations which might incorrectly explain our results.


Potential Solutions

Better Data Representations. We need data representations that highlight the spatial processes and dynamical processes. We also need to utilize multivariate statistics to couple complex processes when making predictions. Lastly, we need to include latent variables to capture unseen processes and to reduce the dimensionality of the data which will provide significant speed-ups.

Better Data-Driven Models. Most of the current literature involving extremes utilize very simple linear models which are not sufficient to capture the complexity of the system. We need more expressive models that capture multiscale, nonlinear relationships. They also need to capture the multivariate tendencies. Lastly, they need to be fast and scalable otherwise it would not be trustworthy in practice. We see that some of the SOTA weather forecasting almost exclusively use some sort of AI algorithm under the hood.

Better Uncertainty Quantification. We need to be more pragmatically Bayesian, meaning be Bayesian for as long as possible until it because too computationally intensive. We need to incorporate more parameter and process uncertainties. We also need better predictive uncertainty. In addition, we need better model uncertainty for physics-based models, e.g., initial conditions, boundary conditions or equations of motions. We also need better uncertainty for data-driven models, i.e., model parameters.


IID Assumptions

The issue is with the assumptions placed upon the distributions: independent, identically distributed random variables.

Independence. This assumes that each sample is independent from all other assumptions.

Identically distributed. This assumes that each sample is taken from the same underlying distribution. For example, this assumes that there is no seasonality and assumes that the sequence is stationary. There are many ways to correct for this, e.g., remove the seasonality and correct for known trends.

Random. This assumes that this was sampled from a prob. distribution which varies due to chance. This assumes that the measurements are unbiased estimators of the desired quantity. In the case of Earth sciences, this is rarely every true as points that are close to other in space and time are almost always correlated.

Insufficient Data

This is a by-product of not having enough data. As shown in the previous theory section, we have methods like the block maxima and POT which result in a reduced number of data points. This induces a


Component Events

A big problem is the causality associated with the extreme events. In particular, we could have compound extreme events (Bevacqua et al, 2021). These occur when two or more extreme events occur simultaneously or successively. Flip through the tabs below to see some examples of these extreme events.

Case I
Case II
Case III

Let’s say that we directly observe a sequence of extreme events. We could believe that they are connected due to our statistical model.

However, we could have the true causal relationship between includes some intermediate processes,i.e.:

One could very easily get a dataset which links wildfires to floods but this would not be the correct explanation. The best way to prevent this is to have a domain scientist validate the claims of the model. However, for extremely complex datasets, one would need a better model or stronger assumptions.


Modeling Challenges

Because of the issues with the data, we will have issues with the subsequent models. The Earth is a vastly complex system: it is multiscale, multivariate, high-dimensional, chaotic, and noisy. This means that we need complex models, i.e., nonlinear, expressive, expensive, to be able to model this type of data. So, this means that we either need a lot of physics or a lot of data to be able to model this kind of data. We already have examples of models with a lot of physics like GCMs and RCMs. They are accurate but they are also known to be expensive, slow and so complicated that they can be considered black boxes. Data-driven models can learn with a lot of data however, we arrive at the same issue of data that we just described: a vicious cycle.

Model Form. We need to adopt different strategies for trying to acquire the marginal behaviour by accounting for all dependencies of our problem. Parametric methods are the easiest to conceptualize and modify. They are also easy to incorporate dimensionality reduction techiques to deal with the high-dimensionality and we can also include many covariates if needed. However, we will always need to impose a parametric form which could be limiting for inherently functional data, i.e., spatiotemporal fields. Non-parametric methods are a good alternative because they are general and flexible approaches without strong assumptions. However, they are impractical for large dimensions due to the formulation and problem size (curse of dimensionality). Physics-informed methods could potentially alleviate this but this often can make the models more complicated.

Inference. The inference stage could make things complicated. There are simpler and faster methods like the method of moments (see example | example | example). However, they are not easy to use for complex methods with covariates and latent processes. MLE or MAP which are easy to integrate and find solutions. However, they impose a parametric form which limits expressivity. In addition, they do not converge to good solutions for high-dimensional data. We could use more complex methods like fully Bayesian inference which allows one to easily input expert knowledge. However, it is not straightforward to converge for larger dimensions and it can be very slow.


Multivariate Extremes


Algorithm

1 - Define Interested Processes

We need to define the extremes we are intersted in as well as the processes we believe cater to those extremes. For example, we may be interested in the extremes for precipitation so this would be our Quantity of Interest. We also believe that the Mediterranean warming and Jet Stream location are processes which contribute to the precipitation.

Note: Not all extreme events are extensions of non-extreme phenomena!


2 - Analyze Spatiotemporal Correlations.

We need examine how the spatial and temporal dimensions effect each of the observations. This can come from prior knowledge or from general assumptions. For example, let’s say we have some scattered data at irregular locations. We may propose that the precipitation is independent of the neighboring weather stations. However, we propose that the temperature at neighboring locations is informative. We can do the same for the time domain.

Some widely used tools for detecting the spatial variation is a variogram or information theory metrics. For time series, we can use the AutoCorrelation function (ACF) or information theory metrics as well.


3 - Get Samples for Data

Now, we need to acquire samples. This is done by separating the extreme observations for the standard observations. For example, if we have a spatiotemporal field of precipitation, we could have different weather regimes. Simply precipitation makes up the bulk of observations, storms could make up the rare events, and hurricanes can make up the extreme events.

We preferably IID, but sometimes this is impossible. From the traditional EVT system, we can use block maximum method over space and time. We could also the use Peak Over Threshold (POT) method.


4 - Describe Extreme Value Data Distribution

We need to describe the data distribution for the extreme values. For example, we could use the GEVD if we are using the block maximal method. We could also use the GPD for the POT method.

We also need to describe how the parameters are related. For example, we could use a simple parametric model. We could also use a hierarchical model. We could also use a dynamical model.


5 - Fit Parameters of Model

This involves selecting the inference method we wish to use to find the posterior distribution given our model.


6 - Analysis

This is the most important part. We can do some post analysis on the distribution of parameters. We can look at the best fit, i.e., the data likelihood. We can also look at the return values, i.e.g, the sample distribution at a specific cumulative probability.


Questions:

  • What is the likelihood of event X with a magnitude Y occuring within a period τ.
  • What is the magnitude of variable X for which there is a % chance of occurring within a τ period.
References
  1. Bevacqua, E., De Michele, C., Manning, C., Couasnon, A., Ribeiro, A. F. S., Ramos, A. M., Vignotto, E., Bastos, A., Blesić, S., Durante, F., Hillier, J., Oliveira, S. C., Pinto, J. G., Ragno, E., Rivoire, P., Saunders, K., van der Wiel, K., Wu, W., Zhang, T., & Zscheischler, J. (2021). Guidelines for Studying Diverse Types of Compound Weather and Climate Events. Earth’s Future, 9(11). 10.1029/2021ef002340