{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / __call__

function

scipy.stats._distn_infrastructure:rv_generic.__call__

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

Signature

def   __call__ ( self * args ** kwds )

Summary

Freeze the distribution for the given arguments.

Parameters

arg1, arg2, arg3,... : array_like

The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include loc and scale.

Returns

rv_frozen : rv_frozen instance

The frozen distribution.

Aliases

  • scipy.stats._distn_infrastructure.rv_generic.__call__