Skip to content

Commit

Permalink
ch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 22, 2024
1 parent a11dc95 commit 9f8c719
Show file tree
Hide file tree
Showing 5 changed files with 1,568 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `merino`: Mastering Econometrics Regressions, Inference, and Numerical Optimization

![](resources/advanced.jhu.edu.svg 'JHU AAP')
![](resources/advanced.jhu.edu.svg "JHU AAP")

## Introduction

Expand All @@ -16,36 +16,41 @@ These notebooks are based on the content from:

Each notebook corresponds to a chapter from the source material. Click on the "Open in Colab" badge to view and interact with the notebook in Google Colab.

1. **Ch2. The Simple Regression Model**
1. **Ch2. The Simple Regression Model**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch2.%20The%20Simple%20Regression%20Model.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

2. **Ch3. Multiple Regression Analysis: Estimation**
2. **Ch3. Multiple Regression Analysis: Estimation**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch3.%20Multiple%20Regression%20Analysis%20-%20Estimation.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

3. **Ch4. Multiple Regression Analysis: Inference**
3. **Ch4. Multiple Regression Analysis: Inference**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch4.%20Multiple%20Regression%20Analysis%20-%20Inference.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

4. **Ch5. MRA - OLS Asymptotics**
4. **Ch5. MRA - OLS Asymptotics**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch5.%20MRA%20-%20OLS%20Asymptotics.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

5. **Ch6. MRA - Further Issues**
5. **Ch6. MRA - Further Issues**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch6.%20MRA%20-%20Further%20Issues.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

6. **Ch7. MRA - Qualitative Regressors**
6. **Ch7. MRA - Qualitative Regressors**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch7.%20MRA%20-%20Qualitative%20Regressors.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

7. **Ch8. Heteroskedasticity**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch8.%20Heteroskedasticity.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

## How to Use

1. Click on the "Open in Colab" badge next to the notebook you want to explore.
Expand Down
Loading

0 comments on commit 9f8c719

Please sign in to comment.