Confidence interval with equal areas around the median
alpha : array_like float in [0,1]
Probability that an rv will be drawn from the returned range
arg1, arg2, ... : array_like
The shape parameter(s) for the distribution (see docstring of the instance object for more information)
loc: array_like, optioal :
location parameter (deafult = 0)
scale : array_like, optional
scale paramter (default = 1)
a, b: array_like (float) :
end-points of range that contain alpha % of the rvs
scipy.stats.rv_continuous.std
scipy.stats.rv_discrete
Enter search terms or a module, class or function name.