Skip to content
logo
statsmodels 0.14.2
statsmodels.tsa.forecasting.stl.STLForecastResults.result
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
            • Forecasting after STL Decomposition
              • statsmodels.tsa.forecasting.stl.STLForecast
              • statsmodels.tsa.forecasting.stl.STLForecastResults
                • Cstatsmodels.tsa.forecasting.stl.STLForecastResults
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.forecast
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.get_prediction
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.summary
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.model
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.model_result
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.period
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.result
                    • PSTLForecastResults.result
                  • statsmodels.tsa.forecasting.stl.STLForecastResults.stl
          • 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
    • PSTLForecastResults.result

    statsmodels.tsa.forecasting.stl.STLForecastResults.result¶

    property STLForecastResults.result : statsmodels.tsa.seasonal.DecomposeResult¶

    The result of applying STL to the data


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