Load Julia packages (libraries) needed for the snippets in chapter 0
using StatisticalRethinking
gr(size=(600,300))Plots.GRBackend()snippet 3.1
PrPV = 0.95
PrPM = 0.01
PrV = 0.001
PrP = PrPV*PrV + PrPM*(1-PrV)
PrVP = PrPV*PrV / PrP0.08683729433272395This page was generated using Literate.jl.