Logo

scikits.statsmodels.miscmodels.tmodel.TLinearModel.predict

TLinearModel.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.miscmodels.tmodel.TLinearModel.nloglikeobs

Next topic

sm.miscmodels.tmodel.TLinearModel.reduceparams

This Page