arch.bootstrap.MovingBlockBootstrap.clone

MovingBlockBootstrap.clone(*args: ndarray | DataFrame | Series, seed: None | int | Generator | RandomState = None, **kwargs: ndarray | DataFrame | Series) CircularBlockBootstrap

Clones the bootstrap using different data with a fresh prng.

Parameters:
*args: ndarray | DataFrame | Series

Positional arguments to bootstrap

seed: None | int | Generator | RandomState = None

The seed value to pass to the closed generator

**kwargs: ndarray | DataFrame | Series

Keyword arguments to bootstrap

Returns:

Bootstrap instance

Return type:

bs