invcdf {lestat} | R Documentation |
Compute the Inverse Cumulative Distribution Function
Description
Compute the inverse of the cumulative distribution function for a univariate probability distribution.
Usage
invcdf(object, val)
Arguments
object |
A univariate probability distribution. |
val |
A value between 0 and 1. |
Value
A value v
such that the probability that x\leq v
is given by val
.
Author(s)
Petter Mostad <mostad@chalmers.se>
See Also
Examples
invcdf(normal(), 0.975)
invcdf(binomialdistribution(10, 0.4), 0.5)
[Package lestat version 1.9 Index]