View source: R/truncated_weibull.R
| dweibull2 | R Documentation |
Density of weibull distribution
dweibull2(x, shape, lambda, log = FALSE)
x |
vector of values |
shape |
shape parameter |
lambda |
rate parameter |
log |
logical; whether to take the logarithm of the density |
vector of densities
Other weibull2:
dweibull2_trunc_log(),
pweibull2(),
rweibull2_trunc(),
rweibull2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.