statsmodels.distributions.discrete.DiscretizedModel.get_distr#

DiscretizedModel.get_distr(params)[source]#

Frozen distribution instance of the discrete distribution.

Parameters:
paramsarray_like

Shape (and scale) parameters of the underlying continuous distribution.

Returns:
rv_discrete_frozen

Frozen distribution instance of the discretized distribution with params substituted for the shape parameters.