statsmodels.robust.robust_linear_model.RLM.predict

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

Return linear predicted values from a design matrix.

Parameters:
paramsarray_like

Parameters of a linear model

exogarray_like, optional.

Design / exogenous data. Model exog is used if None.

Returns:
An array of fitted values

Last update: Apr 19, 2024