-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
088f23e
commit 8035b71
Showing
6 changed files
with
61 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,54 @@ | ||
# merino | ||
# merino: Mastering Econometrics Regressions, Inference, and Numerical Optimization | ||
|
||
Mastering Econometrics Regressions, Inference, and Numerical Optimization | ||
## Introduction | ||
|
||
These notebooks are produced from the source code of: | ||
Welcome to merino, a comprehensive collection of Jupyter notebooks designed to help you master econometrics. These notebooks cover various topics in regression analysis, inference, and numerical optimization, making them an excellent resource for students, researchers, and practitioners in the field of econometrics. | ||
|
||
## Source | ||
|
||
These notebooks are based on the content from: | ||
|
||
[Using Python for Introductory Econometrics](http://upfie.net) | ||
|
||
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> | ||
## Notebooks | ||
|
||
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** | ||
<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** | ||
<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** | ||
<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** | ||
<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** | ||
<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> | ||
|
||
## How to Use | ||
|
||
1. Click on the "Open in Colab" badge next to the notebook you want to explore. | ||
2. The notebook will open in Google Colab, where you can run the code and interact with the content. | ||
3. To save your changes, make sure to save a copy to your Google Drive or download the notebook. | ||
|
||
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> | ||
## Contributing | ||
|
||
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> | ||
If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/alanlujan91/merino). | ||
|
||
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> | ||
## License | ||
|
||
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> | ||
Please refer to the original source material at [Using Python for Introductory Econometrics](http://upfie.net) for licensing information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.