statsmodels.multivariate.factor.FactorResults.plot_scree¶ FactorResults.plot_scree(ncomp=None)[source]¶ 有序特征值和载荷解释方差的图表 Parameters:¶ ncompint, optional要在图中包含的载荷数量。如果为None,将包含与最大可能载荷数量相同的数量 Returns:¶ Figure句柄到图形。 Last update: Oct 16, 2024