Mercurial > hg > octave-avbm
diff scripts/statistics/base/cov.m @ 4855:d62c421f448b
[project @ 2004-04-07 02:41:22 by jwe]
author | jwe |
---|---|
date | Wed, 07 Apr 2004 02:41:22 +0000 (2004-04-07) |
parents | 38c61cbf086c |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/statistics/base/cov.m +++ b/scripts/statistics/base/cov.m @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} cov (@var{x}, @var{y}) ## If each row of @var{x} and @var{y} is an observation and each column is -## a variable, the (@var{i},@var{j})-th entry of +## a variable, the (@var{i}, @var{j})-th entry of ## @code{cov (@var{x}, @var{y})} is the covariance between the @var{i}-th ## variable in @var{x} and the @var{j}-th variable in @var{y}. If called ## with one argument, compute @code{cov (@var{x}, @var{x})}.