multicollinearity and VIF of raster variables

1333
1
01-04-2013 10:34 PM
Ching-AnChiu
New Contributor
I want to know the multicollinearity between different raster layers such temperature and precipitation related variables.
How should I do that in ArcGIS?

Can the Variance Inflation Factor (VIF) be calculated in ArcGIS?
0 Kudos
1 Reply
SebastianSantibanez
New Contributor
I don't think it's possible to do that in ARC. I would encourage you to do that in python using arcpy.RasterToNumpyArray to transform your raster in an array.
0 Kudos