Skip to content

Commit c6555fa

Browse files
committed
Deploying to gh-pages from @ 60f012d 🚀
1 parent df57920 commit c6555fa

14 files changed

Lines changed: 93 additions & 77 deletions

dev/articles/loo2-moment-matching.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/loo2-moment-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ print(fit, pars = "beta")
154154
beta[2] -0.57 0 0.02 -0.62 -0.59 -0.57 -0.55 -0.52 2467 1
155155
beta[3] -0.31 0 0.04 -0.38 -0.34 -0.32 -0.29 -0.24 2000 1
156156

157-
Samples were drawn using NUTS(diag_e) at Tue Apr 7 20:24:34 2026.
157+
Samples were drawn using NUTS(diag_e) at Tue Apr 7 23:07:11 2026.
158158
For each parameter, n_eff is a crude measure of effective sample size,
159159
and Rhat is the potential scale reduction factor on split chains (at
160160
convergence, Rhat=1).

dev/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ of predictive distributions or pseudo-BMA weighting.
215215
[`print(`*`<psis_loo_ap>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
216216
[`print(`*`<psis>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
217217
[`print(`*`<importance_sampling>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
218+
[`print(`*`<kfold>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
218219
: Print methods
219220

220221
- [`nobs(`*`<psis_loo_ss>`*`)`](https://mc-stan.org/loo/dev/reference/nobs.psis_loo_ss.md)

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ articles:
1111
loo2-non-factorized: loo2-non-factorized.html
1212
loo2-weights: loo2-weights.html
1313
loo2-with-rstan: loo2-with-rstan.html
14-
last_built: 2026-04-07T19:39Z
14+
last_built: 2026-04-07T22:19Z
1515
urls:
1616
reference: https://mc-stan.org/loo/reference
1717
article: https://mc-stan.org/loo/articles

dev/reference/crps.html

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

dev/reference/crps.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ fit <- stan_glm(kid_score ~ mom_hs + mom_iq, data = kidiq)
139139
#>
140140
#> SAMPLING FOR MODEL 'continuous' NOW (CHAIN 1).
141141
#> Chain 1:
142-
#> Chain 1: Gradient evaluation took 2.7e-05 seconds
143-
#> Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 0.27 seconds.
142+
#> Chain 1: Gradient evaluation took 2.4e-05 seconds
143+
#> Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 0.24 seconds.
144144
#> Chain 1: Adjust your expectations accordingly!
145145
#> Chain 1:
146146
#> Chain 1:
@@ -157,15 +157,15 @@ fit <- stan_glm(kid_score ~ mom_hs + mom_iq, data = kidiq)
157157
#> Chain 1: Iteration: 1800 / 2000 [ 90%] (Sampling)
158158
#> Chain 1: Iteration: 2000 / 2000 [100%] (Sampling)
159159
#> Chain 1:
160-
#> Chain 1: Elapsed Time: 0.032 seconds (Warm-up)
161-
#> Chain 1: 0.061 seconds (Sampling)
162-
#> Chain 1: 0.093 seconds (Total)
160+
#> Chain 1: Elapsed Time: 0.033 seconds (Warm-up)
161+
#> Chain 1: 0.057 seconds (Sampling)
162+
#> Chain 1: 0.09 seconds (Total)
163163
#> Chain 1:
164164
#>
165165
#> SAMPLING FOR MODEL 'continuous' NOW (CHAIN 2).
166166
#> Chain 2:
167-
#> Chain 2: Gradient evaluation took 1.2e-05 seconds
168-
#> Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 0.12 seconds.
167+
#> Chain 2: Gradient evaluation took 9e-06 seconds
168+
#> Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 0.09 seconds.
169169
#> Chain 2: Adjust your expectations accordingly!
170170
#> Chain 2:
171171
#> Chain 2:
@@ -182,15 +182,15 @@ fit <- stan_glm(kid_score ~ mom_hs + mom_iq, data = kidiq)
182182
#> Chain 2: Iteration: 1800 / 2000 [ 90%] (Sampling)
183183
#> Chain 2: Iteration: 2000 / 2000 [100%] (Sampling)
184184
#> Chain 2:
185-
#> Chain 2: Elapsed Time: 0.033 seconds (Warm-up)
186-
#> Chain 2: 0.063 seconds (Sampling)
187-
#> Chain 2: 0.096 seconds (Total)
185+
#> Chain 2: Elapsed Time: 0.034 seconds (Warm-up)
186+
#> Chain 2: 0.059 seconds (Sampling)
187+
#> Chain 2: 0.093 seconds (Total)
188188
#> Chain 2:
189189
#>
190190
#> SAMPLING FOR MODEL 'continuous' NOW (CHAIN 3).
191191
#> Chain 3:
192-
#> Chain 3: Gradient evaluation took 1.2e-05 seconds
193-
#> Chain 3: 1000 transitions using 10 leapfrog steps per transition would take 0.12 seconds.
192+
#> Chain 3: Gradient evaluation took 1.1e-05 seconds
193+
#> Chain 3: 1000 transitions using 10 leapfrog steps per transition would take 0.11 seconds.
194194
#> Chain 3: Adjust your expectations accordingly!
195195
#> Chain 3:
196196
#> Chain 3:
@@ -208,14 +208,14 @@ fit <- stan_glm(kid_score ~ mom_hs + mom_iq, data = kidiq)
208208
#> Chain 3: Iteration: 2000 / 2000 [100%] (Sampling)
209209
#> Chain 3:
210210
#> Chain 3: Elapsed Time: 0.038 seconds (Warm-up)
211-
#> Chain 3: 0.062 seconds (Sampling)
212-
#> Chain 3: 0.1 seconds (Total)
211+
#> Chain 3: 0.058 seconds (Sampling)
212+
#> Chain 3: 0.096 seconds (Total)
213213
#> Chain 3:
214214
#>
215215
#> SAMPLING FOR MODEL 'continuous' NOW (CHAIN 4).
216216
#> Chain 4:
217-
#> Chain 4: Gradient evaluation took 1.2e-05 seconds
218-
#> Chain 4: 1000 transitions using 10 leapfrog steps per transition would take 0.12 seconds.
217+
#> Chain 4: Gradient evaluation took 1e-05 seconds
218+
#> Chain 4: 1000 transitions using 10 leapfrog steps per transition would take 0.1 seconds.
219219
#> Chain 4: Adjust your expectations accordingly!
220220
#> Chain 4:
221221
#> Chain 4:
@@ -233,8 +233,8 @@ fit <- stan_glm(kid_score ~ mom_hs + mom_iq, data = kidiq)
233233
#> Chain 4: Iteration: 2000 / 2000 [100%] (Sampling)
234234
#> Chain 4:
235235
#> Chain 4: Elapsed Time: 0.038 seconds (Warm-up)
236-
#> Chain 4: 0.062 seconds (Sampling)
237-
#> Chain 4: 0.1 seconds (Total)
236+
#> Chain 4: 0.061 seconds (Sampling)
237+
#> Chain 4: 0.099 seconds (Total)
238238
#> Chain 4:
239239
ypred1 <- posterior_predict(fit)
240240
ypred2 <- posterior_predict(fit)

dev/reference/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ of predictive distributions or pseudo-BMA weighting.
129129
[`print(`*`<psis_loo_ap>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
130130
[`print(`*`<psis>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
131131
[`print(`*`<importance_sampling>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
132+
[`print(`*`<kfold>`*`)`](https://mc-stan.org/loo/dev/reference/print.loo.md)
132133
: Print methods
133134

134135
- [`nobs(`*`<psis_loo_ss>`*`)`](https://mc-stan.org/loo/dev/reference/nobs.psis_loo_ss.md)

0 commit comments

Comments
 (0)