We use Extreme Value Theory (EVT) to study the statistics of extreme weather events (eg max daily rainfall).
We use a Maximum Likelihood Estimation (MLE) approach to model hourly rainfall in New York. Weather data is from single weather station.
Example notebook: Maximum Likelihood Estimation
In this notebook we use a Bayesian Approach (implemented in PyMC) to model extreme weather events. We start with a univariate study (which parallels the MLE approach) for a single weather station. Next we train a spatial model, by incorporating data from many (nearby) weather stations, using a Gaussian processes as prior distribution for the GEV model parameters.