You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements in Python some common statistical analysis methods used in data analysis, including Entropy, Mutual Information, Kolmogorov–Smirnov test, Kullback-Leibler divergence (KLD), AB tests (Mann-Whitney U and t-tests)
Probability and Statistics for Data Scientist - Course Project. Various Testing(Hypothesis, T-Test, Z-Test, KS Test etc) are performed on Covid and crime dataset for Los Angeles. Auto Regression and Linear Regression are also performed without using scimitar libraries in python.
Applied KS test and T-test to check whether rental subsidy rate’s distributions are different across different PHAs and implemented Pearson-correlation analysis to explore the linear correlation between rental subsidy rate and other factors.