comparison scripts/statistics/tests/manova.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents eb63fbe60fab
children 16f53d29049f
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} manova (@var{y}, @var{g}) 21 ## @deftypefn {Function File} {} manova (@var{y}, @var{g})
22 ## Perform a one-way multivariate analysis of variance (MANOVA). The 22 ## Perform a one-way multivariate analysis of variance (MANOVA). The
23 ## goal is to test whether the p-dimensional population means of data 23 ## goal is to test whether the p-dimensional population means of data
24 ## taken from @var{k} different groups are all equal. All data are 24 ## taken from @var{k} different groups are all equal. All data are
25 ## assumed drawn independently from p-dimensional normal distributions 25 ## assumed drawn independently from p-dimensional normal distributions
26 ## with the same covariance matrix. 26 ## with the same covariance matrix.
27 ## 27 ##