{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / support

function

scipy.stats._distn_infrastructure:rv_generic.support

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

Signature

def   support ( self * args ** kwargs )

Summary

Support of the distribution.

Parameters

arg1, arg2, ... : array_like

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 : array_like

end-points of the distribution's support.

Aliases

  • scipy.stats._distn_infrastructure.rv_generic.support