Weights matrix according to contiguity

For creating a weights matrix based on proximity of objects (contiguity) we should have at our disposal data from a map which contains objects such as a multipoint or a polygon.

Type of contiguity

The contiguity is usually understood as a common section with a non-zero length (i.e. a section longer than 1 point) – it is the Rook type neighborhood, or as any section (also of zero length, i.e. a point) – it is the Queen type neighborhood.

Weights matrix according to contiguity:

Weights matrices can be row standardized -– it is the recommendation of some statistical analyses based on those matrices.