anml.bootstrap package

Submodules

Bootstrap Module

This module will allow you to specify a solver and then do a non-parametric bootstrap for that solver (i.e. data bootstrap).

class Bootstrap(solver, model)[source]

Bases: object

run_bootstraps(n_bootstraps, verbose=True, **kwargs)[source]

Module contents

exception BootstrapError[source]

Bases: anml.exceptions.ANMLError