Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix(06-logistic): typst format
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 2, 2024
1 parent 9048034 commit 42c0e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/06-logistic_regression.typ
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
#text(size: 16pt)[
$
bold(y) &tilde "Bernoulli"(p) \
p &= "logistic/logit"(α + bold(X) bold(β)) \
p &= "logistic/probit"(α + bold(X) bold(β)) \
α &tilde "Normal"(μ_α, σ_α) \
bold(β) &tilde "Normal"(μ_bold(β), σ_bold(β))
$
Expand All @@ -236,7 +236,7 @@
#text(size: 16pt)[
$
bold(y) &tilde "Binomial"(n, p) \
p &= "logistic/logit"(α + bold(X) bold(β)) \
p &= "logistic/probit"(α + bold(X) bold(β)) \
α &tilde "Normal"(μ_α, σ_α) \
bold(β) &tilde "Normal"(μ_bold(β), σ_bold(β))
$
Expand Down

0 comments on commit 42c0e83

Please sign in to comment.