scikit-hep / resample

Randomization-based inference in Python
BSD 3-Clause "New" or "Revised" License
74 stars 12 forks source link

Remove bias estimation from bootstrap module #176

Closed HDembinski closed 1 year ago

HDembinski commented 1 year ago

bootstrap.bias and bootstrap.bias_corrected are deprecated.

The bias estimation with the bootstrap seem to work in our tests, but it is not something that people in the field do, and there is no proof that this is the proper way.

To be on the safe side, we should not offer this. People should use the jacknife for bias correction.