statsmodels.othermod.betareg.BetaResults.get_distribution_params#
- BetaResults.get_distribution_params(exog=None, exog_precision=None, transform=True)[source]#
Return distribution parameters converted from model prediction
- Parameters:
- exogarray_like
Array of predictor variables for mean.
- exog_precisionarray_like
Array of predictor variables for precision.
- transformbool
If transform is True and formulas have been used, then predictor
exogis passed through the formula processing. Default is True.
- Returns:
- (alpha, beta)
tupleofndarrays Parameters for the scipy distribution to evaluate predictive distribution.
- (alpha, beta)