comparison scripts/deprecated/exponential_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 bee21f388110
children 4775fc1aa728
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
24 ## parameter @var{lambda}. 24 ## parameter @var{lambda}.
25 ## 25 ##
26 ## The arguments can be of common size or scalar. 26 ## The arguments can be of common size or scalar.
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 29 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
30 ## Description: CDF of the exponential distribution 30 ## Description: CDF of the exponential distribution
31 31
32 function cdf = exponential_cdf (varargin) 32 function cdf = exponential_cdf (varargin)
33 33
34 cdf = expcdf (varargin{:}); 34 cdf = expcdf (varargin{:});