comparison scripts/deprecated/chisquare_pdf.m @ 5996:bd0507994409

[project @ 2006-09-22 19:38:52 by dbateman]
author dbateman
date Fri, 22 Sep 2006 19:38:53 +0000
parents bee21f388110
children 49dfdb54bb2b
comparison
equal deleted inserted replaced
5995:9223672bd578 5996:bd0507994409
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} chisquare_pdf (@var{x}, @var{n}) 21 ## @deftypefn {Function File} {} chisquare_pdf (@var{x}, @var{n})
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 chisquare distribution with @var{k} degrees 23 ## (PDF) at @var{x} of the chisquare distribution with @var{n} degrees
24 ## of freedom. 24 ## of freedom.
25 ## @end deftypefn 25 ## @end deftypefn
26 26
27 ## Author: TT <Teresa.Twaroch@ci.tuwien.ac.at> 27 ## Author: TT <Teresa.Twaroch@ci.tuwien.ac.at>
28 ## Description: PDF of the chi-sqaure distribution 28 ## Description: PDF of the chi-sqaure distribution