View source: R/survival_funcs.R
If !correlated
: Y \sim Weibull(shape=p, rate=λ)
If correlated
: Y \sim Weibull(shape=p, rate=λ \cdot k^{p}) \quad K \sim Gamma(a, b)
1 | f.Y.Weibull(y, parameters, gamma_shape, gamma_rate, correlated)
|
y |
A vector at which to evaluate the density function |
parameters |
A list of the two parameters
of the Weibull distribution p and lambda
before the re-parameterization described for |
gamma_shape |
The shape parameter for gamma distribution
where in |
gamma_rate |
The shape parameter for gamma distribution
where in |
correlated |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.