Mercurial > hg > octave-lyh
diff scripts/statistics/tests/cor_test.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 | ec34c7acd057 |
line wrap: on
line diff
--- a/scripts/statistics/tests/cor_test.m +++ b/scripts/statistics/tests/cor_test.m @@ -32,7 +32,7 @@ ## @code{"pearson"} (default), the (usual) Pearson's product moment ## correlation coefficient is used. In this case, the data should come ## from a bivariate normal distribution. Otherwise, the other two -## methods offer nonparametric alternatives. If @var{method} is +## methods offer nonparametric alternatives. If @var{method} is ## @code{"kendall"}, then Kendall's rank correlation tau is used. If ## @var{method} is @code{"spearman"}, then Spearman's rank correlation ## rho is used. Only the first character is necessary.