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

Quantlet: pdfPareto
Description: returns the values of the probability density function of the Pareto distribution with parameters alpha and lambda for the elements of an array.

Usage: y = pdfPareto (x, alpha, lambda)
Input:
x array, input arguments
alpha scalar, parameter from Pareto distribution
lambda scalar, parameter from Pareto distribution
Output:
y array, pdf values

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

Result:
Contents of pdfPareto
[1,]   1.9018  0.19245
[2,]   0.3362        0



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