Skip to content
logo
arch 7.2.0
arch.bootstrap.IndependentSamplesBootstrap.update_indices
Initializing search
    arch
    arch
    • Univariate Volatility Models
    • Bootstrapping
      • Examples
      • Confidence Interval Construction
      • Parameter Covariance Estimation
      • Low-level Interface
      • Semiparametric Bootstraps
      • Parametric Bootstraps
      • Independent, Identical Distributed Data (i.i.d.)
      • Independent Samples
        • arch.bootstrap.IndependentSamplesBootstrap
          • Carch.bootstrap.IndependentSamplesBootstrap
            • arch.bootstrap.IndependentSamplesBootstrap.apply
            • arch.bootstrap.IndependentSamplesBootstrap.bootstrap
            • arch.bootstrap.IndependentSamplesBootstrap.clone
            • arch.bootstrap.IndependentSamplesBootstrap.conf_int
            • arch.bootstrap.IndependentSamplesBootstrap.cov
            • arch.bootstrap.IndependentSamplesBootstrap.get_state
            • arch.bootstrap.IndependentSamplesBootstrap.reset
            • arch.bootstrap.IndependentSamplesBootstrap.seed
            • arch.bootstrap.IndependentSamplesBootstrap.set_state
            • arch.bootstrap.IndependentSamplesBootstrap.update_indices
              • MIndependentSamplesBootstrap.update_indices
            • arch.bootstrap.IndependentSamplesBootstrap.var
            • arch.bootstrap.IndependentSamplesBootstrap.generator
            • arch.bootstrap.IndependentSamplesBootstrap.index
            • arch.bootstrap.IndependentSamplesBootstrap.random_state
            • arch.bootstrap.IndependentSamplesBootstrap.state
      • Bootstraps for Time-series Data
      • Background and References
    • Multiple Comparison Problems
    • Unit Root Testing
    • Cointegration Analysis
    • Long-run Covariance Estimation
    • API Reference
    • Common Type Definitions
    • Change Log
    • MIndependentSamplesBootstrap.update_indices

    arch.bootstrap.IndependentSamplesBootstrap.update_indices¶

    IndependentSamplesBootstrap.update_indices() → tuple[list[ndarray[Any, dtype[longlong]]], dict[str, ndarray[Any, dtype[longlong]]]][source]¶

    Update indices for the next iteration of the bootstrap. This must be overridden when creating new bootstraps.

    Previous arch.bootstrap.IndependentSamplesBootstrap.set_state
    Next arch.bootstrap.IndependentSamplesBootstrap.var
    © Copyright 2021, Kevin Sheppard.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial