statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.plot_coefficients_of_determination¶
-
DynamicFactorResults.plot_coefficients_of_determination(endog_labels=
None, fig=None, figsize=None)[source]¶ 绘制决定系数的图表
- Parameters:¶
注释
生成一个 k_factors x 1 的图网格。第 i 个图显示了与因子 i 相关的决定系数的条形图。内生变量根据它们在 endog 数组中的位置沿 x 轴排列。
Last update:
Oct 16, 2024