Skip to content

Commit

Permalink
Fix typo: ` ->
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Dec 10, 2024
1 parent 6f8fda4 commit 5815a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RobustAdaptiveMetropolis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ julia> chain = sample(
julia> norm(cov(Array(chain)) - [1.0 0.5; 0.5 1.0]) < 0.2
true
````
```
# References
[^VIH12]: Vihola (2012) Robust adaptive Metropolis algorithm with coerced acceptance rate, Statistics and computing.
Expand Down

0 comments on commit 5815a9b

Please sign in to comment.