arch.bootstrap.IndependentSamplesBootstrap.reset

IndependentSamplesBootstrap.reset(use_seed=True)[source]

Resets the bootstrap to either its initial state or the last seed.

Parameters

use_seed (bool, default True) -- Flag indicating whether to use the last seed if provided. If False or if no seed has been set, the bootstrap will be reset to the initial state. Default is True

Return type

None