Skip to content
logo
arch 7.2.0
arch.bootstrap.StationaryBootstrap.get_state
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
          • Carch.bootstrap.StationaryBootstrap
            • arch.bootstrap.StationaryBootstrap.apply
            • arch.bootstrap.StationaryBootstrap.bootstrap
            • arch.bootstrap.StationaryBootstrap.clone
            • arch.bootstrap.StationaryBootstrap.conf_int
            • arch.bootstrap.StationaryBootstrap.cov
            • arch.bootstrap.StationaryBootstrap.get_state
              • MStationaryBootstrap.get_state
                • Returns
                • Return type
            • arch.bootstrap.StationaryBootstrap.reset
            • arch.bootstrap.StationaryBootstrap.seed
            • arch.bootstrap.StationaryBootstrap.set_state
            • arch.bootstrap.StationaryBootstrap.update_indices
            • arch.bootstrap.StationaryBootstrap.var
            • arch.bootstrap.StationaryBootstrap.generator
            • arch.bootstrap.StationaryBootstrap.index
            • arch.bootstrap.StationaryBootstrap.random_state
            • arch.bootstrap.StationaryBootstrap.state
        • arch.bootstrap.CircularBlockBootstrap
        • arch.bootstrap.MovingBlockBootstrap
        • 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
    • MStationaryBootstrap.get_state
      • Returns
      • Return type

    arch.bootstrap.StationaryBootstrap.get_state¶

    StationaryBootstrap.get_state() → tuple[str, ndarray[Any, dtype[uint32]], int, int, float] | Mapping[str, Any]¶

    Gets the state of the bootstrap’s random number generator

    Returns:¶

    Dictionary containing the state.

    Return type:¶

    dict

    Previous arch.bootstrap.StationaryBootstrap.cov
    Next arch.bootstrap.StationaryBootstrap.reset
    © Copyright 2021, Kevin Sheppard.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial