booted 0.2.0

A library for bootstrapping estimators on arbitrary data structures.
Documentation
1
2
3
4
5
6
7
# 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.