arch.bootstrap.IndependentSamplesBootstrap.index

property IndependentSamplesBootstrap.index : ndarray | tuple[ndarray, ...] | tuple[list[ndarray], dict[str, ndarray]]

Returns the current index of the bootstrap

Returns:

2-element tuple containing a list and a dictionary. The list contains indices for each of the positional arguments. The dictionary contains the indices of keyword arguments.

Return type:

tuple[list[ndarray], dict[str, ndarray]]