Logo

statsmodels.tsa.statespace.kalman_smoother.SmootherResults

class statsmodels.tsa.statespace.kalman_smoother.SmootherResults(model)[source]

Results from applying the Kalman smoother and/or filter to a state space model.

Parameters:

model : Representation

A Statespace representation

Attributes

Previous topic

statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth

Next topic

statsmodels.tsa.statespace.tools.companion_matrix

This Page