@@ -188,8 +188,8 @@ print(loo_ss_1)
188188```
189189
190190```
191- Computed from 4000 by 100 subsampled log-likelihood
192- values from 3020 total observations .
191+ Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
192+ terms, and 2) slower, more accurate computation with 100 subsampled terms .
193193
194194 Estimate SE subsampling SE
195195elpd_loo -1968.5 15.6 0.3
@@ -235,13 +235,13 @@ loo_ss_1b <-
235235 r_eff = r_eff,
236236 draws = parameter_draws_1,
237237 data = stan_df_1
238- )
238+ )
239239print(loo_ss_1b)
240240```
241241
242242```
243- Computed from 4000 by 200 subsampled log-likelihood
244- values from 3020 total observations .
243+ Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
244+ terms, and 2) slower, more accurate computation with 200 subsampled terms .
245245
246246 Estimate SE subsampling SE
247247elpd_loo -1968.3 15.6 0.2
@@ -285,8 +285,8 @@ print(loo_ss_1c)
285285
286286
287287```
288- Computed from 4000 by 100 subsampled log-likelihood
289- values from 3020 total observations .
288+ Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
289+ terms, and 2) slower, more accurate computation with 100 subsampled terms .
290290
291291 Estimate SE subsampling SE
292292elpd_loo -1968.9 15.4 0.5
@@ -339,7 +339,7 @@ print(loo_ap_1)
339339The function creates a class, ` psis_loo_ap ` that inherits from ` psis_loo, loo ` .
340340
341341```
342- Computed from 2000 by 3020 log-likelihood matrix
342+ Computed from 2000 posterior draws and 3020 log-likelihood terms
343343
344344 Estimate SE
345345elpd_loo -1968.4 15.6
@@ -375,8 +375,8 @@ print(loo_ap_ss_1)
375375```
376376
377377```
378- Computed from 2000 by 100 subsampled log-likelihood
379- values from 3020 total observations .
378+ Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
379+ terms, and 2) slower, more accurate computation with 100 subsampled terms .
380380
381381 Estimate SE subsampling SE
382382elpd_loo -1968.2 15.6 0.4
@@ -455,8 +455,8 @@ print(loo_ss_2)
455455```
456456
457457```
458- Computed from 4000 by 100 subsampled log-likelihood
459- values from 3020 total observations .
458+ Subsampling loo uses 1) faster, more biased computation with 3020 log-lik.
459+ terms, and 2) slower, more accurate computation with 200 subsampled terms .
460460
461461 Estimate SE subsampling SE
462462elpd_loo -1952.0 16.2 0.2
0 commit comments