This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Calculate expected value of a function with respect to the distribution for discrete distribution
Parameters : | fn : function (default: identity mapping)
args : tuple
lb, ub : numbers, optional
conditional : bool, optional
|
---|---|
Returns : | expect : float
|
Notes