W3cubDocs

/Statsmodels

statsmodels.regression.linear_model.PredictionResults

class statsmodels.regression.linear_model.PredictionResults(predicted_mean, var_pred_mean, var_resid, df=None, dist=None, row_labels=None) [source]

Methods

conf_int([obs, alpha]) Returns the confidence interval of the value, effect of the constraint.
summary_frame([what, alpha])

Attributes

se_mean
se_obs

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.regression.linear_model.PredictionResults.html