Skip to content

Commit b4cb0b6

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 2d08969 + a84570a commit b4cb0b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ using Turing
116116
# Priors
117117
α ~ Normal(0, 1)
118118
β ~ Normal(0, 1)
119-
σ² ~ truncated(Normal(0, 1), lower=0)
119+
σ² ~ truncated(Cauchy(0, 3); lower=0)
120120
121121
# Likelihood
122122
μ = α .+ β .* x

theming/rules/_quarto-tweaks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ h6 {
88
border-bottom-color: $btn-border-color;
99
}
1010

11-
p {
11+
p, li {
1212
color: $text-muted !important;
1313
}
1414

0 commit comments

Comments
 (0)