Tutorial

This tutorial shows the functionalities of ExtendedExtremes.jl. They are illustrated by reproducing some of the results shown by Gamet & Jalbert (2022).

Before executing this tutorial, make sure to have installed the following packages:

  • ExtendedExtremes.jl
  • Extremes.jl
  • CSV.jl
  • DataFrames.jl
  • Dates.jl
  • Distributions.jl
  • Gadfly.jl

and import them using the following command:

julia> using ExtendedExtremes, Extremes, CSV, DataFrames, Dates, Distributions, Gadfly