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

Quantlet: pdfexp
Description: returns the values of the probability density function of the exponential distribution with parameter beta for the elements of an array.

Usage: y = pdfexp(x, beta)
Input:
x array, input arguments
beta scalar, parameter from exponential distribution
Output:
y array, pdf values

Example:
library("xplore")
library("distribs")
pdfexp(#(0.1,0.7)~#(1,-1),22/7)

Result:
Contents of pdfexp
[1,]   2.2953  0.13564
[2,]  0.34824        0



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