The basic 'formula' for Percent Change is:
NewTotal - OldTotal
/ OldTotal for example 105 -
100 / 100 = 0.05 or (if *100) 5 percent
Testing such a hypothesis may be a multi-step process:
IF you know an object's location in
space (X,Y or Lat/Lon) and you know the location of another feature (such
as the Peak Value Intersection [PVI] of an urban area), THEN you can calculate
the distance between them (at least one measure -- 'as the crow flies.')
The distance between each Tract Centroid and the PVI can be calculated as the Hypotenuse of a Right Triangle (X and Y are at right angles to each other!)
Dist = SquareRoot ( [ x2 - x1]2 + [y2 - y1]2 )
This calculation can be done in either ArcGIS tables or Excel.
A Gradient can and should be graphed.
Excel again. But, most distance gradients in the real world are
NOT linear. Usually some sort of curve -- Excel can try to draw those
too .. but it is not necessary.
This can be a good map in itself --
How concentrated is the AA population?
Likewise, the difference in proportions [aa/AA - other/OTHER] should be stored in a separate column PRIOR to finding the Absolute Value! This makes a neat map -- Where in the City are the two groups MOST disproportionate? Positive numbers mean "more blacks than would be expected" and negative "more non-blacks than would be expected" on the assumption of equally distributed populations.
Indexes themselves tend to be single numbers
-- summarizing the findings for the city as a whole -- and have "known
ranges" such as 0 to 100.
Honestly, If I'd given you the same problem and required you to acquire and massage the info into usuable attribute tables .. We would probably never see eachother again