comparison scripts/statistics/distributions/stdnormal_cdf.m @ 5428:2a16423e4aa0

[project @ 2005-08-23 18:38:27 by jwe]
author jwe
date Tue, 23 Aug 2005 18:38:28 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
21 ## @deftypefn {Function File} {} stdnormal_cdf (@var{x}) 21 ## @deftypefn {Function File} {} stdnormal_cdf (@var{x})
22 ## For each component of @var{x}, compute the CDF of the standard normal 22 ## For each component of @var{x}, compute the CDF of the standard normal
23 ## distribution at @var{x}. 23 ## distribution at @var{x}.
24 ## @end deftypefn 24 ## @end deftypefn
25 25
26 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
27 ## Description: CDF of the standard normal distribution 27 ## Description: CDF of the standard normal distribution
28 28
29 function cdf = stdnormal_cdf (x) 29 function cdf = stdnormal_cdf (x)
30 30
31 if (nargin != 1) 31 if (nargin != 1)