comparison scripts/deprecated/chisquare_pdf.m @ 5997:49dfdb54bb2b

[project @ 2006-09-23 13:29:18 by dbateman]
author dbateman
date Sat, 23 Sep 2006 13:33:09 +0000
parents bd0507994409
children 93c65f2a5668
comparison
equal deleted inserted replaced
5996:bd0507994409 5997:49dfdb54bb2b
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{n} 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
29 29