comparison scripts/statistics/base/kendall.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 f0c3d3fc4903
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
38 ## $$ \tau = {1 \over n(n-1)} \sum_{i,j} {\rm sign}(q_i-q_j) {\rm sign}(r_i-r_j) $$ 38 ## $$ \tau = {1 \over n(n-1)} \sum_{i,j} {\rm sign}(q_i-q_j) {\rm sign}(r_i-r_j) $$
39 ## @end tex 39 ## @end tex
40 ## @end iftex 40 ## @end iftex
41 ## @ifnottex 41 ## @ifnottex
42 ## @example 42 ## @example
43 ## @group
43 ## 1 44 ## 1
44 ## tau = ------- SUM sign (q(i) - q(j)) * sign (r(i) - r(j)) 45 ## tau = ------- SUM sign (q(i) - q(j)) * sign (r(i) - r(j))
45 ## n (n-1) i,j 46 ## n (n-1) i,j
47 ## @end group
46 ## @end example 48 ## @end example
47 ## @end ifnottex 49 ## @end ifnottex
48 ## 50 ##
49 ## @noindent 51 ## @noindent
50 ## in which the 52 ## in which the