Ben Chuanlong Du's Blog

It is never too late to learn.

Bootstrap Resampling in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html

Construct Confidence Intervals Using Jackknife

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

meterstick is an opensource Python library by Google, which provides a concise syntax to describe and execute routine data analysis tasks . Specially, it supports the statistical method "jackknife on bucketized data …