Skip to content
logo
statsmodels 0.14.2
statsmodels.tsa.forecasting.theta.ThetaModelResults.model
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)
          • Regime switching models
          • Time Series Filters
          • TSA Tools
          • VARMA Process
          • Interpolation
          • Deterministic Processes
          • Forecasting Models
            • The Theta Model
              • statsmodels.tsa.forecasting.theta.ThetaModel
              • statsmodels.tsa.forecasting.theta.ThetaModelResults
                • Cstatsmodels.tsa.forecasting.theta.ThetaModelResults
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.forecast
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.forecast_components
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.plot_predict
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.prediction_intervals
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.summary
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.model
                    • PThetaModelResults.model
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.params
                  • statsmodels.tsa.forecasting.theta.ThetaModelResults.sigma2
            • Forecasting after STL Decomposition
          • 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
    • PThetaModelResults.model

    statsmodels.tsa.forecasting.theta.ThetaModelResults.model¶

    property ThetaModelResults.model : statsmodels.tsa.forecasting.theta.ThetaModel¶

    The model used to produce the results


    Last update: Jun 10, 2024
    Previous statsmodels.tsa.forecasting.theta.ThetaModelResults.summary
    Next statsmodels.tsa.forecasting.theta.ThetaModelResults.params
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial