statsmodels.robust.robust_linear_model.RLM.deviance# RLM.deviance(tmp_results)[source]# Return the (unnormalized) log-likelihood from the M estimator Parameters: tmp_resultsResultsResults from intermediate fit containing fittedvalues and scale used to compute the residuals. Returns: floatThe value of the deviance.