| Library: | distribs |
| See also: | cdfWeibull |
| Quantlet: | pdfWeibull | |
| Description: | returns the values of the probability density function of the Weibull distribution with parameters beta and tau for the elements of an array. |
| Usage: | y = pdfWeibull (x, beta, tau) | |
| Input: | ||
| x | array, input arguments | |
| beta | scalar, parameter from Weibull distribution | |
| tau | scalar, parameter from Weibull distribution | |
| Output: | ||
| y | array, pdf values | |
library("xplore")
library("distribs")
pdfWeibull(#(0.1,0.7)~#(1,-1),4,3)
Contents of pdfWeibull [1,] 0.11952 0.21979 [2,] 1.4912 0