arch.bootstrap.IndependentSamplesBootstrap.index¶ property IndependentSamplesBootstrap.index : ndarray[Any, dtype[longlong]] | tuple[ndarray[Any, dtype[longlong]], ...] | tuple[list[ndarray[Any, dtype[longlong]]], dict[str, ndarray[Any, dtype[longlong]]]]¶ 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]]