estebahr / SMLP2022

SMLP2022: Advanced methods in frequentist statistics with ulia

Home Page:https://repsychling.github.io/SMLP2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMLP2022

SMLP2022: Advanced methods in frequentist statistics with Julia

The rendered website version of the course materials is available here.

This repository uses Quarto. To be able to render all the pages, you will need an appropriate Jupyter kernel installed and the local environment instantiated.

~/SMLP2022$ julia

julia> using Pkg

julia> Pkg.add("IJulia")
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
< lots of output >

julia> using IJulia

julia> installkernel("julia", "--threads=auto", "--project=@.")
[ Info: Installing julia kernelspec in ~/.local/share/jupyter/kernels/julia-1.8
"~/.local/share/jupyter/kernels/julia-1.8"

julia> Pkg.activate(".")
  Activating project at `~/SMLP2022`

julia> Pkg.instantiate()
< lots of output >

julia> exit()

~/SMLP2022$ quarto preview

< lots of output >

About

SMLP2022: Advanced methods in frequentist statistics with ulia

https://repsychling.github.io/SMLP2022/


Languages

Language:HTML 99.9%Language:JavaScript 0.1%Language:R 0.0%Language:TeX 0.0%Language:Julia 0.0%Language:CSS 0.0%