Conditional quantile function for exponential distribution
Usage
qcond_exp(rnd = 0.5, rate)
Arguments
- rnd
Vector of quantiles
- rate
The rate parameter
Note taht the conditional quantile for an exponential is independent of time due to constant hazard
Value
Estimate(s) from the conditional exponential distribution based on given parameters
Examples
qcond_exp(rnd = 0.5,rate = 3)
#> [1] 0.2310491