Skip to content

Commit 6ce7f96

Browse files
authored
fix some typos (#653)
1 parent 327b28c commit 6ce7f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-functionality/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ chn = sample(model, Prior(), 10)
485485
loglikelihood(model, chn)
486486
```
487487

488-
### Maximum likelihood and maximum a posterior estimates
488+
### Maximum likelihood and maximum a posteriori estimates
489489

490-
Turing also has functions for estimating the maximum aposteriori and maximum likelihood parameters of a model. This can be done with
490+
Turing also has functions for estimating the maximum a posteriori and maximum likelihood parameters of a model. This can be done with
491491

492492
```{julia}
493493
mle_estimate = maximum_likelihood(model)
@@ -524,7 +524,7 @@ The `Gibbs` sampler can be used to specify unique automatic differentiation back
524524

525525
For more details of compositional sampling in Turing.jl, please check the corresponding [paper](https://proceedings.mlr.press/v84/ge18b.html).
526526

527-
### Working with filldist and arraydist
527+
### Working with `filldist` and `arraydist`
528528

529529
Turing provides `filldist(dist::Distribution, n::Int)` and `arraydist(dists::AbstractVector{<:Distribution})` as a simplified interface to construct product distributions, e.g., to model a set of variables that share the same structure but vary by group.
530530

0 commit comments

Comments
 (0)