Skip to content
logo
arch 7.2.0
arch.bootstrap.MovingBlockBootstrap.index
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
      • Bootstraps for Time-series Data
        • arch.bootstrap.StationaryBootstrap
        • arch.bootstrap.CircularBlockBootstrap
        • arch.bootstrap.MovingBlockBootstrap
          • Carch.bootstrap.MovingBlockBootstrap
            • arch.bootstrap.MovingBlockBootstrap.apply
            • arch.bootstrap.MovingBlockBootstrap.bootstrap
            • arch.bootstrap.MovingBlockBootstrap.clone
            • arch.bootstrap.MovingBlockBootstrap.conf_int
            • arch.bootstrap.MovingBlockBootstrap.cov
            • arch.bootstrap.MovingBlockBootstrap.get_state
            • arch.bootstrap.MovingBlockBootstrap.reset
            • arch.bootstrap.MovingBlockBootstrap.seed
            • arch.bootstrap.MovingBlockBootstrap.set_state
            • arch.bootstrap.MovingBlockBootstrap.update_indices
            • arch.bootstrap.MovingBlockBootstrap.var
            • arch.bootstrap.MovingBlockBootstrap.generator
            • arch.bootstrap.MovingBlockBootstrap.index
              • PMovingBlockBootstrap.index
            • arch.bootstrap.MovingBlockBootstrap.random_state
            • arch.bootstrap.MovingBlockBootstrap.state
        • arch.bootstrap.optimal_block_length
      • Background and References
    • Multiple Comparison Problems
    • Unit Root Testing
    • Cointegration Analysis
    • Long-run Covariance Estimation
    • API Reference
    • Common Type Definitions
    • Change Log
    • PMovingBlockBootstrap.index

    arch.bootstrap.MovingBlockBootstrap.index¶

    property MovingBlockBootstrap.index : ndarray[Any, dtype[longlong]] | tuple[ndarray[Any, dtype[longlong]], ...] | tuple[list[ndarray[Any, dtype[longlong]]], dict[str, ndarray[Any, dtype[longlong]]]]¶

    The current index of the bootstrap

    Previous arch.bootstrap.MovingBlockBootstrap.generator
    Next arch.bootstrap.MovingBlockBootstrap.random_state
    © Copyright 2021, Kevin Sheppard.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial