diff scripts/statistics/base/kendall.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents f0c3d3fc4903
children 693e22af08ae
line wrap: on
line diff
--- a/scripts/statistics/base/kendall.m	Mon Jul 19 06:17:54 2010 +0300
+++ b/scripts/statistics/base/kendall.m	Sun Jul 18 20:35:16 2010 -0700
@@ -30,7 +30,7 @@
 ##
 ## For two data vectors @var{x}, @var{y} of common length @var{n},
 ## Kendall's @var{tau} is the correlation of the signs of all rank
-## differences of @var{x} and @var{y};  i.e., if both @var{x} and
+## differences of @var{x} and @var{y}; i.e., if both @var{x} and
 ## @var{y} have distinct entries, then
 ##
 ## @tex