statsmodels.discrete.count_model.ZeroInflatedGeneralizedPoissonResults.summary¶
-
ZeroInflatedGeneralizedPoissonResults.summary(yname=
None, xname=None, title=None, alpha=0.05, yname_list=None)¶ Summarize the Regression Results.
- Parameters:¶
- yname : str, optional¶
The name of the endog variable in the tables. The default is y.
- xname : list[str], optional¶
The names for the exogenous variables, default is “var_xx”. Must match the number of parameters in the model.
- title : str, optional¶
Title for the top table. If not None, then this replaces the default title.
- alpha : float¶
The significance level for the confidence intervals.
- Returns:¶
Class that holds the summary tables and text, which can be printed or converted to various output formats.
- Return type:¶
See also
statsmodels.iolib.summary.SummaryClass that hold summary results.