statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.summary

DynamicFactorMQ.summary(truncate_endog_names=None)[source]

Create a summary table describing the model.

Parameters:
truncate_endog_namesint, optional

The number of characters to show for names of observed variables. Default is 24 if there is more than one observed variable, or an unlimited number of there is only one.


Last update: Dec 14, 2023