statsmodels.tsa.statespace.dynamic_factor.DynamicFactorResults.coefficients_of_determination#
- DynamicFactorResults.coefficients_of_determination[source]#
Coefficients of determination (\(R^2\)) from regressions of individual estimated factors on endogenous variables
- Returns:
- coefficients_of_determination
ndarray A k_endog x k_factors array, where coefficients_of_determination[i, j] represents the \(R^2\) value from a regression of factor j and a constant on endogenous variable i.
- coefficients_of_determination
See also