Sport statistics: how to assemble your team elivian.nl high quality, poorly written update history current(v2.1):7-oct-16, original(v1):13-sep-14

Size: px
Start display at page:

Download "Sport statistics: how to assemble your team elivian.nl high quality, poorly written update history current(v2.1):7-oct-16, original(v1):13-sep-14"

Transcription

1 Sport statistics: how to assemble your team elivian.nl high quality, poorly written update history current(v2.1):7-oct-16, original(v1):13-sep-14 If you ve ever tried to make a selection team for any sport, you know it s a hassle. First of all, egos are involved for people who are being selected. Second if you re doing the selection with other people they will most likely (subconsciously?) favour: i. friends, ii. people with experience and iii. people who make a lot of goals. Even if you all agree to look past this and look at the actual player it is still hard to choose between players because you do not know if technique, speed or team play is more important. And finally your team also have to play well together. I did a team selection for a couple of years and after a couple of years I wanted some answers! So I started to collect data a half year in advance. I jotted down all the teams and final scores in training matches with the intent to do some serious statistics just before the team selection. I was aided by the fact that we played many training matches (153) with small (5v5) random teams of mixed gender, and a relatively small number of people (12 people joined in over 50 matches, 22 people joined in over 20 matches)). This allowed me to estimate the contribution individuals to their team score. The results surprised me, and that is why I m writing this down. Chapter 1 describes the dataset. Chapter 2, here I will develop a model to predict team strength based on individual strength. Chapter 3 Based on chapter 2 we now extend the analysis to investigate the specialties of players 3.1 how should you balance offensive/defensive players? 3.2 How important is it to take into account that certain players play well together? 3.3 How important is it to take into account that some players really start shining in good teams?. Chapter 4, here we will answer the question if technique, speed or teamplay (or something else) is the most important. If you don t like mathematics I suggest skipping the Method, Results and Observations sections of every question and all sections marked as (skippable). If you love mathematics I suggest getting the dataset and investigate yourself! You can find both datasets used in this document at: elivian.nl/support/sport1.xlsx and elivian.nl/support/sport2.xlsx. 1 elivian.nl

2 1. The Dataset (skippable) 1.1 The good Unihockey has small teams (4 vs 4 playing) which makes it much easier to infer the contribution of the individual. More goals are scored per time period (on average about 4 per 10 minutes) compared to many other sports. This makes it possible to get a more accurate picture even in a shorter time span. People have no fixed position in the field (e.g. no goalkeeper) Large dataset for a relatively small number of people (for 10 people there is over 1000 minutes of playing time, another 8 are observed for over 500 minutes) Random teams. We would always put our sticks on a heap and randomly divide those. Only in rare cases things we would redo the teams (teams too similar to the previous match or sometimes in case of extreme skill level difference) People didn t know they were being observed 1.2 The bad It was done at an amateur club, results might not hold on a professional level. We had single-time visitors joining our teams. Attendance varies. There were 9 members with fewer than 10 matches observed (<150minutes) Matches had different durations Different team sizes. Frequently there were teams of 5 players of which only 4 can play at any time. Unihockey allows for infinite substitutions at any time. The observations were done in 6 months. Since some players just started playing unihockey their skill level might have changed in these months. I had to remember all the teams and score before I could write it down back home. I expect a bias (in score) in favour of myself. My analysis is pretty basic. I like eyeballing and not doing really rigid tests (I like to understand what I m doing). Problem is, I make mistakes so nothing can be taken for granted Preparing the dataset (very skippable) There are a couple of issues with the dataset which I had to address before I could proceed. Single time visitors I divided into 5 skill levels based on my own impression. Matches had different durations. Since the duration was similar I just scaled everything (linearly) to matches of 30 minutes (so a 4-1 match in 10 minutes would become 12-3). Members with few matches I also fixed a score for (combining my own experience with preliminary results from the analysis). After the analysis and before putting it online I anonymized the dataset. 2 elivian.nl

3 2. Predicting team effort based on individual strength In order to obtain a single parameter strength-score for each player we need to make assumptions on how individual strength leads to final score. Once we know this relation we can use the observed scores to calculate the most likely individual strength. 2.1 The most simple model The model will need to predict the score so before we start it would be good to know the observed probability distribution of scores. In order to first get an idea of how scores are distributed we will first make a graph of the sorted score difference of all matches. We are lucky as it seems to closely resemble a normal distribution. Since summing variables often results in a normal distribution my first guess would be that: i. the strength of a team is simply the sum of the strength of the individual members ii. the score difference in 30 minutes is obtained by subtracting the team strengths. Basic assumption E[score difference in 30 minutes] = sum(strength players team 1) sum(strength players team 2) Example: Team 1 Team 2 Name Strength Name Strength Peter +0.0 Nemo +2.7 Pan +0.9 Dory -1.3 Wendy -2.0 Hank +0.2 Tink +4.1 Destiny -0.6 Sum: +3 Sum: +1 In this example, according to this assumption, when playing 30 minutes team 1 would win with 2 goals difference. So the final score might be 8-6 (or 7-5 or 6-4 etc.). In case of 5 players in a team (of which only 4 can be playing at any time) I simply multiply the individual strength by 5/4 th. Using a maximum likelihood method (+enforcing the average strength to be 0 + assumptions listed in 1.3) yield a strength estimate of individual players. (curious? Skip ahead to section 3.1). 3 elivian.nl

