Lab 5: Probabilistic Risk Analysis

CEVE 421/521

Published

Wednesday, February 11, 2026

Draft Material

This content is under development and subject to change.

1 Overview

Lab objectives and context - to be written.

2 Setup

if !isfile("Manifest.toml")
    using Pkg
    Pkg.instantiate()
end

3 Exercises

3.1 Exercise 1

Exercise description - to be written.

# Your code here