statsmodels.regression.linear_model.RegressionResults.ess#

RegressionResults.ess[source]#

The explained sum of squares.

If a constant is present, the centered total sum of squares minus the sum of squared residuals. If there is no constant, the uncentered total sum of squares is used.