qcond_gamma | R Documentation |
Conditional quantile function for gamma distribution
qcond_gamma(rnd = 0.5, rate, shape, lower_bound = 0, s_obs)
rnd |
Vector of quantiles |
rate |
The rate parameter |
shape |
The shape parameter |
lower_bound |
The lower bound to be used (current time) |
s_obs |
is the survival observed up to lower_bound time, normally defined from time 0 as 1 - pgamma(q = lower_bound, rate, shape) but may be different if parametrization has changed previously |
Estimate(s) from the conditional gamma distribution based on given parameters
qcond_gamma(rnd = 0.5, rate = 1.06178, shape = 0.01108,lower_bound = 1, s_obs=0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.