pdfweibull {ERPeq} | R Documentation |
Probability density function of the Weibull distribution
Description
Probability density function of the Weibull distribution
Usage
pdfweibull(par, x)
Arguments
par |
parameter vector of the weibull distribution. First parameter is the shape and second is the scale parameter |
x |
vector of observations or single value |
Value
return the value of the pdf of the weibull distribution
References
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
Examples
pdfweibull(c(2,3),5)
[Package ERPeq version 0.1.0 Index]