Skip to content
logo
statsmodels 0.15.0 (+651)
statsmodels.tsa.ardl.BoundsTestResult
Initializing search
    statsmodels
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
        • Time Series analysis tsa
          • Descriptive Statistics and Tests
          • Estimation
          • ARMA Process
          • Autoregressive Distributed Lag (ARDL) Models
          • Error Correction Models (ECM)
            • statsmodels.tsa.ardl.UECM
            • statsmodels.tsa.ardl.UECMResults
            • statsmodels.tsa.ardl.BoundsTestResult
              • C statsmodels.tsa.ardl.BoundsTestResult
                • statsmodels.tsa.ardl.BoundsTestResult.count
                • statsmodels.tsa.ardl.BoundsTestResult.index
                • statsmodels.tsa.ardl.BoundsTestResult.alternative
                • statsmodels.tsa.ardl.BoundsTestResult.crit_vals
                • statsmodels.tsa.ardl.BoundsTestResult.null
                • statsmodels.tsa.ardl.BoundsTestResult.p_values
                • statsmodels.tsa.ardl.BoundsTestResult.stat
            • statsmodels.tsa.ardl.BoundsTestResult
              • C statsmodels.tsa.ardl.BoundsTestResult
                • statsmodels.tsa.ardl.BoundsTestResult.count
                • statsmodels.tsa.ardl.BoundsTestResult.index
                • statsmodels.tsa.ardl.BoundsTestResult.alternative
                • statsmodels.tsa.ardl.BoundsTestResult.crit_vals
                • statsmodels.tsa.ardl.BoundsTestResult.null
                • statsmodels.tsa.ardl.BoundsTestResult.p_values
                • statsmodels.tsa.ardl.BoundsTestResult.stat
          • Regime switching models
          • Time Series Filters
          • TSA Tools
          • VARMA Process
          • Interpolation
          • Deterministic Processes
          • Forecasting Models
          • Prediction Results
        • Time Series Analysis by State Space Methods statespace
        • Vector Autoregressions tsa.vector_ar
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • C statsmodels.tsa.ardl.BoundsTestResult

    statsmodels.tsa.ardl.BoundsTestResult¶

    class statsmodels.tsa.ardl.BoundsTestResult(stat, crit_vals, p_values, null, alternative)[source]¶

    Methods

    count(value, /)

    Return number of occurrences of value.

    index(value[, start, stop])

    Return first index of value.

    Properties

    alternative

    Alias for field number 4

    crit_vals

    Alias for field number 1

    null

    Alias for field number 3

    p_values

    Alias for field number 2

    stat

    Alias for field number 0

    May 06, 2025
    © Copyright 2009-2025, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial