Skip to content
logo
arch v7.2.1 (+35)
arch.bootstrap.IIDBootstrap.random_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.)
        • arch.bootstrap.IIDBootstrap
          • C arch.bootstrap.IIDBootstrap
            • arch.bootstrap.IIDBootstrap.apply
            • arch.bootstrap.IIDBootstrap.bootstrap
            • arch.bootstrap.IIDBootstrap.clone
            • arch.bootstrap.IIDBootstrap.conf_int
            • arch.bootstrap.IIDBootstrap.cov
            • arch.bootstrap.IIDBootstrap.get_state
            • arch.bootstrap.IIDBootstrap.reset
            • arch.bootstrap.IIDBootstrap.seed
            • arch.bootstrap.IIDBootstrap.set_state
            • arch.bootstrap.IIDBootstrap.update_indices
            • arch.bootstrap.IIDBootstrap.var
            • arch.bootstrap.IIDBootstrap.generator
            • arch.bootstrap.IIDBootstrap.index
            • arch.bootstrap.IIDBootstrap.random_state
              • P IIDBootstrap.random_state
                • Returns
                • Return type
            • arch.bootstrap.IIDBootstrap.state
      • Independent Samples
      • 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
    • P IIDBootstrap.random_state
      • Returns
      • Return type

    arch.bootstrap.IIDBootstrap.random_state¶

    property IIDBootstrap.random_state : Generator | RandomState¶

    Set or get the instance random state

    Returns:¶

    RandomState instance used by bootstrap

    Return type:¶

    numpy.random.RandomState

    © Copyright 2021, Kevin Sheppard.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial