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

Quantlet: pdfln
Description: returns the values of probability density function of the lognormal distribution with parameters mu and sigma for the elements of an array.

Usage: y = pdfln (x, mu, sigma)
Input:
x array, input arguments
mu scalar, parameter from lognormal distribution
sigma scalar, parameter from lognormal distribution
Output:
y array, pdf values

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

Result:
Contents of pdfln
[1,]  0.21766  0.25543
[2,]  0.30289        0



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