comparison scripts/deprecated/chisquare_rnd.m @ 7693:8e5371d47da6

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Thu, 03 Apr 2008 21:56:23 -0400
parents a1dbe9d80eee
children 0a362fa8f3c8
comparison
equal deleted inserted replaced
7692:da1f4bc7cbe8 7693:8e5371d47da6
28 ## @end deftypefn 28 ## @end deftypefn
29 29
30 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 30 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
31 ## Description: Random deviates from the chi-square distribution 31 ## Description: Random deviates from the chi-square distribution
32 32
33 ## Deprecated in version 3.0
34
33 function rnd = chisquare_rnd (varargin) 35 function rnd = chisquare_rnd (varargin)
34 36
35 rnd = chi2rnd (varargin{:}); 37 rnd = chi2rnd (varargin{:});
36 38
37 endfunction 39 endfunction