Module sampling::bootstrap

source ·
Expand description

Bootstrap resampling functions

Functions

  • returns reduced value + estimated error (as sqrt of variance). Note, that you can use bootstrap_copyable if your N1 implements Copy
  • Similar to bootstrap but for stuff that implements Copy. Likely more effient in these cases returns reduced value + estimated error (as sqrt of variance)