scipy.stats.rv_continuous.interval

rv_continuous.interval(alpha, *args, **kwds)

Confidence interval with equal areas around the median

Parameters :

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)

Returns :

a, b: array_like (float) :

end-points of range that contain alpha % of the rvs

Previous topic

scipy.stats.rv_continuous.std

Next topic

scipy.stats.rv_discrete

This Page