statsmodels.sandbox.distributions.transformed.ExpTransf_gen.freeze

ExpTransf_gen.freeze(*args, **kwds)

Freeze the distribution for the given arguments.

Parameters:arg2, arg3,.. (arg1,) – The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include loc and scale.
Returns:rv_frozen – The frozen distribution.
Return type:rv_frozen instance