comparison scripts/deprecated/normal_inv.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
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 28 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
29 ## Description: Quantile function of the normal distribution 29 ## Description: Quantile function of the normal distribution
30 30
31 ## Deprecated in version 3.0
32
31 function inv = normal_inv (varargin) 33 function inv = normal_inv (varargin)
32 34
33 if (nargin > 2) 35 if (nargin > 2)
34 varargin{3} = sqrt (varargin{3}); 36 varargin{3} = sqrt (varargin{3});
35 endif 37 endif