Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:
library("xplore")
library("distribs")
pdfWeibull(#(0.1,0.7)~#(1,-1),4,3)

Result:
Contents of pdfWeibull
[1,]  0.11952  0.21979
[2,]   1.4912        0



Author: A. Misiorek, 20041120 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006