est_to_boo | R Documentation |
This works for any statistics which, when computed across N
blocks, are equal
to the weighted mean of the statistics across the N
blocks.
est_to_boo(arr, nboot = dim(arr)[3], block_lengths = NULL)
arr |
3d array with blocked estimates, with blocks in the 3rd dimension. |
nboot |
Number of bootstrap iterations |
A 3d array with bootstrap estimates. The first two dimensions are equal to those of arr
.
The 3rd dimension is equal to nboot
.
est_to_loo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.