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: cdfBurr

Quantlet: pdfBurr
Description: returns the values of the probability density function of the Burr distribution with parameters alpha, lambda, tau for the elements of an array.

Usage: y = pdfBurr (x, alpha, lambda, tau)
Input:
x m x n matrix, input arguments
alpha scalar, parameter from Burr distribution
lambda scalar, parameter from Burr distribution
tau scalar, parameter from Burr distribution
Output:
y m x n matrix, pdf values

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

Result:
Contents of pdfBurr
[1,]   1.2341   0.2963
[2,]   0.4516        0



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