It is an ugly hack with snippets of code taken from scipy, which is
Copyright (c) 2001, 2002 Enthought, Inc.
and is distributed under BSD license
http://www.scipy.org/License_Compatibility
|
__init__(self,
dist,
loc=None,
scale=None,
args=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
__call__(self,
*args,
**kwargs)
Upon call mimic call to get actual rv_frozen distribution |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__str__
|