statsmodels.tsa.statespace.kalman_smoother.SmootherResults.update_representation¶
method
- 
SmootherResults.update_representation(model, only_options=False)[source]¶ Update the results to match a given model
- Parameters
 - modelRepresentation
 The model object from which to take the updated values.
- only_optionsboolean, optional
 If set to true, only the smoother and filter options are updated, and the state space representation is not updated. Default is False.
Notes
This method is rarely required except for internal usage.
