statsmodels.sandbox.distributions.extras.NormExpan_gen.support

NormExpan_gen.support(*args, **kwargs)

Return the support of the distribution.

Parameters:
  • arg2, .. (arg1,) – The shape parameter(s) for the distribution (see docstring of the instance object for more information).
  • loc (array_like, optional) – location parameter, Default is 0.
  • scale (array_like, optional) – scale parameter, Default is 1.
Returns:

a, b – end-points of the distribution’s support.

Return type:

float