View source: R/truncated_weibull.R
rweibull2_trunc | R Documentation |
Random generator for the truncated weibull distribution
rweibull2_trunc(n, shape, lambda, lower, upper)
n |
number of random values to generate |
shape |
shape parameter |
lambda |
rate parameter |
lower |
upper bound |
upper |
lower bound |
vector of n random variables following a truncated weibull distribution
Other weibull2:
dweibull2_trunc_log()
,
dweibull2()
,
pweibull2()
,
rweibull2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.