arch.bootstrap.IndependentSamplesBootstrap.clone

IndependentSamplesBootstrap.clone(*args: ArrayLike, seed: None | int | Generator | RandomState = None, **kwargs: ArrayLike) IIDBootstrap

Clones the bootstrap using different data with a fresh prng.

Parameters:
*args: ArrayLike

Positional arguments to bootstrap

seed: None | int | Generator | RandomState = None

The seed value to pass to the closed generator

**kwargs: ArrayLike

Keyword arguments to bootstrap

Returns:

Bootstrap instance

Return type:

bs