statsmodels.robust.robust_linear_model.RLM.deviance#

RLM.deviance(tmp_results)[source]#

Return the (unnormalized) log-likelihood from the M estimator

Parameters:
tmp_resultsResults

Results from intermediate fit containing fittedvalues and scale used to compute the residuals.

Returns:
float

The value of the deviance.