Skip to main content
. 2019 May 30;16(11):1923. doi: 10.3390/ijerph16111923
Algorithm 1
Simple model (the less the average travel time, the better the accessibility)
 for i = 0, 1, 2, …, 85
  high=0, low=0
  for j = 0, 1, 2, …, 85
   if Dij < 0.05 & a0 < aj
    high=high+1 
   else (Dij < 0.05)
    low=low+1
Gravity model (the higher the accessibility score, the better the accessibility)
 for i = 0, 1, 2, …, 85
  high=0, low=0
  for j = 0, 1, 2, …, 85
   if Dij < 0.05 & a0 > aj
     high=high+1
   else (Dij < 0.05)
    low=low+1