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])Summary frame
t_test
([value, alternative])z- or t-test for hypothesis that mean is equal to value
Properties