Mercurial > hg > octave-lyh
diff scripts/statistics/tests/hotelling_test_2.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | 16f53d29049f |
children | 1740012184f9 |
line wrap: on
line diff
--- a/scripts/statistics/tests/hotelling_test_2.m +++ b/scripts/statistics/tests/hotelling_test_2.m @@ -25,18 +25,18 @@ ## (@var{x}) == mean (@var{y})}. ## ## Hotelling's two-sample @math{T^2} is returned in @var{tsq}. Under the null, -## ## @tex ## $$ ## {n_x+n_y-p-1) T^2 \over p(n_x+n_y-2)} ## $$ ## @end tex ## @ifnottex +## ## @example ## (n_x+n_y-p-1) T^2 / (p(n_x+n_y-2)) ## @end example +## ## @end ifnottex -## ## @noindent ## has an F distribution with @math{p} and @math{n_x+n_y-p-1} degrees of ## freedom, where @math{n_x} and @math{n_y} are the sample sizes and