From d6c77d09c4300e1600411770c8243968211e2a17 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 26 May 2026 00:48:29 -0700 Subject: [PATCH] Setting up chapter 2 --- .../ch2/end-of-chapter-problems.ipynb | 25 ++++++++ .../ch2/notes.ipynb | 51 +++++++++++++++++ .../ch2/summary.ipynb | 57 +++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 study/001_introduction-to-probability-statistics-and-random-processes/ch2/end-of-chapter-problems.ipynb create mode 100644 study/001_introduction-to-probability-statistics-and-random-processes/ch2/notes.ipynb create mode 100644 study/001_introduction-to-probability-statistics-and-random-processes/ch2/summary.ipynb diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/ch2/end-of-chapter-problems.ipynb b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/end-of-chapter-problems.ipynb new file mode 100644 index 0000000..5ffd73b --- /dev/null +++ b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/end-of-chapter-problems.ipynb @@ -0,0 +1,25 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "43cc5069", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "d706c044", + "metadata": {}, + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/ch2/notes.ipynb b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/notes.ipynb new file mode 100644 index 0000000..a7c46bf --- /dev/null +++ b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/notes.ipynb @@ -0,0 +1,51 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "id": "c58309b2", + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "import sys\n", + "\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "import pandas as pd\n", + "import seaborn as sns\n", + "\n", + "sns.set_theme(style=\"whitegrid\", context=\"notebook\")" + ] + }, + { + "cell_type": "markdown", + "id": "a6732353-51d5-4478-9cf8-5834e57e5a4e", + "metadata": {}, + "source": [ + "# Chapter 2 Notes" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "roadmap (3.14.5)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.14.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/ch2/summary.ipynb b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/summary.ipynb new file mode 100644 index 0000000..8427e3c --- /dev/null +++ b/study/001_introduction-to-probability-statistics-and-random-processes/ch2/summary.ipynb @@ -0,0 +1,57 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "206bf674", + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "import sys\n", + "\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "import pandas as pd\n", + "import seaborn as sns\n", + "\n", + "sns.set_theme(style=\"whitegrid\", context=\"notebook\")" + ] + }, + { + "cell_type": "markdown", + "id": "612bd02c", + "metadata": {}, + "source": [ + "# Chapter 2 Summary" + ] + }, + { + "cell_type": "markdown", + "id": "b7f23a4f", + "metadata": {}, + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "roadmap (3.14.5)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.14.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}