Skip to content

Distance Decay Functions

“How quickly does customer interest drop off with distance?”

Power Function (most common)
f(d) = d−β
Slow decay. For destination restaurants. β = 1.5-2.5 for food retail.
Exponential Function
f(d) = e−βd
Fast decay. For convenience food (cha chaan teng, fast food). β = 0.5-1.0.
Gaussian Function
f(d) = e−d²/2σ²
Bell curve. Flat nearby, then drops sharply. For mixed-use areas.

Source: de Smith, M., Goodchild, M. & Longley, P. — Geospatial Analysis (6th ed.)

This is where Company Input directly changes the math:

Restaurant TypeBest FunctionβWhy
Cha chaan teng / fast foodExponential (β=0.8)0.8Convenience: won’t walk past a closer option
Mid-range unique cuisinePower (β=2.0)2.0Destination: people walk 10+ min for something specific
High-end / special occasionPower (β=1.2)1.2Quality dominates over distance
Takeaway / deliveryFlat to 2km, then exponentialDelivery radius IS the catchment

At β=2.0 (power), a restaurant 300m away is 9x less attractive than at 100m. At β=0.8 (exponential), the same restaurant is only 1.3x less attractive. The business model determines which world you live in.