Skip to content

Commit be89d29

Browse files
committed
black
1 parent 6523c3d commit be89d29

9 files changed

+7349
-7349
lines changed

500_Person_Gender_Height_Weight_Index.csv

+500-500
Large diffs are not rendered by default.

Chapter 1 - Descriptive Statistics.ipynb

+991-991
Large diffs are not rendered by default.

Chapter 2 - Probability Review.ipynb

+3,402-3,402
Large diffs are not rendered by default.

Chapter 4 - Hypothesis Testing.ipynb

+918-918
Large diffs are not rendered by default.

Chapter 5 - Analysis of Variance and Chi-Squared Test.ipynb

+880-880
Large diffs are not rendered by default.

LICENSE

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2021 Weijie Chen
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2021 Weijie Chen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
# Basic Statistics With Python [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)]()
2-
[Last updated on 19th Aug 2022]
3-
4-
This is a series of lecture notes that I prepared in my statistics tutorial (used prepared for one-night new-hire statistical training in hedge fund), which are supposed to be concise and straightforward, without any unnecessary proofs or derivation. The tutorials will cover most of the core statistic concepts starting from descriptive statistics to statistic inferences and hypothesis testing, some probability distribution will also be refreshed.
5-
6-
Once you have walked through the tutorial notes, you should be confident to move further to notes of <a href='https://github.com/MacroAnalyst/Basic_Econometrics_With_Python' target='_blank'>Econometrics</a>, Bayesian statistics/econometrics, which I will upload in the near furture.
7-
8-
## Who Can Benefit From These Notes
9-
Perfect for university students who wants to have a walkthrough of core structure of **frequentist statistics**, also very beneficial for practioners, such as junior quantitative analysts, who wants to refresh their knowledge as fast as possible (i.e. within 3 days). All the examples in the notes are demonstrated by Python, including all figures and charts.
10-
11-
## Prerequisites
12-
Though the lectures are introductory level, it would be ideal that attendants have a slight exposure to probability theory.
13-
14-
And you would benefit more from the tutorials if you have basic knowledge of:
15-
- [x] NumPy
16-
- [x] Matplotlib
17-
- [x] Pandas
18-
19-
## Contents
20-
It is advisable to either open the notebooks in Jupyter nbviewers (links below) or download them, since github has frequent rendering glitches in LaTeX and sometimes even missing a plot.
21-
22-
[Lecture 1 - Descriptive Statistics](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%201%20-%20Descriptive%20Statistics.ipynb)<br>
23-
[Lecture 2 - Probability Review](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%202%20-%20Probability%20Review.ipynb)<br>
24-
[Lecture 3 - Point and Interval Estimation](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%203%20-%20Point%20and%20Interval%20Estimation.ipynb)<br>
25-
[Lecture 4 - Hypothesis Testing](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%204%20-%20Hypothesis%20Testing.ipynb)<br>
26-
[Lecture 5 - Analysis of Variance and Chi-Squared Test](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%205%20-%20Analysis%20of%20Variance%20and%20Chi-Squared%20Test.ipynb)<br>
27-
28-
## Screen Capture Examples
29-
![截图00](https://user-images.githubusercontent.com/59842360/125285980-2afc6580-e313-11eb-8169-7c0661cb8684.jpg)
30-
![截图01](https://user-images.githubusercontent.com/59842360/125285987-2cc62900-e313-11eb-8581-eddef58740a9.jpg)
31-
![截图02](https://user-images.githubusercontent.com/59842360/125285995-2df75600-e313-11eb-89eb-29dd7fa53557.jpg)
32-
![截图03](https://user-images.githubusercontent.com/59842360/125286000-2e8fec80-e313-11eb-8b5b-8032bf25f9ba.jpg)
33-
![截图04](https://user-images.githubusercontent.com/59842360/125286004-2fc11980-e313-11eb-9c1f-d13c7456673c.jpg)
34-
![截图05](https://user-images.githubusercontent.com/59842360/125286008-30f24680-e313-11eb-9b7b-d7b0db2a3397.jpg)
35-
![截图00](https://user-images.githubusercontent.com/59842360/144809583-cb082f8f-dde5-420a-a3cf-1c9c2f45a3fd.jpg)
1+
# Basic Statistics With Python [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)]()
2+
[Last updated on 19th Aug 2022]
3+
4+
This is a series of lecture notes that I prepared in my statistics tutorial (used prepared for one-night new-hire statistical training in hedge fund), which are supposed to be concise and straightforward, without any unnecessary proofs or derivation. The tutorials will cover most of the core statistic concepts starting from descriptive statistics to statistic inferences and hypothesis testing, some probability distribution will also be refreshed.
5+
6+
Once you have walked through the tutorial notes, you should be confident to move further to notes of <a href='https://github.com/MacroAnalyst/Basic_Econometrics_With_Python' target='_blank'>Econometrics</a>, Bayesian statistics/econometrics, which I will upload in the near furture.
7+
8+
## Who Can Benefit From These Notes
9+
Perfect for university students who wants to have a walkthrough of core structure of **frequentist statistics**, also very beneficial for practioners, such as junior quantitative analysts, who wants to refresh their knowledge as fast as possible (i.e. within 3 days). All the examples in the notes are demonstrated by Python, including all figures and charts.
10+
11+
## Prerequisites
12+
Though the lectures are introductory level, it would be ideal that attendants have a slight exposure to probability theory.
13+
14+
And you would benefit more from the tutorials if you have basic knowledge of:
15+
- [x] NumPy
16+
- [x] Matplotlib
17+
- [x] Pandas
18+
19+
## Contents
20+
It is advisable to either open the notebooks in Jupyter nbviewers (links below) or download them, since github has frequent rendering glitches in LaTeX and sometimes even missing a plot.
21+
22+
[Lecture 1 - Descriptive Statistics](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%201%20-%20Descriptive%20Statistics.ipynb)<br>
23+
[Lecture 2 - Probability Review](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%202%20-%20Probability%20Review.ipynb)<br>
24+
[Lecture 3 - Point and Interval Estimation](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%203%20-%20Point%20and%20Interval%20Estimation.ipynb)<br>
25+
[Lecture 4 - Hypothesis Testing](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%204%20-%20Hypothesis%20Testing.ipynb)<br>
26+
[Lecture 5 - Analysis of Variance and Chi-Squared Test](https://nbviewer.jupyter.org/github/MacroAnalyst/Basic_Statistics_With_Python/blob/main/Chapter%205%20-%20Analysis%20of%20Variance%20and%20Chi-Squared%20Test.ipynb)<br>
27+
28+
## Screen Capture Examples
29+
![截图00](https://user-images.githubusercontent.com/59842360/125285980-2afc6580-e313-11eb-8169-7c0661cb8684.jpg)
30+
![截图01](https://user-images.githubusercontent.com/59842360/125285987-2cc62900-e313-11eb-8581-eddef58740a9.jpg)
31+
![截图02](https://user-images.githubusercontent.com/59842360/125285995-2df75600-e313-11eb-89eb-29dd7fa53557.jpg)
32+
![截图03](https://user-images.githubusercontent.com/59842360/125286000-2e8fec80-e313-11eb-8b5b-8032bf25f9ba.jpg)
33+
![截图04](https://user-images.githubusercontent.com/59842360/125286004-2fc11980-e313-11eb-9c1f-d13c7456673c.jpg)
34+
![截图05](https://user-images.githubusercontent.com/59842360/125286008-30f24680-e313-11eb-9b7b-d7b0db2a3397.jpg)
35+
![截图00](https://user-images.githubusercontent.com/59842360/144809583-cb082f8f-dde5-420a-a3cf-1c9c2f45a3fd.jpg)
10.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)