Skip to content

Detecting the key reason for crime(manslaughter) happened in 30 years. There's a lot of aspect present in the data published by US government. The data and the finding can be used in any country prospect,if not all but handy few.

Notifications You must be signed in to change notification settings

rakibhhridoy/USCrimeAnalysis-AppliedStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

US Crime Analysis Applied Statistics python

This Repo consist of the statistical analysis and applied frequentist and bayesian statistics to transform, manipulate and finding key aspect of crime. It is Based on only two categorical incident.. 1. murdered 2. Manslaughter by negligence
In this project, we use mostly
  • numpy for numerical and mathematical operations
  • pandas DataFrame Manipulation and Handling
  • matplotlib Visualizing our Data
  • seaborn Visualizing data in more compact form
  • statsmodel Different Statistical Computing
If you don't have those libraries,you can install it by pip
pip install numpy
pip install pandas
pip install matplotlib
pip install seaborn
pip install statsmodel
To use those simply import them in your notebook
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import statsmodel.api as sm
import seaborn as sns
the project is on going..

you can follow me/hire me in linkedin

About

Detecting the key reason for crime(manslaughter) happened in 30 years. There's a lot of aspect present in the data published by US government. The data and the finding can be used in any country prospect,if not all but handy few.

Topics

Resources

Stars

Watchers

Forks