statsmodels.sandbox.distributions.extras.NormExpan_gen.freeze¶
- NormExpan_gen.freeze(*args, **kwds)¶
Freeze the distribution for the given arguments.
- Parameters:
arg1 (array_like) – The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
locandscale.arg2 (array_like) – The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
locandscale.arg3 (array_like) – The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
locandscale.... (array_like) – The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
locandscale.
- Returns:
rv_frozen – The frozen distribution.
- Return type:
rv_frozen instance