Expand description
Bootstrap resampling functions
Functionsยง
- bootstrap
- returns reduced value + variance (estimated error is sqrt of variance)
Note, that you can use bootstrap_copyable
if your
N1implements 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)