Skip to content

Commit be4db02

Browse files
Deploying to gh-pages from @ a59519c 🚀
1 parent 2c8e7ce commit be4db02

81 files changed

Lines changed: 302 additions & 296 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/CONTRIBUTING.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/LICENSE-text.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/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/articles/loo2-elpd.html

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

dev/articles/loo2-elpd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ using [`elpd()`](https://mc-stan.org/loo/dev/reference/elpd.md).
163163
```
164164

165165

166-
Computed from 4000 by 52 log-likelihood matrix using the generic elpd function
166+
Computed from 4000 posterior draws and 52 log-likelihood terms using the generic elpd function.
167167

168168
Estimate SE
169169
elpd -1741.0 290.7
@@ -241,7 +241,7 @@ using [`elpd()`](https://mc-stan.org/loo/dev/reference/elpd.md).
241241
```
242242

243243

244-
Computed from 4000 by 262 log-likelihood matrix using the generic elpd function
244+
Computed from 4000 posterior draws and 262 log-likelihood terms using the generic elpd function.
245245

246246
Estimate SE
247247
elpd -5560.1 730.0

dev/articles/loo2-example.html

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

dev/articles/loo2-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ print(loo1)
149149
```
150150

151151

152-
Computed from 4000 by 262 log-likelihood matrix.
152+
Computed from 4000 posterior draws and 262 log-likelihood terms.
153153

154154
Estimate SE
155155
elpd_loo -6247.5 727.9
@@ -264,7 +264,7 @@ print(loo2)
264264
```
265265

266266

267-
Computed from 4000 by 262 log-likelihood matrix.
267+
Computed from 4000 posterior draws and 262 log-likelihood terms.
268268

269269
Estimate SE
270270
elpd_loo -895.6 37.7
@@ -324,7 +324,7 @@ print(loo2)
324324
```
325325

326326

327-
Computed from 4000 by 262 log-likelihood matrix.
327+
Computed from 4000 posterior draws and 262 log-likelihood terms.
328328

329329
Estimate SE
330330
elpd_loo -895.5 37.7

dev/articles/loo2-large-data.html

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

dev/articles/loo2-large-data.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ loo_ss_1 <-
186186
print(loo_ss_1)
187187
```
188188

189-
Computed from 4000 by 100 subsampled log-likelihood
190-
values from 3020 total observations.
189+
Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
190+
terms, and 2) slower, more accurate computation with 100 subsampled terms.
191191

192192
Estimate SE subsampling SE
193193
elpd_loo -1968.5 15.6 0.3
@@ -239,12 +239,12 @@ loo_ss_1b <-
239239
r_eff = r_eff,
240240
draws = parameter_draws_1,
241241
data = stan_df_1
242-
)
242+
)
243243
print(loo_ss_1b)
244244
```
245245

246-
Computed from 4000 by 200 subsampled log-likelihood
247-
values from 3020 total observations.
246+
Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
247+
terms, and 2) slower, more accurate computation with 200 subsampled terms.
248248

249249
Estimate SE subsampling SE
250250
elpd_loo -1968.3 15.6 0.2
@@ -287,8 +287,8 @@ loo_ss_1c <-
287287
print(loo_ss_1c)
288288
```
289289

290-
Computed from 4000 by 100 subsampled log-likelihood
291-
values from 3020 total observations.
290+
Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
291+
terms, and 2) slower, more accurate computation with 100 subsampled terms.
292292

293293
Estimate SE subsampling SE
294294
elpd_loo -1968.9 15.4 0.5
@@ -344,7 +344,7 @@ print(loo_ap_1)
344344
The function creates a class, `psis_loo_ap` that inherits from
345345
`psis_loo, loo`.
346346

347-
Computed from 2000 by 3020 log-likelihood matrix
347+
Computed from 2000 posterior draws and 3020 log-likelihood terms
348348

349349
Estimate SE
350350
elpd_loo -1968.4 15.6
@@ -379,8 +379,8 @@ loo_ap_ss_1 <-
379379
print(loo_ap_ss_1)
380380
```
381381

382-
Computed from 2000 by 100 subsampled log-likelihood
383-
values from 3020 total observations.
382+
Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
383+
terms, and 2) slower, more accurate computation with 100 subsampled terms.
384384

385385
Estimate SE subsampling SE
386386
elpd_loo -1968.2 15.6 0.4
@@ -462,8 +462,8 @@ loo_ss_2 <- loo_subsample(
462462
print(loo_ss_2)
463463
```
464464

465-
Computed from 4000 by 100 subsampled log-likelihood
466-
values from 3020 total observations.
465+
Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
466+
terms, and 2) slower, more accurate computation with 200 subsampled terms.
467467

468468
Estimate SE subsampling SE
469469
elpd_loo -1952.0 16.2 0.2

dev/articles/loo2-lfo.html

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

0 commit comments

Comments
 (0)