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

Group: Statistical Distributions
See also: cdfb cdfc cdff cdft normal pdfb pdfc pdff pdfn pdft qfc qff qfn qft

Function: cdfn
Description: Returns the values of the standard normal distribution function for the elements of an array.

Usage: z = cdfn (x)
Input:
x array
Output:
z array

Example:
a=#(0.5, 0.4)~#(0.01, 1)~#(-1,2)
cdfn(a)

Result:
Contents of cdfn
[1,]  0.69147  0.50399  0.15865
[2,]  0.65543  0.84135  0.97725



(C) MD*TECH Method and Data Technologies, 05.02.2006