Skip to content

Commit

Permalink
Incrementar no. simulaciones
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegonzalez committed May 14, 2024
1 parent af6bedc commit e811087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notas/15-aplicaciones-series.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,8 @@ agregamos una componente de nivel local:
set.seed(886)
mod_esp_1 <- AddLocalLevel(list(), y_mod)
mod_esp_2 <- AddLocalLinearTrend(list(), y_mod)
ajuste_pre_1 <- bsts(y_mod ~ x, mod_esp_1, niter = 5000, ping = 5000)
ajuste_pre_2 <- bsts(y_mod ~ x, mod_esp_2, niter = 5000, ping = 5000)
ajuste_pre_1 <- bsts(y_mod ~ x, mod_esp_1, niter = 25000, ping = 5000)
ajuste_pre_2 <- bsts(y_mod ~ x, mod_esp_2, niter = 25000, ping = 5000)
CompareBstsModels(list(ajuste_pre_1, ajuste_pre_2))
```

Expand Down

0 comments on commit e811087

Please sign in to comment.