statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.set_smoother_output¶
-
DynamicFactorMQ.set_smoother_output(smoother_output=
None, **kwargs)¶ Set the smoother output
The smoother can produce several types of results. The smoother output variable controls which are calculated and returned.
- Parameters:¶
Notes
This method is rarely used. See the corresponding function in the KalmanSmoother class for details.