Logo

scikits.statsmodels.robust.robust_linear_model.RLM.predict

RLM.predict(exog, params=None)

After a model has been fit predict returns the fitted values. If the model has not been fit, then fit is called.

Previous topic

sm.robust.robust_linear_model.RLM.loglike

Next topic

sm.robust.robust_linear_model.RLM.score

This Page