4 2.2 A non-linear extension of the basic model (skippable) Question: Isn t the basic assumption too simple? Perhaps the final score isn t a simple subtraction of the strength of the teams. Perhaps strong teams totally dominate weaker teams, or perhaps strong teams vs weak teams reach a certain ceiling (they might get lazy). Something like this might be going on: E[score difference in 30 minutes] = sum(strength players team 1) n sum(strength players team 2) n Method: Plotting the predictions of the model and comparing it with the actually observed data. Results: x-axis: model prediction of score difference (score team 1 - score team 2) under the basic assumption of section y = x x x y-axis actually measured score difference Observations: i. There exist more matches with a positive score (reason: I ve always put myself in team 1 and I won more than I lost). This shouldn t affect results ii. Prediction according to the basic assumption and actually measured score seem well correlated iii. When adding a 3 rd degree polynomial we see that when the model predicts a high score difference (i.e. 13) it slightly underestimates (i.e. real score 15). Interpretation: So it seems that stronger teams become stronger against weaker players, but barely. A possible explanation might be that as a losing team you don t feel like putting in too much effort, on the other hand, if you re winning you might be interested in getting another goal. Conclusion: The effect doesn t seem too strong/significant and I therefore think it is negligible. 4 elivian.nl

5 2.3 Extending the basic model to include standard deviation in a team (skippable) Question: Isn t the basic model too simple? Is it really true that the strength of a team is the sum of its parts? Perhaps a team with players of strength [+4, +2, -2, -4] is stronger than a team with players of strength [+2,+1,-1,-2]. Or in other words, how much does the strength difference within a team matter? Method: In order to measure this we make the following graph including the variance (=standard deviation ^2) in a team. A higher variance indicates more difference within a team. We compare this with the residuals (actually measured score difference predicted score difference according to the basic model of section 2.1). 15 x-axis: Residuals after prediction with the basic model y-axis variance(team1)-variance(team2) R² = Observations: i. It is a big (and random looking) mess ii. Plotting a line seems to indicate that that as variance in team 1 increases the model underestimates the score. So there might be a slight advantage to have a high-variance team. Interpretation: I don t know. Perhaps good players can coach their team? Or fix the holes in a team. Conclusion: It is a very small effect and most likely not negligible/significant. 5 elivian.nl

6 3. Different playing styles When making teams we would always try to ensure a balanced team. We would put people with different skills together and try to make teams with people who play well together. In this chapter we ll compare this with the data. 3.1 How much should you care about balancing offensive/defensive players. Question: A first thing we always took into account is if the team has a balanced offense/defense. People seem to prefer one or the other and a different skillset seems required. Can the data reveal more offensive players and more defensive players and what can we learn from this? Method: In order to analyze this I couldn t simple do a maximum likelihood estimate with an offensive and defensive strength for each person (too many variables). Instead for every player I use the basic strength obtained in section 2.1 and combine this with the average total goals the player was present in. Since offensive strength adds to the total number of goals and defensive strength subtracts from the total number of goals the combination these values can be used to compute an estimated offensive/defensive strength. Results: The following table shows the overall strength of a player (section 2.1) and the offensive and defensive strength (this section)). None of these values have an absolute meaning, but in comparing them to other values scoring 1 higher means 1 extra goal made/avoided per 30 minutes. Higher is always better. When looking at offense/defense separately they can also be compared to each other (so a 7/8 player is better in defense). 6 elivian.nl

7 Average number of goals (in team) Strength Strength (overall) For against Total Offense Defense Aa Ag* Ah Ae* Am Ai Bb Ay* Ak* Ap Az Aw Aj* Af Bb Ba* As Ar Av Ac Au Be* Ab An Bg At* Ad Ao* Bi Bh Ax* Bf* Aq* Al* Bc* *Low number of observations, likely unaccurate results. Observation: both offensive and defensive strength are highly correlated with overall strength. Interpretation: this might indicate that general skills (i.e. ball control, agility, endurance and teamplay) are more important than specific offense/defense skills Conclusion: There seems to be no such thing as truly offensive players or defensive players. So it seems that more effort should be put into finding the best players than in balancing the offense and defense of a team. 7 elivian.nl

8 3.2 How important is it to take into account that certain players okay well together? Question: As we ve now seen there is little difference between offensive and defensive players (only better and worse players). But still one might wonder if 2 people actually outperform the sum of their parts. I think that everyone who does a team sport knows this feeling of really being in sync with a specific other player. How does this hold up against the data? Method: A problem when answering this question is that looking at 2 people playing together significantly reduces the number of observations. So we just look at the 37 most occurring combinations. We look at the average residuals when a combination of these players are together. Results: Aa Ac Ad Af Ai Au Aw Bb Bd Bg Ad -4.0 Af Ai -0.7 Ap Ar 4.5 Aw Bb Bd Bg Bh Bi Observations: i. A value of 5.1 means that when these players are together in a team the model underestimate the actual score per 30 minutes by 5.1 (so together these players outperform the model by 5.1). ii. There seem to be as many negative numbers as positive numbers. Interpretation: i. In order to find out if these numbers are due luck, we combine this with the amount of time played together and the standard deviation of all matches to obtain a p-value. Even with 37 matches and a residual value of -7.2 yields a p-value of only Since we are looking at over20 values pure luck would often result in the lowest p-value being Conclusion: There is NO effect visible whatsoever. The people you are in sync with are probably secretly just good players. So yes, you might actually be doing better, but this is because of them, not because of you or because of a special connection you share. So you might make more goals, but this is the result of getting better assists of a good player, not because you suddenly are better at making goals. 8 elivian.nl

9 3.3 How important is it that some players really start to shine in good teams? Question: When making teams an often heard argument was is that some people play a lot better in better teams. Method: we look at the average residuals of every player when they are in a strong team (sum of strength of other players >3.3). Combining this with the number of games in strong teams to obtain p-value. Results: Residual #games in strong team p-value Aa Ab Ac Ad Af Ah Ai Aj Ak Am An Ao Ap Ar As Au Av Aw Az Bb Bd Be Bf Bg Bh Bi Observation: i. Many people seem to do worse when playing in a good team (average -0.44). I cannot explain this. Interpretation: i. Is there enough power in this test? Probably yes, because even before compensating for the number of games the average difference is pretty small (or negative). Conclusion: Once again I cannot find any effect in the data to support that people become better in better teams. 9 elivian.nl

