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 | S.Y.Weibull(t, parameters, a, b, epsilon, correlated)
|
t |
A number or 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 |
a |
The shape parameter for gamma distribution
where in |
b |
The shape parameter for gamma distribution
where in |
epsilon |
A float, the lower bound for support of Y |
correlated |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.