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).
Confidence interval with equal areas around the median.
Parameters : | alpha : array_like of float
arg1, arg2, ... : array_like
loc : array_like, optional
scale : array_like, optional
|
---|---|
Returns : | a, b : ndarray of float
|