This function is useful for calculating Moran's I Without holding an entire distance matrix in memory
Moran
00 Remarks
01 Syntax
Microsoft.VisualBasic.Imaging.Math2D.Moran
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| calc_moran | 1 | |
| calc_spatial | 1 |
03 Members
calc_moran(
Double(), Double(), Double(), Boolean)Parameters
| Name | Type | Description |
|---|---|---|
x | Double() | intensity value |
c1 | Double() | spatial x |
c2 | Double() | spatial y |
parallel | Boolean | - |
Returns
observed is the calculated moran-I value
calc_spatial(
Double(), Double(), Boolean)