Lab 3: GEV Inference
GEV parameter estimation with Turing.jl, Benchmark with Extremes.jl, Confidence intervals for return levels
1 Objectives
- Implement GEV parameter estimation using Turing.jl
- Compare results with traditional methods using Extremes.jl
- Calculate confidence intervals for return levels
2 Before
Instructions
Do this before the lab date so that lab itself can go more smoothly.
3 Background and Reading
4 Tasks
Modify the code section below to address the following tasks.
- Set up GEV parameter estimation model in Turing.jl
- Implement traditional GEV fitting using Extremes.jl for comparison
- Calculate and visualize confidence intervals for return levels
- Compare Bayesian vs traditional approaches for parameter uncertainty