Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CH Tutorial Materials #3

Merged
merged 2 commits into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
418 changes: 418 additions & 0 deletions Day2/LinearRegression/LICENSE

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Day2/LinearRegression/README.md
@@ -0,0 +1,9 @@
# Linear Regression Tutorial for Astronomers

*Christina Hedges, March 2024*

This tutorial covers some of the key concepts for astronomy graduate students to get an easy understanding of how to build linear models for their time-series data. This is the material as of March 2024. The source of these materials is [available on GitHub](https://github.com/christinahedges/linearModelTutorial/) and is where these materials may be updated and improved. You can see a live version of these slides [here](https://christinahedges.github.io/LinearModelTutorial/#/).

Inside the `workbooks` folder there are two workbooks where you can fill in the code and it will check your answers. Answers are available in the `workbooks/answers/` folder if you need them.

Inside `workbooks` is also a notebook that goes through the 2D example from the slides. The intention is this will be our live coding portion of the tutorial!