qcond_gompertz {WARDEN} | R Documentation |
Quantile function for conditional Gompertz distribution (lower bound only)
Description
Quantile function for conditional Gompertz distribution (lower bound only)
Usage
qcond_gompertz(rnd = 0.5, shape, rate, lower_bound = 0)
Arguments
rnd |
Vector of quantiles |
shape |
The shape parameter of the Gompertz distribution, defined as in the coef() output on a flexsurvreg object |
rate |
The rate parameter of the Gompertz distribution, defined as in the coef() output on a flexsurvreg object |
lower_bound |
The lower bound of the conditional distribution |
Value
Estimate(s) from the conditional Gompertz distribution based on given parameters
Examples
qcond_gompertz(rnd=0.5,shape=0.05,rate=0.01,lower_bound = 50)
[Package WARDEN version 1.2.5 Index]