mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
stat/spatial: fix example name
This commit is contained in:

committed by
Dan Kortschak

parent
36be7e6faa
commit
a809dafcb1
@@ -103,7 +103,7 @@ func ExampleGetisOrdGStar() {
|
||||
// v=0 G*i=-1.225
|
||||
}
|
||||
|
||||
func ExampleGetisOrd_band() {
|
||||
func ExampleGetisOrdGStar_banded() {
|
||||
data := []float64{0, 0, 0, 1, 1, 1, 0, 1, 0, 0}
|
||||
|
||||
// The locality here describes spatial neighbor
|
||||
|
Reference in New Issue
Block a user