Expand description
Bootstrap resampling functions
Functionsยง
- bootstrap
- returns reduced value + estimated error (as sqrt of variance).
Note, that you can use bootstrap_copyable
if your
N1
implements Copy - bootstrap_
copyable - Similar to bootstrap but for stuff that implements
Copy
. Likely more efficient in these cases returns reduced value + variance (estimated error is sqrt of variance)