Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estimate number of cars per district #9

Closed
torhaa1 opened this issue Apr 26, 2024 · 1 comment
Closed

Estimate number of cars per district #9

torhaa1 opened this issue Apr 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@torhaa1
Copy link
Owner

torhaa1 commented Apr 26, 2024

Need to roughly estimate the number of police cars per police district based on public data.
Potential sources to base estimate on:

  • district population
  • number of police employees in district
  • number of police cars in district

Uncertainties will be large as there is large variation between the districts, and the Oslo district likely holds additional resources and personnel for other departments.

@torhaa1 torhaa1 added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 26, 2024
@torhaa1
Copy link
Owner Author

torhaa1 commented Apr 28, 2024

Used data sources mentioned above:

In addition to:

commit: 4994e3b
Used variables population, employees, registered patrol cars and employees divided on the registered patrol cars as popDeriv, empDeriv, carsDeriv and empCarsCapDeriv. Scaled down the variables to 11 for the East district. Used the average of all variables as the first estimate.

Next, subtracted one from the districts Nordland, MoreRomsdal, SouthWest, Agder since the variable empCarsCapDeriv was significantly higher for these districts. Also subtracted 1 from Oslo, as there probably is some resources tied up in other departments and functions. Used 4 cars as a minimum for all districts.

Rough estimate for minimum number of cars per (shift) district displayed as black bars minCarsPerShift:

Police districts Finnmark Troms Nordland Trondelag Inland MoreRomsdal West SouthWest Agder SouthEast East Oslo
Nr of cars 4 4 4 7 6 4 9 7 5 10 11 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant