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

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

Usage: y = cdfln (x, mu, sigma {, control})
Input:
x array, input arguments
mu scalar, parameter from lognormal distribution
sigma scalar, parameter from lognormal distribution
control scalar, optional, if distribution parameters are out of the range: either error message is displayed (if control=0 - default) or values close to the boundary are used (if control<>0)
Output:
y array, cdf values

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

Result:
Contents of cdfln
[1,]  0.011027  0.28689
[2,]  0.20327        0



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