statsmodels.tsa.statespace.representation.Representation.clone¶
-
Representation.
clone
(endog, **kwargs)[source]¶ Clone a state space representation while overriding some elements
- Parameters
- endogarray_like
An observed time-series process \(y\).
- **kwargs
Keyword arguments to pass to the new state space representation model constructor. Those that are not specified are copied from the specification of the current state space model.
- Returns
Notes
If some system matrices are time-varying, then new time-varying matrices must be provided.