SMLP2025: Advanced methods in frequentist statistics with Julia
The rendered website version of the course materials is available here.
This repository uses Quarto with the Julia code execution supplied by QuartoNotebookRunner.jl.
~/SMLP2025$ julia
julia> using Pkg
julia> Pkg.activate(".")
Activating project at `~/SMLP2025`
julia> Pkg.instantiate()
< lots of output >
julia> exit()
~/SMLP2025$ quarto preview
< lots of output >