stat/spatial: fix example name

This commit is contained in:
Dan Kortschak
2018-09-02 08:56:58 +09:30
committed by Dan Kortschak
parent 36be7e6faa
commit a809dafcb1

View File

@@ -103,7 +103,7 @@ func ExampleGetisOrdGStar() {
// v=0 G*i=-1.225 // v=0 G*i=-1.225
} }
func ExampleGetisOrd_band() { func ExampleGetisOrdGStar_banded() {
data := []float64{0, 0, 0, 1, 1, 1, 0, 1, 0, 0} data := []float64{0, 0, 0, 1, 1, 1, 0, 1, 0, 0}
// The locality here describes spatial neighbor // The locality here describes spatial neighbor