ninonarido / STATSPRO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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] (https://www.linkedin.com/in/ninonarido/) if you are interested in data science and like to connect.


Requirements

  • Python 3.10+
  • 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

permutation and combination

binom

lm

rstyle

Articles

Check out this article I wrote on Wordpress: Pre-conditions in Data Science.

Check out this article I wrote on Wordpress about "Write R functions in Python?"

Check out this article I wrote on Wordpress about "Operational Mathematical Programming — baby steps into data science?"

Check out this article I wrote on Wordpress about "Bayes’ rule - on point with sample"

Check out this article I wrote on Wordpress about "Stats modeling using “Pomegranate” — in a nutshell"

About

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%