Skip to content

Commit

Permalink
stat/spatial: fix example name
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Sep 6, 2018
1 parent 36be7e6 commit a809daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stat/spatial/spatial_example_test.go
Expand Up @@ -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
Expand Down

0 comments on commit a809daf

Please sign in to comment.