powered by
Probability density function of the Weibull distribution
pdfweibull(par, x)
return the value of the pdf of the weibull distribution
parameter vector of the weibull distribution. First parameter is the shape and second is the scale parameter
vector of observations or single value
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
pdfweibull(c(2,3),5)
Run the code above in your browser using DataLab