powered by
Compute the inverse of the cumulative distribution function for a univariate probability distribution.
invcdf(object, val)
A univariate probability distribution.
A value between 0 and 1.
A value \(v\) such that the probability that \(x\leq v\) is given by val.
val
cdf
# NOT RUN { invcdf(normal(), 0.975) invcdf(binomialdistribution(10, 0.4), 0.5) # }
Run the code above in your browser using DataLab