Loading repository data…
Loading repository data…
minireference / repository
Hands-on tutorials, exercises, and projects to accompany the No Bullshit Guide to Statistics
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Hands-on tutorials, exercises, and projects to accompany the No Bullshit Guide to Statistics. Motivation: reading about stats is not enough... you need to experiment with stats, play with different examples, and do some real-world data analysis tasks. This is what this repo is about.
Use the binder button below to start an ephemeral JupyterLab instance where you can run the code in each notebook.
Once have launched JupyterLab instance, use the file browser (folder icon in the left pane) to navigate to any of these subfolders and try the notebooks in them:
datasets/: all the data used for examples, exercises, and problems in the book.notebooks/: notebooks to accompany each section of the book.stats_overview/: a complete worked example to introduce
all the statistics concepts from the book: DATA, PROB, STATS, and LINEAR MODELS.exercises/: simple, routine exercises to practice new concepts.problems/: problems requiring some thinking COMING SOONmissions/: multi-step procedures and workflows COMING SOONtutorials/: tutorials that introduce Python basics, and the Pandas and Seaborn Python libraries.This repo also contains the "utility" code and notebooks that were used for the book:
data_generation: notebooks used to generate datasets used in the book.figures_generation: notebooks to run to generate figures and tables.notebooks/explorations/: general exploratory notebooks on statistics.notebooks/drafts/: notebook drafts (not ready for prime time).jupter-labpandas and some numpyseabornscipystatsmodelsAll of these can be installed by running pip install -r reqirements.txt in the
root of this project.