statsmodels.sandbox.distributions.transformed.Transf_gen.__call__¶
method
- 
Transf_gen.__call__(*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
locandscale.
- Returns
 - rv_frozenrv_frozen instance
 The frozen distribution.
