booted 0.2.0

A library for bootstrapping estimators on arbitrary data structures.
Documentation

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.