-
Notifications
You must be signed in to change notification settings - Fork 0
neighbourhood enrichment
Neighbourhood Enrichment (aka NE) of x in R using kernel K is defined (in the context of the EuClueScanner, or more generic in the context of (dyna-)Clue) as:
Neighbourhood Potential (the convolution of a specific land use type with a specific kernel defining a distance decay divided by the MeanEnrichment for that type and kernel (and zero if MeanEnrichment is zero).
MeanEnrichment of a land use type and kernel is defined as the sum of the occurrence of a land use type divided by the sum of the potential to any land use using the same kernel, AKA the potential potential.
Or mathematically:
with NPrc(v,K) defined as the convolution of v using kernel K.
thus:
Note that if no values are cut off at the raster boundaries, then ∑Convolution(v,K) = ∑v × ∑K, from which follows that:
- The unit of
$\sum\limits_i NP_i(v, K)$ is equal to the unit of the$\sum\limits_i v$ multiplied with the unit of$\sum\limits_i K$ . - The unit of NPi(x,K) is equal to the unit of x multiplied with the unit of SUM(K).
- The unit of NEi(x,R,K) is 1.
Land use modelling documentation