statsmodels.sandbox.distributions.transformed.LogTransf_gen.freeze

LogTransf_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

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.sandbox.distributions.transformed.LogTransf_gen.freeze.html