bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / support
function
scipy.stats._distn_infrastructure:rv_generic.support
Signature
def support ( self , * args , ** kwargs ) Summary
Support of the distribution.
Parameters
arg1, arg2, ...: array_likeThe shape parameter(s) for the distribution (see docstring of the instance object for more information).
loc: array_like, optionallocation parameter, Default is 0.
scale: array_like, optionalscale parameter, Default is 1.
Returns
a, b: array_likeend-points of the distribution's support.
Aliases
-
scipy.stats._distn_infrastructure.rv_generic.support