comparison scripts/statistics/distributions/logistic_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} {} logistic_cdf (@var{x}) 21 ## @deftypefn {Function File} {} logistic_cdf (@var{x})
22 ## For each component of @var{x}, compute the CDF at @var{x} of the 22 ## For each component of @var{x}, compute the CDF at @var{x} of the
23 ## logistic distribution. 23 ## logistic distribution.
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 logistic distribution 27 ## Description: CDF of the logistic distribution
28 28
29 function cdf = logistic_cdf (x) 29 function cdf = logistic_cdf (x)
30 30
31 if (nargin != 1) 31 if (nargin != 1)