| 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 | |
library("xplore")
library("distribs")
pdfPareto(#(0.1,0.7)~#(1,-1),3/2,1/2)
Contents of pdfPareto [1,] 1.9018 0.19245 [2,] 0.3362 0