Adding election example questions#34
Open
RossLinModelling wants to merge 2 commits into
Open
Conversation
Unit 5 and maybe onward based questions with the theme of election modeling.
fixed election questions
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds a new set of contribution problems to Unit 5 of the Math 50 notes. The problems are based on my final project analyzing the “13 Keys to the White House” and comparative forecasting models for recent U.S. presidential elections (including fundamentals + polls models). The goal is to give students a concrete, data-driven context for applying the concepts from Units 4–5 on linear regression, logistic regression, and model validation.
The new material appears under the heading:
in the Unit 5 LaTeX notes.
Content Added
The contribution consists of five multi-part problems, each linking a course concept to the election forecasting project:
Simple Linear Regression and Residual Analysis
Multiple Regression and Multicollinearity
Num_False_Keys,Key 5(short-term economy), andKey 6(long-term economy).Num_False_Keysis included (multicollinearity and variance inflation).Num_False_Keysis removed.Logistic Regression and Classification Thresholds
The Linear Extrapolation Problem
Sample Size and Degrees of Freedom
Pedagogical Motivation
These problems are designed to:
They can be used as:
Files Touched
public/latex_notes/unit5/unit5.tex(added the new subsection and problems near the end of Unit 5).No existing content was deleted or modified; the contribution is additive and self-contained.