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: cdfn2 pdfn2 cdfb2 pdfb2 cdfbin2 pdfbin2 cdfchi2 pdfchi2 cdff2 pdff2 cdft2 pdft2

Quantlet: cdfn2
Description: Cdfn2 returns the values of the standard normal distribution function for the elements of an array.

Usage: y=cdfn2(x)
Input:
x input array
Output:
y output array, it contains the values of the standard normal distribution function for the elements of array x

Example:
library("distribs")
x=#(0.5, 0.4)~#(0.01, 1)~#(-1,2)
cdfn2(x)

Result:
Contents of y
[1,]  0.69146  0.50399  0.15866
[2,]  0.65542  0.84134  0.97725



Author: P. Cizek, 20000926
(C) MD*TECH Method and Data Technologies, 05.02.2006