Mercurial > hg > octave-nkf
diff scripts/statistics/base/cov.m @ 3456:434790acb067
[project @ 2000-01-19 06:58:51 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 06:59:23 +0000 |
parents | f8dde1807dee |
children | d25bc039237b |
line wrap: on
line diff
--- a/scripts/statistics/base/cov.m +++ b/scripts/statistics/base/cov.m @@ -23,13 +23,13 @@ ## with one argument, compute @code{cov (@var{x}, @var{x})}. ## @end deftypefn -## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> -## Description: Compute covariances +## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> +## Description: Compute covariances function c = cov (x, y) if (nargin < 1 || nargin > 2) - usage ("cov (x [, y])"); + usage ("cov (x, y)"); endif if (rows (x) == 1)