statsmodels.sandbox.distributions.extras.NormExpan_gen.freeze

NormExpan_gen.freeze(*args, **kwds)

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_frozenrv_frozen instance

The frozen distribution.


Last update: Mar 18, 2024