comparison scripts/deprecated/t_pdf.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 93c65f2a5668
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
22 ## For each element of @var{x}, compute the probability density function 22 ## For each element of @var{x}, compute the probability density function
23 ## (PDF) at @var{x} of the @var{t} (Student) distribution with @var{n} 23 ## (PDF) at @var{x} of the @var{t} (Student) distribution with @var{n}
24 ## degrees of freedom. 24 ## degrees of freedom.
25 ## @end deftypefn 25 ## @end deftypefn
26 26
27 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 27 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
28 ## Description: PDF of the t distribution 28 ## Description: PDF of the t distribution
29 29
30 function pdf = t_pdf (varargin) 30 function pdf = t_pdf (varargin)
31 31
32 pdf = tpdf (varargin{:}); 32 pdf = tpdf (varargin{:});