statsmodels.othermod.betareg.BetaModel.get_distribution_params

BetaModel.get_distribution_params(params, exog=None, exog_precision=None)[source]

Return distribution parameters converted from model prediction.

Parameters:
paramsnumpy:array_like

The model parameters.

exognumpy:array_like

Array of predictor variables for mean.

exog_precisionnumpy:array_like

Array of predictor variables for mean.

Returns:
(alpha, beta)tuple of ndarrays

Parameters for the scipy distribution to evaluate predictive distribution.