Skip to content

Latest commit

Β 

History

History
36 lines (26 loc) Β· 1.55 KB

File metadata and controls

36 lines (26 loc) Β· 1.55 KB

πŸš“ LA Crime Tidal Patterns

STAT4011 Project | Analyzing crime pattern shifts for patrol optimization Example of one area

πŸ” Quick Overview

This part of project analyzed Los Angeles crime data to discover "tidal patterns"β€”systematic shifts in crime hotspots throughout the day. These patterns help optimize police patrols by predicting where crimes are most likely to occur at different times.

πŸ“Š Key Insight

  • Daytime: Crime concentrates in downtown & business areas
  • Nighttime: Crime moves to transportation hubs & entertainment districts
  • Interactive Maps: For each of LA's 21 areas

Tidal Pattern in LA

πŸ“ˆ Our Method

  1. Grid-based analysis: Split each area into equal grids
  2. Smart risk scoring:
    Risk = Weighted(Crime Severity + Historical Frequency)
    
  3. Top-5 selection: For each time period, highlight 5 highest-risk grids

πŸš€ For Police Use

  • Better patrol schedules: Match officers to predicted crime tides
  • Resource focus: Concentrate on top 5 high-risk zones per shift
  • Early warning: Spot unusual patterns

πŸ“ What's Here

  • output/ ← Interactive HTML maps (21 areas)
  • analysis/ ← Code for risk calculations

Data: LA crime records (2010-2019 & 2020-2025) | Course: STAT4011 Statistics Projects