{ } Raw JSON

bundles / scipy latest / scipy / stats / _distn_infrastructure / rv_sample / _get_support

function

scipy.stats._distn_infrastructure:rv_sample._get_support

source: /scipy/stats/_distn_infrastructure.py :4106

Signature

def   _get_support ( self * args )

Summary

Return the support of the (unscaled, unshifted) distribution.

Parameters

arg1, arg2, ... : array_like

The 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