랭킹으로 돌아가기
tirthajyoti/Stats-Maths-with-Python
Jupyter NotebookGeneral statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
statisticspythonnumpypandasnumerical-analysisanalyticsmachine-learningbayesian-statisticsinferential-statisticsstatsmodelsprobabilitymathematics
주요 지표
스타 성장
스타
1k
포크
378
주간 성장
—
이슈
4
5001k
2018년 3월2019년 7월2020년 12월2022년 5월2023년 10월2025년 2월2026년 7월
README
Statistics/ Mathematical Computing Notebooks
Jupyter Notebooks on the topics of statistical analysis, mathematics, and numerical/sceintific computing (in Python).
Please feel free to connect with me on LinkedIn if you are interested in data science and like to connect.
Requirements
- Python 3.6+
- NumPy (
$ pip install numpy) - Pandas (
$ pip install pandas) - Scikit-learn (
$ pip install scikit-learn) - SciPy (
$ pip install scipy) - Statsmodels (
$ pip install statsmodels) - MatplotLib (
$ pip install matplotlib) - Seaborn (
$ pip install seaborn)
Set Algebra basics

Permutations and Combinations

Probability distributions (Discrete)

Linear Regression Methods

R-style Statistical functions written using Python

Diagnostics of a linear regression problem
Introduction to hypothesis testing
Articles
Check out this article I wrote on Medium: Essential Math for Data Science.
Check out this article I wrote on Medium about "How to write your favorite R functions — in Python?"
Check out this article I wrote on Medium about "Mathematical programming — a key habit to build up for advancing in data science?"
Check out this article I wrote on Medium about "Bayes’ rule with a simple and practical example"
Check out this article I wrote on Medium about "Statistical modeling with “Pomegranate” — fast and intuitive"
관련 저장소