Mercurial > hg > octave-nkf
diff scripts/statistics/base/cor.m @ 4855:d62c421f448b
[project @ 2004-04-07 02:41:22 by jwe]
author | jwe |
---|---|
date | Wed, 07 Apr 2004 02:41:22 +0000 |
parents | 38c61cbf086c |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/statistics/base/cor.m +++ b/scripts/statistics/base/cor.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} cor (@var{x}, @var{y}) -## The (@var{i},@var{j})-th entry of @code{cor (@var{x}, @var{y})} is +## The (@var{i}, @var{j})-th entry of @code{cor (@var{x}, @var{y})} is ## the correlation between the @var{i}-th variable in @var{x} and the ## @var{j}-th variable in @var{y}. ##