qcond_weibull | R Documentation |
Conditional quantile function for weibull distribution
qcond_weibull(rnd = 0.5, shape, scale, lower_bound = 0)
rnd |
Vector of quantiles |
shape |
The shape parameter as in R stats package weibull |
scale |
The scale parameter as in R stats package weibull |
lower_bound |
The lower bound to be used (current time) |
Estimate(s) from the conditional weibull distribution based on given parameters
qcond_weibull(rnd = 0.5,shape = 3,scale = 66.66,lower_bound = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.