1 Introduction
Traditional crime geographic profiling, like Rossmo's formula, estimates the probable residence of a serial offender based on the locations of crimes. Rossmo assumed a "distance decay" principle: the farther the crime from the offender's home, the less likely the offender commits there, and he avoided committing crimes very close to home to reduce detection.
However, real human behavior is not perfectly mathematical. Criminals are influenced by familiarity, convenience, risk, and natural environment. The Symmetry + Behavioural Weighted Centroid Model integrates geometric patterns of crime points with real behavioral tendencies to estimate the most probable operational zone.
2. Core Concept
This model is based on two main ideas:
- Geometric Symmetry: Crime points form a rough balance where a central point (centroid) may indicate the operational center.
- Behavioral Preference: Criminals prefer areas that are familiar, low-risk, convenient, and secluded.
3. Step 1: Represent Crime Locations
Each crime location is represented as a point on a coordinate plane:
- A(x1, y1)
- B(x2, y2)
- C(x3, y3)
- D(x4, y4)
C(4,3)
*
/ \
/ \
A(0,0)*-----*B(10,0)
\
\
D(6,-2)*
4. Step 2: Weighted Distance Adjustment
Assign weights based on distance imbalance: w = 1 / distance factor
| Points | Distance (km) | Weight |
|---|---|---|
| A-B | 10 | 0.3 |
| B-C | 5 | 0.5 |
| C-D | 3 | 0.7 |
| A-D | 5.5 | 0.45 |
5. Step 3: Calculate Weighted Centroid
Formula:
Xc = (Σ wi * xi) / Σ wi
Yc = (Σ wi * yi) / Σ wi
| Point | Coordinates (x,y) | Weight |
|---|---|---|
| A | (0,0) | 0.3 |
| B | (10,0) | 0.5 |
| C | (4,3) | 0.7 |
| D | (6,-2) | 0.45 |
Centroid roughly at (5.0, 0.63)
6. Step 4: Define Probable Operational Radius
Probable radius = 8 km
7. Step 5: Behavioral Validation
- Familiar / habitual zones
- Accessible routes
- Secluded / low-risk areas
8. Advantages
- Combines human behavior with geometry
- Handles unequal distances
- Improves accuracy
- Flexible model
9. Limitations
- Needs accurate data
- Environmental obstacles affect results
- Extreme asymmetry reduces accuracy
- Human irrationality factor
10. Conclusion
This model extends Rossmo's idea with real-world behavior. The weighted centroid provides a more realistic estimation of a criminal’s operational zone.
References
- Rossmo, D.K. (1996). Geographic Profiling
- Environmental Criminology Research Inc.
- Behavioral crime studies
Comments
Post a Comment