Skip to content

Commit aadfba5

Browse files
committed
Deploying to gh-pages from @ ae42a8d 🚀
1 parent 72351a3 commit aadfba5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/Chapter06.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/Chapter06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ for (i in seq_len(nrow(beta.hat))) {
165165
curve(dt((x- res_conj2$bN[i])/post.sd.conj2[i], df=2* res_conj2$cN),
166166
from= res_conj2$bN[i]- 4*post.sd.conj2[i],
167167
to= res_conj2$bN[i]+ 4*post.sd.conj2[i],
168-
add=TRUE, col=3,lty=3,lwd=2)
168+
add=TRUE, col=3,lty=4,lwd=2)
169169
legend("topright", c("improper", "B0=10", "B0=1"),
170-
col = 1:3, lty = 1:3,lwd=c(1,2,2))
170+
col = 1:3, lty = c(1,2,4),lwd=c(1,2,2))
171171
}
172172
```
173173

1.61 KB
Loading

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ articles:
1111
Chapter07: Chapter07.html
1212
Chapter08: Chapter08.html
1313
Chapter09: Chapter09.html
14-
last_built: 2025-11-11T17:26Z
14+
last_built: 2025-11-18T17:10Z
1515
urls:
1616
reference: https://gregorkastner.github.io/BayesianLearningCode/reference
1717
article: https://gregorkastner.github.io/BayesianLearningCode/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)