Skip to content
logo
statsmodels 0.15.0 (+678)
statsmodels.tsa.statespace.representation.Representation.diff_endog
Initializing search
    statsmodels
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
        • Time Series analysis tsa
        • Time Series Analysis by State Space Methods statespace
          • Models and Estimation
          • Output and postestimation methods and attributes
          • Low-level state space representation and Kalman filtering
            • statsmodels.tsa.statespace.representation.Representation
              • C statsmodels.tsa.statespace.representation.Representation
                • statsmodels.tsa.statespace.representation.Representation.bind
                • statsmodels.tsa.statespace.representation.Representation.clone
                • statsmodels.tsa.statespace.representation.Representation.diff_endog
                  • M Representation.diff_endog
                • statsmodels.tsa.statespace.representation.Representation.extend
                • statsmodels.tsa.statespace.representation.Representation.initialize
                • statsmodels.tsa.statespace.representation.Representation.initialize_approximate_diffuse
                • statsmodels.tsa.statespace.representation.Representation.initialize_components
                • statsmodels.tsa.statespace.representation.Representation.initialize_diffuse
                • statsmodels.tsa.statespace.representation.Representation.initialize_known
                • statsmodels.tsa.statespace.representation.Representation.initialize_stationary
                • statsmodels.tsa.statespace.representation.Representation.design
                • statsmodels.tsa.statespace.representation.Representation.dtype
                • statsmodels.tsa.statespace.representation.Representation.endog
                • statsmodels.tsa.statespace.representation.Representation.obs
                • statsmodels.tsa.statespace.representation.Representation.obs_cov
                • statsmodels.tsa.statespace.representation.Representation.obs_intercept
                • statsmodels.tsa.statespace.representation.Representation.prefix
                • statsmodels.tsa.statespace.representation.Representation.selection
                • statsmodels.tsa.statespace.representation.Representation.state_cov
                • statsmodels.tsa.statespace.representation.Representation.state_intercept
                • statsmodels.tsa.statespace.representation.Representation.time_invariant
                • statsmodels.tsa.statespace.representation.Representation.transition
            • statsmodels.tsa.statespace.representation.FrozenRepresentation
            • statsmodels.tsa.statespace.kalman_filter.KalmanFilter
            • statsmodels.tsa.statespace.kalman_filter.FilterResults
            • statsmodels.tsa.statespace.kalman_filter.PredictionResults
            • statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother
            • statsmodels.tsa.statespace.kalman_smoother.SmootherResults
            • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother
            • statsmodels.tsa.statespace.simulation_smoother.SimulationSmoothResults
            • statsmodels.tsa.statespace.cfa_simulation_smoother.CFASimulationSmoother
          • Statespace Tools
        • Vector Autoregressions tsa.vector_ar
      • Other Models
      • Statistics and Tools
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • M Representation.diff_endog

    statsmodels.tsa.statespace.representation.Representation.diff_endog¶

    Representation.diff_endog(new_endog, tolerance=1e-10)[source]¶
    Jul 10, 2025
    © Copyright 2009-2025, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial