invcdf {lestat} | R Documentation |
Compute the inverse of the cumulative distribution function for a univariate probability distribution.
invcdf(object, val)
object |
A univariate probability distribution. |
val |
A value between 0 and 1. |
A value v
such that the probability that x\leq v
is given by val
.
Petter Mostad <mostad@chalmers.se>
invcdf(normal(), 0.975)
invcdf(binomialdistribution(10, 0.4), 0.5)