bundles / scipy latest / scipy / stats / _distn_infrastructure / rv_generic / freeze
function
scipy.stats._distn_infrastructure:rv_generic.freeze
Signature
def freeze ( self , * args , ** kwds ) Summary
Freeze the distribution for the given arguments.
Parameters
arg1, arg2, arg3,...: array_likeThe shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
locandscale.
Returns
rv_frozen: rv_frozen instanceThe frozen distribution.
Aliases
-
scipy.stats._distn_infrastructure.rv_generic.freeze