Skip to content

Commit

Permalink
Agregar notas stan
Browse files Browse the repository at this point in the history
  • Loading branch information
tereom committed Dec 12, 2024
1 parent 0340e4c commit fafe41a
Show file tree
Hide file tree
Showing 8 changed files with 555 additions and 0 deletions.
1 change: 1 addition & 0 deletions 16-bayes-mcmc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ g_sim <- ggplot(sims_tbl %>% filter(iter_num < 3000),
aes(x = iter_num, y = theta)) + geom_line() + ylim(c(0, 0.5))
g_sim + dist_bplot + plot_layout(widths = c(5, 1))
```

Donde vemos que esta cadena parece mezclar bien (está explorando la totalidad
de la distribución objetivo), y también parece estar en un estado estable.

Expand Down
Loading

0 comments on commit fafe41a

Please sign in to comment.