Jupyter Notebooks for the study of Statistics using Python.
Explore the docs »
The main objective is to create Jupyter Notebooks to demonstrate a broad range of statistics concepts using the programming language Python.
There are many ways to analyse data, but one of the most known methods in Statistics is probably descriptive analysis, which seeks to describe or summarize past and present data, helping to create accessible data insights. It's the field of Statistics that deals with the description and summarization of data. It will be given some practical examples of this kind of analysis using a dataset.
To get a local copy up and running follow these simple steps.
Python 3.8 or greater, Jupyter Notebook. There are some libraries you may need to install for importing like matplotlib and etc.
- Clone the repo
git clone https://github.com/brenoslivio/Statistics-Python.git
- Simply run Jupyter Notebook to open the projects.
Distributed under the MIT License. See LICENSE
for more information.
- ROSS, S. M. Introductory Statistics. 4th Edition. Academic Press. February 2017
- MAGALHÃES, M. N. Noções de Probabilidade e Estatística. 7th edition. Edusp. 2015.