Skip to content
logo
arch 7.2.0
arch.bootstrap.StepM.seed
Initializing search
    arch
    arch
    • Univariate Volatility Models
    • Bootstrapping
    • Multiple Comparison Problems
      • Examples
      • Module Reference
        • Test of Superior Predictive Ability (SPA), Reality Check
        • Stepwise Multiple Testing (StepM)
          • arch.bootstrap.StepM
            • Carch.bootstrap.StepM
              • arch.bootstrap.StepM.compute
              • arch.bootstrap.StepM.reset
              • arch.bootstrap.StepM.seed
                • MStepM.seed
                  • Parameters
                    • pvalue
              • arch.bootstrap.StepM.superior_models
        • Model Confidence Set (MCS)
      • Background and References
    • Unit Root Testing
    • Cointegration Analysis
    • Long-run Covariance Estimation
    • API Reference
    • Common Type Definitions
    • Change Log
    • MStepM.seed
      • Parameters
        • pvalue

    arch.bootstrap.StepM.seed¶

    StepM.seed(value: int | list[int] | ndarray[Any, dtype[uint32]]) → None¶

    Seed the bootstrap’s random number generator

    Parameters:¶
    value: int | list[int] | ndarray[Any, dtype[uint32]]¶

    Integer to use as the seed

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