Inverse cumulative distribution function
icdf
is a generic function that accepts either a distribution by
its name 'name'
or a probability distribution object
pd
. It is faster to use a distribution-specific function, such
as norminv
for the normal distribution and
binoinv
for the binomial distribution.
For a list of distribution-specific functions, see Supported Distributions.
cdf
| Distribution Fitter | fitdist
| makedist
| mle
| paretotails
| pdf
| random