Description Usage Arguments Value
View source: R/survival_funcs.R
X ~ Weibull(shape=p, rate=λ \cdot k^{p})
1 | f.Weibull(x, k, parameters)
|
x |
A vector |
k |
The scalar that influences the scale parameter for the Weibull. Consider a Weibull with rate parameter p and λ. If the distribution is re-parameterized such that the rate parameter is λ \cdot k^{p}, then k proportionally scales the hazard function for the distribution. |
parameters |
A list of the two parameters of the Weibull distribution p and lambda before the re-parameterization described for k. |
The density function evaluated at x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.