diff scripts/statistics/tests/welch_test.m @ 6754:451b346d8c2f

[project @ 2007-06-25 17:31:46 by jwe]
author jwe
date Mon, 25 Jun 2007 17:31:47 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/tests/welch_test.m	Mon Jun 25 17:05:58 2007 +0000
+++ b/scripts/statistics/tests/welch_test.m	Mon Jun 25 17:31:47 2007 +0000
@@ -22,8 +22,8 @@
 ## For two samples @var{x} and @var{y} from normal distributions with
 ## unknown means and unknown and not necessarily equal variances,
 ## perform a Welch test of the null hypothesis of equal means.
-## Under the null, the test statistic t approximately follows a Student
-## distribution with df degrees of freedom.
+## Under the null, the test statistic @var{t} approximately follows a
+## Student distribution with @var{df} degrees of freedom.
 ##
 ## With the optional argument string @var{alt}, the alternative of
 ## interest can be selected.  If @var{alt} is @code{"!="} or