Podcast
Questions and Answers
What is the first step in calculating run expectancy based on the data frame from 2018?
What is the first step in calculating run expectancy based on the data frame from 2018?
What does the variable 'runs future' represent in the data set?
What does the variable 'runs future' represent in the data set?
In the state with no runners on base and one out, what is the run expectancy?
In the state with no runners on base and one out, what is the run expectancy?
What is the run expectancy when there are two outs and no runners on base?
What is the run expectancy when there are two outs and no runners on base?
Signup and view all the answers
What state has a run expectancy of just over one run?
What state has a run expectancy of just over one run?
Signup and view all the answers
What does the run expectancy matrix provide?
What does the run expectancy matrix provide?
Signup and view all the answers
How does run expectancy change with increasing outs?
How does run expectancy change with increasing outs?
Signup and view all the answers
What is done after calculating the list of run expectancies for each possible starting state?
What is done after calculating the list of run expectancies for each possible starting state?
Signup and view all the answers
What is a run value defined as in this context?
What is a run value defined as in this context?
Signup and view all the answers
In the first example provided, what event is suggested to have occurred?
In the first example provided, what event is suggested to have occurred?
Signup and view all the answers
What was the increase in run expectancy when the batter reached first base with no outs?
What was the increase in run expectancy when the batter reached first base with no outs?
Signup and view all the answers
What role does run expectancy play in measuring batting events?
What role does run expectancy play in measuring batting events?
Signup and view all the answers
What conclusion can be drawn from the example where the batter got a hit to first base?
What conclusion can be drawn from the example where the batter got a hit to first base?
Signup and view all the answers
What does runs value represent?
What does runs value represent?
Signup and view all the answers
What happens when there are three outs in an inning?
What happens when there are three outs in an inning?
Signup and view all the answers
Why is it necessary to create a state for three outs?
Why is it necessary to create a state for three outs?
Signup and view all the answers
How do start and end run expectancy matrices compare?
How do start and end run expectancy matrices compare?
Signup and view all the answers
What is run expectancy at the beginning of an event based on?
What is run expectancy at the beginning of an event based on?
Signup and view all the answers
What must be added to calculate the end run expectancy?
What must be added to calculate the end run expectancy?
Signup and view all the answers
What does adding an extra state for three outs enable?
What does adding an extra state for three outs enable?
Signup and view all the answers
What is the run expectancy when there are three outs?
What is the run expectancy when there are three outs?
Signup and view all the answers
What happens to run expectancy when a runner on third base scores?
What happens to run expectancy when a runner on third base scores?
Signup and view all the answers
What does the end run expectancy matrix include that the start run expectancy does not?
What does the end run expectancy matrix include that the start run expectancy does not?
Signup and view all the answers
Why does run expectancy change based on the events occurring in a game?
Why does run expectancy change based on the events occurring in a game?
Signup and view all the answers
What is the run expectancy at the start and end of the first event if there are no outs and no one on base?
What is the run expectancy at the start and end of the first event if there are no outs and no one on base?
Signup and view all the answers
In merging the end run expectancy with the main data set, which state is used for the merge?
In merging the end run expectancy with the main data set, which state is used for the merge?
Signup and view all the answers
How does run expectancy change if a player is put out?
How does run expectancy change if a player is put out?
Signup and view all the answers
What is the likely run expectancy when there are no outs and a runner is on first base?
What is the likely run expectancy when there are no outs and a runner is on first base?
Signup and view all the answers
What value does the end run expectancy matrix retain from the start run expectancy?
What value does the end run expectancy matrix retain from the start run expectancy?
Signup and view all the answers
Study Notes
Run Expectancy Calculation
- Run expectancy (RE) is calculated based on data from 2018.
- Mean number of runs scored in an inning is calculated for each event.
- Code groups events by starting state (runners on base, outs).
- Run expectancy is calculated for each possible starting state.
- Example: 0 runners on base, no outs: RE = 0.49 (average of runs scored in that state).
- Example: 1 out, no runners: RE = 0.26.
- RE decreases as the number of outs increases.
- Starting state with runner on 3rd, 1 out: RE ≈ 1.0.
- RE values are calculated for each starting state.
Run Expectancy Matrix
- The run expectancy matrix is a table of RE values for various base states.
- Each row represents a specific configuration of runners and outs (starting state).
- Values represent average runs expected for each starting state.
- Values change depending on the number of outs and the number of runners on base.
Run Value Calculation
- Run value (RV) measures the contribution of an event.
- RV = Runs scored + (End RE - Start RE)
- Start RE is the RE at the event start.
- End RE is the RE at the event end.
- An event ending with 3 outs and no runs scored, has a RV of zero.
- The run value calculation considers the change in RE during an event.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz explores the concepts of run expectancy (RE) and run value (RV) calculations in baseball using 2018 data. You will learn how average runs are scored based on different starting states, as well as how to interpret the run expectancy matrix. Test your understanding of these key metrics that impact game strategy.