statsmodels.tsa.statespace.initialization.Initialization.unset#
- Initialization.unset(index)[source]#
Unset initialization for states, either globally or for a block
- Parameters:
Notes
Note that this specifically unsets initializations previously created using set with this same index. Thus you cannot use index=None to unset all initializations, but only to unset a previously set global initialization. To unset all initializations (including both global and block level), use the clear method.