statsmodels.robust.robust_linear_model.RLM.predict

RLM.predict(params, exog=None)[source]

Return linear predicted values from a design matrix.

Parameters:
  • params (array_like) – Parameters of a linear model

  • exog (array_like, optional.) – Design / exogenous data. Model exog is used if None.

Return type:

An array of fitted values