bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / _get_support
function
scipy.stats._distn_infrastructure:rv_generic._get_support
Signature
def _get_support ( self , * args , ** kwargs ) Summary
Return the support of the (unscaled, unshifted) distribution.
Extended Summary
Must be overridden by distributions which have support dependent upon the shape parameters of the distribution. Any such override must not set or change any of the class members, as these members are shared amongst all instances of the distribution.
Parameters
arg1, arg2, ...: array_likeThe shape parameter(s) for the distribution (see docstring of the instance object for more information).
Returns
a, b: numeric (float, or int or +/-np.inf)end-points of the distribution's support for the specified shape parameters.
Aliases
-
scipy.stats._distn_infrastructure.rv_generic._get_support