statsmodels.genmod.generalized_linear_model.PredictionResults

class statsmodels.genmod.generalized_linear_model.PredictionResults(predicted_mean, var_pred_mean, var_resid=None, df=None, dist=None, row_labels=None, linpred=None, link=None) [source]

Methods

conf_int([method, alpha]) Returns the confidence interval of the value, effect of the constraint.
summary_frame([what, alpha])
t_test([value, alternative]) z- or t-test for hypothesis that mean is equal to value

Attributes

se_mean
se_obs
tvalues

© 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.genmod.generalized_linear_model.PredictionResults.html