Hi, I'm using Emerging Hot Spot Analysis (EHSA) in ArcGIS Pro 3.6 for a research project.
From my understanding, the workflow is:
A Getis-Ord Gi* statistic is computed for every space-time bin. ArcGIS applies False Discovery Rate (FDR) correction and labels each bin as: 99% confidence hotspot 95% confidence hotspot 90% confidence hotspot not significant (<90%) EHSA then assigns final categories such as New, Consecutive, Persistent, Sporadic, Historical Hot Spot, etc.
My question is specifically about step 3.
How are the 90%, 95%, and 99% confidence levels incorporated when populating the final EHSA categories?
For example, suppose a location has these sequences over 12 time steps:
A: 0, 0, 0, 0, 0, 0, 0, 0, 0, H(90), H(90), H(90)
B: 0, 0, 0, 0, 0, 0, 0, 0, 0, H(99), H(99), H(99)
where:
H(90) = hotspot at 90% confidence H(99) = hotspot at 99% confidence 0 = not significant
My question is:
If both sequences are classified as Consecutive Hot Spots, are they treated identically by EHSA? Does EHSA first convert all statistically significant hotspots (≥90%) into a simple hotspot/non-hotspot (binary) state before applying the temporal logic? Or do stronger confidence levels (95% and 99%) receive additional weight when assigning the final categories?
Any references, ESRI technical notes, or implementation details would be greatly appreciated.