pdfweibull | R Documentation |
Probability density function of the Weibull distribution
pdfweibull(par, x)
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 |
return the value of the pdf of the weibull distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
pdfweibull(c(2,3),5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.