bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_sample / _get_support
function
scipy.stats._distn_infrastructure:rv_sample._get_support
Signature
def _get_support ( self , * args ) Summary
Return the support of the (unscaled, unshifted) 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.
Aliases
-
scipy.stats._distn_infrastructure.rv_sample._get_support