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

Commit

Permalink
fix(02-distributions): typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Dec 29, 2023
1 parent d4bce74 commit 9e8f35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slides/02-statistical_distributions.typ
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
title: [Normal],
)[
The normal distribution has two parameters and its notation is
$"Normal"(μ, σ^2)$ or $"N"(μ, σ^2)$:
$"Normal"(μ, σ)$ or $"N"(μ, σ)$:

- $μ$ -- mean of the distribution, and also median and mode
- $σ$ -- standard deviation #footnote[sometimes is also parameterized as variance $σ^2$.],
Expand Down Expand Up @@ -1052,7 +1052,7 @@

But, differently than Student's $t$, the Cauchy distribution has two parameters
and its notation is
$"Gamma"(μ, σ)$:
$"Cauchy"(μ, σ)$:

- $μ$ -- location parameter
- $σ$ -- scale parameter
Expand Down Expand Up @@ -1152,7 +1152,7 @@
)[
#v(4em)

$ "Beta" (α, β) = f(x, α, β) (x^(α - 1)(1 - x)^(β - 1)) / ((Γ(α)Γ(β)) / (Γ(α +β ))) "for" α, β > 0 "and" x ∈ [0, 1] $
$ "Beta"(α, β) = f(x, α, β) (x^(α - 1)(1 - x)^(β - 1)) / ((Γ(α)Γ(β)) / (Γ(α +β ))) "for" α, β > 0 "and" x ∈ [0, 1] $
]

#slide(title: [Beta])[
Expand Down

0 comments on commit 9e8f35b

Please sign in to comment.