| Library: | distribs |
| See also: | pdfWeibull |
| Quantlet: | cdfWeibull | |
| Description: | returns the values of the Weibull cummulative distribution function with parameters beta and tau for the elements of an array. |
| Usage: | y = cdfWeibull (x, beta, tau {, control}) | |
| Input: | ||
| x | array, input arguments | |
| beta | scalar, parameter from Weibull distribution | |
| tau | scalar, parameter from Weibull distribution | |
| control | scalar, optional, if distribution parameters are out of the range: either error message is displayed (if control=0 - default) or values close to the boundary are used (if control<>0) | |
| Output: | ||
| y | array, cdf values | |
library("xplore")
library("distribs")
cdfWeibull(#(0.1,0.7)~#(1,-1),4,3)
Contents of cdfWeibull [1,] 0.003992 0.98168 [2,] 0.7464 0