statsmodels.regression.linear_model.OLSResults.fvalue

OLSResults.fvalue

F-statistic of the fully specified model.

Calculated as the mean squared error of the model divided by the mean squared error of the residuals if the nonrobust covariance is used. Otherwise computed using a Wald-like quadratic form that tests whether all coefficients (excluding the constant) are zero.


Last update: Dec 14, 2023