Description Usage Arguments Details
Density, distribution function, quantile function, and random generation for the weibull distribution. This is different from the standard R weibull distribution, differing in its parameterization.
1 2 3 4 5 6 7  | 
n | 
 number of variates to draw  | 
alpha | 
 alpha parameter  | 
gamma | 
 gamma parameter  | 
x | 
 vector of quantiles  | 
q | 
 vector of quantiles  | 
The density of a weibull-distributed variable X ~ W(alpha, beta) is f(t) = gamma * alpha * t^(alpha-1) * exp(-gamma * t^alpha)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.