10 4. Which skills contribute most to a players overall strength? 4.1 Male vs female Question: I always wondered if men were indeed better at sports, and if so, by how much? Since unihockey is a mixed sport (officially 2 men and 2 women must be playing at any time) and we didn t make teams based on gender anyway this is a good opportunity to get slightly side-tracked and answer this question. Method: Eyeballing. Results: To save paper I ll refer you to the table in section 3.1. I made the anonymized names of the women slightly pink. Observations: i. Most of the pink seem to be on the bottom. Interpretation: i. About 70% of all men is better than about 90% of all women. ii. The median (average) man is better than the best woman. iii. A year after this analysis was done a team including only women who were included in this study finished 3 rd (out of 24 Dutch teams). The results therefore seems to hold more widely. iv. There were small differences in the background of men/women: men train slightly more often and have been training slightly longer. But not enough to explain (even part) of these differences. Technical skill (ball handling) seem really similar for men and women. Conclusion: Men seem to be doing A LOT better. This study does not reveal a definite cause. 4.2 Which skills contribute the most to the final score of a team? Question: What makes the best player? Is it technique? Speed? Tactical assessment? Now that we have an approximation of the strength of players it might be interesting to see if we can find out what causes the strength differences. Method: I videotaped a single training session and afterwards counted a lot of variables for each person (a summary can be found in appendix 1). I conduct a simple linear regression with these variables as independent variables and the final strength (as obtained in this document) as the dependent variable. To avoid having too many variables I remove the variables which seem to have the least significant effect and rerun the regression. Results: Info for the regression Meervoudige correlatiecoëfficiënt R R-kwadraat Standard error Observations 15 Coefficient P-value Intercept Bal touched Bal gains (capturing) %passes correctly received Bal loss %passes correctly given elivian.nl

