mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
all: fix repeated word typos in comments
Found with m/\b([a-zA-Z]+) \1\b/ and m/\b([a-zA-Z]+)\n[ \t]*// \1\b/.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// TODO(kortschak): Implement weighted routines.
|
||||
|
||||
// GetisOrdGStar returns the Local Getis-Ord G*i statistic for element of of the
|
||||
// GetisOrdGStar returns the Local Getis-Ord G*i statistic for element of the
|
||||
// weighted data using the provided locality matrix. The returned value is a z-score.
|
||||
//
|
||||
// G^*_i = num_i / den_i
|
||||
|
Reference in New Issue
Block a user