Introduction
Booted is a Rust crate for bootstrapping estimators of arbitrary data structures. It makes no assumptions about what shape your data may be.
Algorithms
Currently supported are simple n-out-of-n bootstrap, m-out-of-n bootstrap and block bootstrap.