11 Observations: i. Only times touched the ball is significant. ii. Everything not listed in the results (e.g. #goals, #assists, #mistakes, #shots on goal) were removed as being very insignificant Interpretation i. The number of goals you make or assists you give seem a mediocre proxy for overall contribution to a team at best. ii. The most important thing seemed to touch the ball a lot. This indicates the importance of team play as receiving/giving passes is the dominant factor in number of times a player touched the ball. In fact every time you touch the ball you contribute (or avoid) 0.07 goals to your team. iii. Capturing the ball (e.g. directly from an opponent, intercepting a pass or when the ball ends up in an empty space) is the second most important. The predominant factor leading to this is speed and endurance. With unihockey (at this level) it often occurs that the ball ends up in an empty space and the fastest person will get the ball. The results seem to indicate that every time you capture a ball this yields your team 0.16 goal. iv. Passes correctly received is also pretty high. Possible once again due to its importance in team play. Conclusions: Team play, speed and endurance dominate the other skills. This might explain the difference in strength between men and women (as the women in the list score lower mainly on speed/endurance) 11 elivian.nl

12 5. The end 5.1 Conclusions Where I set out to investigate the differences between players and their complex interactions I found simplicity instead. I didn t find any evidence that a team is more than the sum of its parts. I didn t find any evidence of complex interactions which forces me to carefully conclude that there is superstition in selecting teams. Speed, endurance and team play (basic passing) seem to be the most important characteristics in determining the quality of a player. Technique, number of goals and ability to do solo actions seem of less importance. Based on eyeballing the data, experience seems to be of mediocre importance. So basing your selection on experience is better than choosing at random, but is inferior to actually looking at the skills of the players. 5.2 Implications for real life My personal lesson out of all this is that we aren t good at estimating contribution of a person to the common cause. Teams seemed to be made based on experience, goals made and who is your friend and superstitious beliefs. To me it seems likely that the same effects hold for example at work. In fact, the workplace might even be less transparent than sports because in sports you can see everything someone does at work not so much. So this is good news for people who are slacking (do you check facebook at work a lot?). If you are someone who is working hard the lesson seems to be to: not expect that people are able to see your contributions and don t blame them if they undervalue you. Sad lesson. A lesson which I ve learned for when I m a manager is that you probably will not be able to reward someone justly for what they are doing since you do not know how well they are doing. A focus on intrinsic motivation and trust therefore seem important. 5.3 Further reading I haven t read anything on this subject. I can recommend the movie: moneyball though. Don t expect any statistics, but it is about a real life success story of applying statistics to baseball and it is fun. A TED talk about a very similar subject is by Rajiv Maheswaran: The math behind basketball's wildest moves. It s interesting. 5.4 Feedback Let me know! Anything. feedback@elivian.nl. 5.5 Copyright None (public domain): do whatever you like with this article (and the 2 corresponding datasets). 12 elivian.nl

13 Appendix 1: video tape based statistics summary (full: elivian.nl/support/sports2.xlsx) Offense Teamplay Ball posession Defense Time played Shots on goal Goals %Goal Assists Ball touched (any ball contact except passing from A to B to A to B to A to B would only Passes count for 2 given %Passes given correctly (speed, direction, and height are all decent) Ball gain (capturin g the ball in some way) Ball loss Of which dangerous ball loss %passes correctly received (technically, quick ball control) Excellently defended (in between a dangerous pass, a good action as a goalie or returning to the defense quick enough to avoid a counter) Defense error (not being on ones knees when keeping, not returning to the defense fast enough, wrong position in front of goal) Time in field (min) (already corrected. All values in this sheet are normalized for a 20 minute play) Aa % % Ab % % Ac % % Ad % Af % % An % % Ap % % Ar % % Au % % Av % % Aw % % Bb % % Bc % % Bg % % Bh % % elivian.nl

windpro WP A15-Lingewaard WTGs Shadow receptor-input

windpro WP A15-Lingewaard WTGs Shadow receptor-input SHADOW - Main Result Calculation: SHADOW calculation (5 x V150 @ 166m, +LT CORR, NO MITIGATION) Maximum distance for influence Calculate only when more than 20 % of sun is covered by the blade Please look

More information

Navigate to the golf data folder and make it your working directory. Load the data by typing

Navigate to the golf data folder and make it your working directory. Load the data by typing Golf Analysis 1.1 Introduction In a round, golfers have a number of choices to make. For a particular shot, is it better to use the longest club available to try to reach the green, or would it be better

More information

Opleiding Informatica

Opleiding Informatica Opleiding Informatica Determining Good Tactics for a Football Game using Raw Positional Data Davey Verhoef Supervisors: Arno Knobbe Rens Meerhoff BACHELOR THESIS Leiden Institute of Advanced Computer Science

More information

Lesson 14: Modeling Relationships with a Line

Lesson 14: Modeling Relationships with a Line Exploratory Activity: Line of Best Fit Revisited 1. Use the link http://illuminations.nctm.org/activity.aspx?id=4186 to explore how the line of best fit changes depending on your data set. A. Enter any

More information

It s conventional sabermetric wisdom that players

It s conventional sabermetric wisdom that players The Hardball Times Baseball Annual 2009 How Do Pitchers Age? by Phil Birnbaum It s conventional sabermetric wisdom that players improve up to the age of 27, then start a slow decline that weeds them out

More information

y ) s x x )(y i (x i r = 1 n 1 s y Statistics Lecture 7 Exploring Data , y 2 ,y n (x 1 ),,(x n ),(x 2 ,y 1 How two variables vary together

y ) s x x )(y i (x i r = 1 n 1 s y Statistics Lecture 7 Exploring Data , y 2 ,y n (x 1 ),,(x n ),(x 2 ,y 1 How two variables vary together Statistics 111 - Lecture 7 Exploring Data Numerical Summaries for Relationships between Variables Administrative Notes Homework 1 due in recitation: Friday, Feb. 5 Homework 2 now posted on course website:

More information

Why We Should Use the Bullpen Differently

Why We Should Use the Bullpen Differently Why We Should Use the Bullpen Differently A look into how the bullpen can be better used to save runs in Major League Baseball. Andrew Soncrant Statistics 157 Final Report University of California, Berkeley

More information

Running head: DATA ANALYSIS AND INTERPRETATION 1

Running head: DATA ANALYSIS AND INTERPRETATION 1 Running head: DATA ANALYSIS AND INTERPRETATION 1 Data Analysis and Interpretation Final Project Vernon Tilly Jr. University of Central Oklahoma DATA ANALYSIS AND INTERPRETATION 2 Owners of the various

More information

Modeling Fantasy Football Quarterbacks

Modeling Fantasy Football Quarterbacks Augustana College Augustana Digital Commons Celebration of Learning Modeling Fantasy Football Quarterbacks Kyle Zeberlein Augustana College, Rock Island Illinois Myles Wallin Augustana College, Rock Island

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

How to Make, Interpret and Use a Simple Plot

How to Make, Interpret and Use a Simple Plot How to Make, Interpret and Use a Simple Plot A few of the students in ASTR 101 have limited mathematics or science backgrounds, with the result that they are sometimes not sure about how to make plots

More information

ORGANISING TRAINING SESSIONS

ORGANISING TRAINING SESSIONS 3 ORGANISING TRAINING SESSIONS Jose María Buceta 3.1. MAIN CHARACTERISTICS OF THE TRAINING SESSIONS Stages of a Training Session Goals of the Training Session Contents and Drills Working Routines 3.2.

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19 Chapter 13 Factorial ANOVA Patrick Mair 2015 Psych 1950 13 Factorial ANOVA 0 / 19 Today s Menu Now we extend our one-way ANOVA approach to two (or more) factors. Factorial ANOVA: two-way ANOVA, SS decomposition,

More information

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS Peter M. McGinnis, Physical Education Department, SUNY College at Cortland, Cortland, New York INTRODUCTION Running speed is an important determinant of

More information

Is lung capacity affected by smoking, sport, height or gender. Table of contents

Is lung capacity affected by smoking, sport, height or gender. Table of contents Sample project This Maths Studies project has been graded by a moderator. As you read through it, you will see comments from the moderator in boxes like this: At the end of the sample project is a summary

More information

Premium Report 27/07/2017

Premium Report 27/07/2017 TABL O COTT Images...1 Length Diagram...4 Pitch Diagram...5 Area Diagram...6 otes Diagram...7 Penetrations Diagram...8 Report ummary...9 MAURMT In this 3D model, facets appear as semi-transparent to reveal

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

DOE Golfer Experiment

DOE Golfer Experiment DOE Golfer Experiment A Design of Experiments Report Travis Anderson Jake Munger Deshun Xu 11/11/2008 INTRODUCTION We used Response Surface Methodology to optimize a golf putter. A face centered Central

More information

Lab 11: Introduction to Linear Regression

Lab 11: Introduction to Linear Regression Lab 11: Introduction to Linear Regression Batter up The movie Moneyball focuses on the quest for the secret of success in baseball. It follows a low-budget team, the Oakland Athletics, who believed that

More information

Evaluating The Best. Exploring the Relationship between Tom Brady s True and Observed Talent

Evaluating The Best. Exploring the Relationship between Tom Brady s True and Observed Talent Evaluating The Best Exploring the Relationship between Tom Brady s True and Observed Talent Heather Glenny, Emily Clancy, and Alex Monahan MCS 100: Mathematics of Sports Spring 2016 Tom Brady s recently

More information

Analyses of the Scoring of Writing Essays For the Pennsylvania System of Student Assessment

Analyses of the Scoring of Writing Essays For the Pennsylvania System of Student Assessment Analyses of the Scoring of Writing Essays For the Pennsylvania System of Student Assessment Richard Hill The National Center for the Improvement of Educational Assessment, Inc. April 4, 2001 Revised--August

More information

Lecture 22: Multiple Regression (Ordinary Least Squares -- OLS)

Lecture 22: Multiple Regression (Ordinary Least Squares -- OLS) Statistics 22_multiple_regression.pdf Michael Hallstone, Ph.D. hallston@hawaii.edu Lecture 22: Multiple Regression (Ordinary Least Squares -- OLS) Some Common Sense Assumptions for Multiple Regression

More information

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!!

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! PLEASE NOTE: DR.JAY'S INFALLIBLE BASEBALL SYSTEM is quite legally protected and fully copyrighted according to British and American law. We have used the advice

More information

Grade: 8. Author(s): Hope Phillips

Grade: 8. Author(s): Hope Phillips Title: Tying Knots: An Introductory Activity for Writing Equations in Slope-Intercept Form Prior Knowledge Needed: Grade: 8 Author(s): Hope Phillips BIG Idea: Linear Equations how to analyze data from

More information

An Overview: 5000 MW Ultramega Solar Park at Dholera. For the positive response to Expression of Interest (EoI)

An Overview: 5000 MW Ultramega Solar Park at Dholera. For the positive response to Expression of Interest (EoI) An Overview: 5000 MW Ultramega Solar Park at Dholera For the positive response to Expression of Interest (EoI) Outline Location Plant Capacity. Status of the project Modalities of implementation of Solar

More information

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful?

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful? Averages October 19, 2005 Discussion item: When we talk about an average, what exactly do we mean? When are they useful? 1 The Arithmetic Mean When we talk about an average, we can mean different things

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

MONEYBALL. The Power of Sports Analytics The Analytics Edge

MONEYBALL. The Power of Sports Analytics The Analytics Edge MONEYBALL The Power of Sports Analytics 15.071 The Analytics Edge The Story Moneyball tells the story of the Oakland A s in 2002 One of the poorest teams in baseball New ownership and budget cuts in 1995

More information

The MACC Handicap System

The MACC Handicap System MACC Racing Technical Memo The MACC Handicap System Mike Sayers Overview of the MACC Handicap... 1 Racer Handicap Variability... 2 Racer Handicap Averages... 2 Expected Variations in Handicap... 2 MACC

More information

Appendix B-2: General Population Codebook

Appendix B-2: General Population Codebook Appendix B-2: General Population Codebook APPENDIX B-2 1 Codebook Name: GP_CODEBOOK Date: April 16, 2013 Number of Variables in Codebook: 54 Data Record Length: 59 Var. 1 Fmt: N1 Col: 1 Name: WAVE (A)

More information

Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement

Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement SPORTSCIENCE sportsci.org Original Research / Performance Competitive Performance of Elite Olympic-Distance Triathletes: Reliability and Smallest Worthwhile Enhancement Carl D Paton, Will G Hopkins Sportscience

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

Practice Test Unit 6B/11A/11B: Probability and Logic

Practice Test Unit 6B/11A/11B: Probability and Logic Note to CCSD Pre-Algebra Teachers: 3 rd quarter benchmarks begin with the last 2 sections of Chapter 6, and then address Chapter 11 benchmarks; logic concepts are also included. We have combined probability

More information

Benefits in effective scouting:

Benefits in effective scouting: Why Scout? This scouting information will prepare the coach to create a realistic training environment that specifically is designed to compete against the opponent. Professional scouting is a very meticulous

More information

Section I: Multiple Choice Select the best answer for each problem.

Section I: Multiple Choice Select the best answer for each problem. Inference for Linear Regression Review Section I: Multiple Choice Select the best answer for each problem. 1. Which of the following is NOT one of the conditions that must be satisfied in order to perform

More information

Building an NFL performance metric

Building an NFL performance metric Building an NFL performance metric Seonghyun Paik (spaik1@stanford.edu) December 16, 2016 I. Introduction In current pro sports, many statistical methods are applied to evaluate player s performance and

More information

Chapter. 1 Who s the Best Hitter? Averages

Chapter. 1 Who s the Best Hitter? Averages Chapter 1 Who s the Best Hitter? Averages The box score, being modestly arcane, is a matter of intense indifference, if not irritation, to the non-fan. To the baseball-bitten, it is not only informative,

More information

Practice Test Unit 06B 11A: Probability, Permutations and Combinations. Practice Test Unit 11B: Data Analysis

Practice Test Unit 06B 11A: Probability, Permutations and Combinations. Practice Test Unit 11B: Data Analysis Note to CCSD HS Pre-Algebra Teachers: 3 rd quarter benchmarks begin with the last 2 sections of Chapter 6 (probability, which we will refer to as 6B), and then address Chapter 11 benchmarks (which will

More information

Warm-up. Make a bar graph to display these data. What additional information do you need to make a pie chart?

Warm-up. Make a bar graph to display these data. What additional information do you need to make a pie chart? Warm-up The number of deaths among persons aged 15 to 24 years in the United States in 1997 due to the seven leading causes of death for this age group were accidents, 12,958; homicide, 5,793; suicide,

More information

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction

SPATIAL STATISTICS A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS. Introduction A SPATIAL ANALYSIS AND COMPARISON OF NBA PLAYERS KELLIN RUMSEY Introduction The 2016 National Basketball Association championship featured two of the leagues biggest names. The Golden State Warriors Stephen

More information

Do Clutch Hitters Exist?

Do Clutch Hitters Exist? Do Clutch Hitters Exist? David Grabiner SABRBoston Presents Sabermetrics May 20, 2006 http://remarque.org/~grabiner/bosclutch.pdf (Includes some slides skipped in the original presentation) 1 Two possible

More information

A V C A - B A D G E R R E G I O N E D U C A T I O N A L T I P O F T H E W E E K

A V C A - B A D G E R R E G I O N E D U C A T I O N A L T I P O F T H E W E E K A V C A - B A D G E R R E G I O N E D U C A T I O N A L T I P O F T H E W E E K P E R F O R M A N C E B E N C H M A R K S ( S T A T S ) F O R T H E R E S T O F U S KYLE MASHIMA, ROTATE23 AND SOLOSTATS23

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 2 We re going to look at a tennis game Assume two players (Federer and Nadal) Where Nadal is at the net Federer RIGHT Nadal right Viewpoint LEFT le- 3

More information

The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD

The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD Outline Definition. Deriving the Estimates. Properties of the Estimates. Units of Measurement and Functional Form. Expected

More information

save percentages? (Name) (University)

save percentages? (Name) (University) 1 IB Maths Essay: What is the correlation between the height of football players and their save percentages? (Name) (University) Table of Contents Raw Data for Analysis...3 Table 1: Raw Data...3 Rationale

More information

Bivariate Data. Frequency Table Line Plot Box and Whisker Plot

Bivariate Data. Frequency Table Line Plot Box and Whisker Plot U04 D02 Univariate Data Frequency Table Line Plot Box and Whisker Plot Univariate Data Bivariate Data involving a single variable does not deal with causes or relationships the major purpose of univariate

More information

This page intentionally left blank

This page intentionally left blank PART III BASKETBALL This page intentionally left blank 28 BASKETBALL STATISTICS 101 The Four- Factor Model For each player and team NBA box scores track the following information: two- point field goals

More information

WHAT CAN WE LEARN FROM COMPETITION ANALYSIS AT THE 1999 PAN PACIFIC SWIMMING CHAMPIONSHIPS?

WHAT CAN WE LEARN FROM COMPETITION ANALYSIS AT THE 1999 PAN PACIFIC SWIMMING CHAMPIONSHIPS? WHAT CAN WE LEARN FROM COMPETITION ANALYSIS AT THE 1999 PAN PACIFIC SWIMMING CHAMPIONSHIPS? Bruce Mason and Jodi Cossor Biomechanics Department, Australian Institute of Sport, Canberra, Australia An analysis

More information

Lesson 3 Pre-Visit Teams & Players by the Numbers

Lesson 3 Pre-Visit Teams & Players by the Numbers Lesson 3 Pre-Visit Teams & Players by the Numbers Objective: Students will be able to: Review how to find the mean, median and mode of a data set. Calculate the standard deviation of a data set. Evaluate

More information

Taking Your Class for a Walk, Randomly

Taking Your Class for a Walk, Randomly Taking Your Class for a Walk, Randomly Daniel Kaplan Macalester College Oct. 27, 2009 Overview of the Activity You are going to turn your students into an ensemble of random walkers. They will start at

More information

Darrell Klassen Inner Circle

Darrell Klassen Inner Circle Darrell Klassen Inner Circle PUTTING SPECIAL REPORT #2 In this report, I will be covering the information you ve seen in Putting Videos #2, 3, and 4. But first, I just wanted to make sure you have been

More information

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions Announcements Announcements Lecture 19: Inference for SLR & Statistics 101 Mine Çetinkaya-Rundel April 3, 2012 HW 7 due Thursday. Correlation guessing game - ends on April 12 at noon. Winner will be announced

More information

Besides the reported poor performance of the candidates there were a number of mistakes observed on the assessment tool itself outlined as follows:

Besides the reported poor performance of the candidates there were a number of mistakes observed on the assessment tool itself outlined as follows: MATHEMATICS (309/1) REPORT The 2013 Mathematics (309/1) paper was of average standard. The paper covered a wide range of the syllabus. It was neither gender bias nor culture bias. It did not have language

More information

The Effect of Drunk Driving Script Madeline McNamara Edgar Snyder Words to be Heard

The Effect of Drunk Driving Script Madeline McNamara Edgar Snyder Words to be Heard The Effect of Drunk Driving Script Madeline McNamara Edgar Snyder Words to be Heard 1 This is the script for an activity to be enacted with a large group of teens who are unaware of the intent of the game.

More information

Held by Held by Held by Secondary. Total Primary Secondary Special/ Federation

Held by Held by Held by Secondary. Total Primary Secondary Special/ Federation SCHOOLS FORUM ITEM NO: 81.00 Schools Excess Balances brought forward to 201415 Purpose of the Report 1 The purpose of this report is to provide details of School Balances carried forward, particularly

More information

A Study of Olympic Winning Times

A Study of Olympic Winning Times Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 05/15/ A Study of Olympic Winning Times Objective: Students will graph data, determine a line that models

More information

Clutch Hitters Revisited Pete Palmer and Dick Cramer National SABR Convention June 30, 2008

Clutch Hitters Revisited Pete Palmer and Dick Cramer National SABR Convention June 30, 2008 Clutch Hitters Revisited Pete Palmer and Dick Cramer National SABR Convention June 30, 2008 Do clutch hitters exist? More precisely, are there any batters whose performance in critical game situations

More information

STAT 625: 2000 Olympic Diving Exploration

STAT 625: 2000 Olympic Diving Exploration Corey S Brier, Department of Statistics, Yale University 1 STAT 625: 2000 Olympic Diving Exploration Corey S Brier Yale University Abstract This document contains a preliminary investigation of data from

More information

Introduction. Level 1

Introduction. Level 1 Introduction Game Analysis is the second teaching and learning resource in the Science Through Sport series. The series is designed to reinforce scientific and mathematical principles using sport science

More information

5 REASONS WHY YOU WILL NEVER BE SUCCESSFUL AT FOOTBALL BETTING

5 REASONS WHY YOU WILL NEVER BE SUCCESSFUL AT FOOTBALL BETTING 5 REASONS WHY YOU WILL NEVER BE SUCCESSFUL AT FOOTBALL BETTING INTRODUCTION First of all let me congratulate you for downloading this short report. I am jumping off immediately to the main business here

More information

Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present)

Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present) Major League Baseball Offensive Production in the Designated Hitter Era (1973 Present) Jonathan Tung University of California, Riverside tung.jonathanee@gmail.com Abstract In Major League Baseball, there

More information

Gamblers Favor Skewness, Not Risk: Further Evidence from United States Lottery Games

Gamblers Favor Skewness, Not Risk: Further Evidence from United States Lottery Games Gamblers Favor Skewness, Not Risk: Further Evidence from United States Lottery Games Thomas A. Garrett Russell S. Sobel Department of Economics West Virginia University Morgantown, West Virginia 26506

More information

Assessment Schedule 2016 Mathematics and Statistics: Demonstrate understanding of chance and data (91037)

Assessment Schedule 2016 Mathematics and Statistics: Demonstrate understanding of chance and data (91037) NCEA Level 1 Mathematics and Statistics (91037) 2016 page 1 of 8 Assessment Schedule 2016 Mathematics and Statistics: Demonstrate understanding of chance and data (91037) Evidence Statement One Expected

More information

Winning 10U Defensive Strategy

Winning 10U Defensive Strategy Winning 10U Defensive Strategy If you haven t read the "Defensive Strategy for 8U" let me direct you to that page. You will find many items from that article will still hold true for the Winning 10U softball

More information

1. OVERVIEW OF METHOD

1. OVERVIEW OF METHOD 1. OVERVIEW OF METHOD The method used to compute tennis rankings for Iowa girls high school tennis http://ighs-tennis.com/ is based on the Elo rating system (section 1.1) as adopted by the World Chess

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2016 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

It s Not About You, Coach: A message to Youth Baseball Coaches

It s Not About You, Coach: A message to Youth Baseball Coaches It s Not About You, Coach: A message to Youth Baseball Coaches We don t know it all. We ve learned plenty, though, and it seems that we learn quite a bit more with each passing season. We wouldn t go so

More information

Conceal Defense Basic Explanation and Purpose The is an initial defensive alignment I saw watching a community college game a few

Conceal Defense Basic Explanation and Purpose The is an initial defensive alignment I saw watching a community college game a few 1-1-1-2 Conceal Defense Basic Explanation and Purpose The 1-1-1-2 is an initial defensive alignment I saw watching a community college game a few years back and really think is neat. Hadn t seen it before,

More information

DISMAS Evaluation: Dr. Elizabeth C. McMullan. Grambling State University

DISMAS Evaluation: Dr. Elizabeth C. McMullan. Grambling State University DISMAS Evaluation 1 Running head: Project Dismas Evaluation DISMAS Evaluation: 2007 2008 Dr. Elizabeth C. McMullan Grambling State University DISMAS Evaluation 2 Abstract An offender notification project

More information

Analysis of Variance. Copyright 2014 Pearson Education, Inc.

Analysis of Variance. Copyright 2014 Pearson Education, Inc. Analysis of Variance 12-1 Learning Outcomes Outcome 1. Understand the basic logic of analysis of variance. Outcome 2. Perform a hypothesis test for a single-factor design using analysis of variance manually

More information

When Should Bonds be Walked Intentionally?

When Should Bonds be Walked Intentionally? When Should Bonds be Walked Intentionally? Mark Pankin SABR 33 July 10, 2003 Denver, CO Notes provide additional information and were reminders to me for making the presentation. They are not supposed

More information

Announcements. % College graduate vs. % Hispanic in LA. % College educated vs. % Hispanic in LA. Problem Set 10 Due Wednesday.

Announcements. % College graduate vs. % Hispanic in LA. % College educated vs. % Hispanic in LA. Problem Set 10 Due Wednesday. Announcements Announcements UNIT 7: MULTIPLE LINEAR REGRESSION LECTURE 1: INTRODUCTION TO MLR STATISTICS 101 Problem Set 10 Due Wednesday Nicole Dalzell June 15, 2015 Statistics 101 (Nicole Dalzell) U7

More information

PROPOSAL TO IGC PLENARY 2017 Year 1. From USA. PROPOSAL to change the calculation of speed points and distance points.

PROPOSAL TO IGC PLENARY 2017 Year 1. From USA. PROPOSAL to change the calculation of speed points and distance points. PROPOSAL TO IGC PLENARY 2017 Year 1 From USA PROPOSAL to change the calculation of speed points and distance points. SUMMARY This proposal affects Annex A. The proposal argues that the current scoring

More information

Pass Protection Manual

Pass Protection Manual Pass Protection Manual Presented by Football-Offense.com Joe Daniel Football-Offense.com Please do not copy or distribute this digital ebook without the written consent of the author. This ebook is available

More information

Teachings From An American Style Fighter Kite

Teachings From An American Style Fighter Kite Teachings From An American Style Fighter Kite When flying a fighter kite, one of my goals is to adjust the kite so its flight characteristics match, as close as possible, the way I want the kite to fly.

More information

Ocean Waves and Graphs

Ocean Waves and Graphs Ocean Waves and Graphs A group of science students was on a kayaking trip in Puget Sound. They noticed that different waves seemed to travel at different speeds. One student described some waves as traveling

More information

Journal of Quantitative Analysis in Sports

Journal of Quantitative Analysis in Sports Journal of Quantitative Analysis in Sports Volume 1, Issue 1 2005 Article 5 Determinants of Success in the Olympic Decathlon: Some Statistical Evidence Ian Christopher Kenny Dan Sprevak Craig Sharp Colin

More information

The final set in a tennis match: four years at Wimbledon 1

The final set in a tennis match: four years at Wimbledon 1 Published as: Journal of Applied Statistics, Vol. 26, No. 4, 1999, 461-468. The final set in a tennis match: four years at Wimbledon 1 Jan R. Magnus, CentER, Tilburg University, the Netherlands and Franc

More information

Hitting The Driver Made Easy

Hitting The Driver Made Easy Table of Contents Introduction 3 Equipment 4 The Golf Shaft 4 The Golf Grip 5 The Club Head 6 Equipment Summary 7 The Setup And Swing 9 The Grip 10 Ball Position 12 Alignment 12 Posture 14 The Take-Away

More information

a) List and define all assumptions for multiple OLS regression. These are all listed in section 6.5

a) List and define all assumptions for multiple OLS regression. These are all listed in section 6.5 Prof. C. M. Dalton ECN 209A Spring 2015 Practice Problems (After HW1, HW2, before HW3) CORRECTED VERSION Question 1. Draw and describe a relationship with heteroskedastic errors. Support your claim with

More information

Extra: What is the minimum (fewest) number of train cars that it would take to hold all those passengers at once, if each car holds 12 passengers?

Extra: What is the minimum (fewest) number of train cars that it would take to hold all those passengers at once, if each car holds 12 passengers? Problem of the Week Teacher Packet Zoo Train The zoo has a train that carries people between exhibits. One morning the first passengers got on at Monkey House. At Alligator Pond the number of people who

More information

11 Ways Youth Baseball Parents Can Support Their Coach

11 Ways Youth Baseball Parents Can Support Their Coach 11 Ways Youth Baseball Parents Can Support Their Coach spiderselite.com/2015/07/22/baseball-parents-support-coach/ Coach Jon Youth baseball parents have a difficult job. On top of making sure your child

More information

The Most Important Letter You ll Ever Read Before You Play Your Next Game Of Golf!

The Most Important Letter You ll Ever Read Before You Play Your Next Game Of Golf! [handwritten above headline: Absolutely free, if you choose!] If you love golf you re gonna freak out over these dirty little secrets! The Most Important Letter You ll Ever Read Before You Play Your Next

More information

SUMMARIZING FROG AND TOAD COUNT DATA

SUMMARIZING FROG AND TOAD COUNT DATA SUMMARIZING FROG AND TOAD COUNT DATA This set of protocols will take you through all the steps necessary for summarizing the frog and toad data for each NAAMP route that was been assigned to you. BEFORE

More information

Minimal influence of wind and tidal height on underwater noise in Haro Strait

Minimal influence of wind and tidal height on underwater noise in Haro Strait Minimal influence of wind and tidal height on underwater noise in Haro Strait Introduction Scott Veirs, Beam Reach Val Veirs, Colorado College December 2, 2007 Assessing the effect of wind and currents

More information

Citation for published version (APA): Canudas Romo, V. (2003). Decomposition Methods in Demography Groningen: s.n.

Citation for published version (APA): Canudas Romo, V. (2003). Decomposition Methods in Demography Groningen: s.n. University of Groningen Decomposition Methods in Demography Canudas Romo, Vladimir IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please

More information

ASTERISK OR EXCLAMATION POINT?: Power Hitting in Major League Baseball from 1950 Through the Steroid Era. Gary Evans Stat 201B Winter, 2010

ASTERISK OR EXCLAMATION POINT?: Power Hitting in Major League Baseball from 1950 Through the Steroid Era. Gary Evans Stat 201B Winter, 2010 ASTERISK OR EXCLAMATION POINT?: Power Hitting in Major League Baseball from 1950 Through the Steroid Era by Gary Evans Stat 201B Winter, 2010 Introduction: After a playerʼs strike in 1994 which resulted

More information

Session 2: Introduction to Multilevel Modeling Using SPSS

Session 2: Introduction to Multilevel Modeling Using SPSS Session 2: Introduction to Multilevel Modeling Using SPSS Exercise 1 Description of Data: exerc1 This is a dataset from Kasia Kordas s research. It is data collected on 457 children clustered in schools.

More information

Developing a Javelin Run-Up

Developing a Javelin Run-Up 6 Developing a Javelin Run-Up By Duncan Atwood Developing the run-up in the javelin can be a struggle. Done well, the run-up can add up to 80 feet to a throw. Done poorly, a full run can subtract distance

More information

1 Streaks of Successes in Sports

1 Streaks of Successes in Sports 1 Streaks of Successes in Sports It is very important in probability problems to be very careful in the statement of a question. For example, suppose that I plan to toss a fair coin five times and wonder,

More information

COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON

COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON COMPLETING THE RESULTS OF THE 2013 BOSTON MARATHON Dorit Hammerling 1, Matthew Cefalu 2, Jessi Cisewski 3, Francesca Dominici 2, Giovanni Parmigiani 2,4, Charles Paulson 5, Richard Smith 1,6 1 Statistical

More information

Peer Effect in Sports: A Case Study in Speed. Skating and Swimming

Peer Effect in Sports: A Case Study in Speed. Skating and Swimming Peer Effect in Sports: A Case Study in Speed Skating and Swimming Tue Nguyen Advisor: Takao Kato 1 Abstract: Peer effect is studied for its implication in the workplace, schools and sports. Sports provide

More information

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters.

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Student Names:,, OBJECTIVE: Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Each group gets their own object, a meter stick, and 7 new

More information

1. Answer this student s question: Is a random sample of 5% of the students at my school large enough, or should I use 10%?

1. Answer this student s question: Is a random sample of 5% of the students at my school large enough, or should I use 10%? Econ 57 Gary Smith Fall 2011 Final Examination (150 minutes) No calculators allowed. Just set up your answers, for example, P = 49/52. BE SURE TO EXPLAIN YOUR REASONING. If you want extra time, you can

More information

Primary Objectives. Content Standards (CCSS) Mathematical Practices (CCMP) Materials

Primary Objectives. Content Standards (CCSS) Mathematical Practices (CCMP) Materials ODDSBALLS When is it worth buying a owerball ticket? Mathalicious 204 lesson guide Everyone knows that winning the lottery is really, really unlikely. But sometimes those owerball jackpots get really,

More information

Target Density Lab SCIENTIFIC. Density Inquiry Lab Activities. Introduction. Concepts. Materials. Safety Precautions. Preparation

Target Density Lab SCIENTIFIC. Density Inquiry Lab Activities. Introduction. Concepts. Materials. Safety Precautions. Preparation Target Density Lab Density Inquiry Lab Activities SCIENTIFIC Introduction The concept of density is reinforced as students measure the volume and mass of an unknown liquid in a graduated cylinder, graph

More information

ANOVA - Implementation.

ANOVA - Implementation. ANOVA - Implementation http://www.pelagicos.net/classes_biometry_fa17.htm Doing an ANOVA With RCmdr Categorical Variable One-Way ANOVA Testing a single Factor dose with 3 treatments (low, mid, high) Doing

More information

BIOL 101L: Principles of Biology Laboratory

BIOL 101L: Principles of Biology Laboratory BIOL 101L: Principles of Biology Laboratory Sampling populations To understand how the world works, scientists collect, record, and analyze data. In this lab, you will learn concepts that pertain to these

More information