Solution Let us regress percentage of games versus total payroll.

Size: px
Start display at page:

Download "Solution Let us regress percentage of games versus total payroll."

Transcription

1 Assignment 3, MATH 2560, Due November 16th Question 1: all graphs and calculations have to be done using the computer The following table gives the 1999 payroll (rounded to the nearest million dolars) and the percentage of games won during the 1999 season by each of the American League baseball teams. Team Total Payroll (millions) Percentage of games won Anaheim Angels Baltimore Orioles Boston Red Sox Chicago White Sox Cleveland Indians Detroit Tigers Kansas City Royals Minnesota Twins New York Yankees Oakland A s Seattle Mariners Tampa Bay Devil Rays Texas Rangers Toronto Blue Jays (a) Find the least squares regression line with total payroll as an independent variable and percentage of games won as a dependent variable. (b) Give the residuals and verify that their sum is equal to 0. Plot these residuals versus total payroll. What do you observe? (c) What is the proportion of the total variation which is due to regression? (d) Predict the percentage of games won for a team with a total payroll of $38 million. (e) Compute the correlation coefficient between total payroll and percentage of games won. What happens to this correlation coefficient is payroll is expressed in dollars instead of million of dollars? Solution Let us regress percentage of games versus total payroll. MTB > set c1 DATA> DATA> end MTB > set c2 DATA> DATA> end MTB > regress c2 1 on c1 The regression equation is C2 = C1 1

2 Predictor Coef Stdev tratio p Constant C s = Rsq = 54.9% Rsq(adj) = 51.1% Analysis of Variance SOURCE DF SS MS F p Regression Error Total Unusual Observations Obs. C1 C2 Fit Stdev.Fit Residual St.Resid R R denotes an obs. with a large st. resid. (a) The regression line is therefore C2 = C1 Let us now compute the fitted values Ŷi, i = 1,..., 14, the residuals e i = Y i Ŷi, i = 1,..., 14, and do the residual plot of e i versus X i. MTB > let C3= *C1 MTB > write C MTB > let C4=C2C3 MTB > write C

3 MTB > plot c4 c1 C4 * 6.0+ * * * * * * * * * 6.0+ * * C Let us verify that the sum of the residuals is 0, compute the correlation coefficient and verify that the square of the correlation coefficient is equal to R 2 = R sq = 54.9%. MTB > sum C4 SUM = MTB > correlate c1 c2 Correlation of C1 and C2 = MTB > let c5=0.741*0.741 MTB > write c (b) The residuals are given by C4 above. The computer output for the sum of residuals is not zero due to roundoff errors but we have shown in class that when calculations are done precisely, the sum of the residuals is zero. The 3

4 residual plot show that the residuals are randomly dsitributed about the line e = 0. (c) The proportion of total variation due to regression is given bt R sq = 54.9%. MTB > let c6= *38 MTB > write c (d) The expected percentage of games won if the total payroll is 38 is (e) The output above confirms that R 2 = R sq = 54.9% is equal to the square of the correlation coefficient. Question2 The probability that a person favors genetic engineering is.55 and the prabability that a person is against it is.45. Two persons are randomly selected, and it is observed whether they favour or oppose genetic engineering. (a) Draw a tree diagram for this experiment Solution: From the root of the tree come out 2 branches Y and N with respective probabilities.55 and.45. Then out of Y and out of N come 2 branches Y and N with respective probabilities.55 and.45. (b) Find the probability that at least one of the two persons favours genetic engineering. Solution: The set of all possble outcomes is {(Y Y ), (Y N), (NY ), (NN))}. probability that at least one of the persons favours genetic engineering is P (Y Y, Y N, NY ) = P (Y Y ) + P (Y N) + P (NY ) = P (Y )P (Y ) + P (Y )P (N) + P (N)P (Y ) = (.45) +.45(.55) Question 3 A player plays a game of roulette in a casino by betting on a single number each time. Since the wheel has 38 numbers, the probability that the player will win in a single play is 1/38. Note that each play of the game is independent of the previous play. (a) Find the probability that the player will win for the first time on the 10th play. Solution: Let W denote winning and L losing. Then the probability that the player will win for the first time on the 10th play is since the plays are independent. P (LLLLLLLLLW ) = ( ) (b) Find the probability that it takes the player more than 50 plays to win for the first time. The 4

5 Solution: P (51 wins before) + P (52 wins before) + P (53 wins before) +...)nonumber (0.1) i=50 = 1 P (the player will win for the first time on the ith play) = 1 i=1 ( i=50 i=1 ( )i 1 38 ). (0.2) (c) The gambler claims that since he has one chance in 38 of winning each time he plays, he is certain to win at least once if he plays 38 times. Does this sound reasonable to you? Find the probability that he will win at least once in 38 plays. Solution: The player cannot be certain he will win, of course. His probability of winning at least once in 38 plays is the probability of winning once plus the probability of winning twice plus etc...plus the probability of winning 38 times. But this is also equal to 1 minus the probability of never winning which is 1 ( )38 = = So, the player has a 63.7% chance of winning only! Question 4 A hotel owner has determined that 83% of the hotel s guests eat either dinner or breakfast in the restaurant. Further investigation reveals that 30% of the guests eat dinner and 60% of the guests eat breakfast in the hotel restaurant. (a) What proportion of the hotel guests eat both dinner and breakfast in the hotel restaurant? Solution: Let B be the event of eating breakfast at the restaurant, L eating lunch and D dinner. P (B D) =.83 = P (B) + P (D) P (B D) = P (B D). So, P (B D) =.9.83 =.07. (b) What proportion of the hotel guests eat neither dinner nor breakfast in the hotel restaurant? Solution:P (B c D c ) = P ((B D) c ) = 1 P (B D) = 1.07 =.93. (c) What proportion of the hotel guests eat dinner but not breakfast in the hotel restaurant? Solution:P (D B c ) = P (D) P (D B) =.3.07 =.23. 5

6 Question 5 Let X be the number of errors that appear on a randomly selected page of a book. The following table lists the probability distribution of X. x P(x) (a) Find the mean and standard deviation of X. Solution: µ X = 0(.73) + 1(.16) + 2(.06) + 3(.04) + 4(.01) =.44 and σ 2 X = (0.44) 2 (.73)+(1.44) 2 (.16)+(2.44) 2 (.06)+(3.44) 2 (.04)+(4.44) 2 (.01) = Therefore σ = (b) Two pages are selected at random. We denote X 1 the number of errors on the first page and X 2 the number of errors on the second page. We assume that the errors on different pages are independent. Find the mean and standard deviation of X 1 + X 2. Solution:µ X1 +X 2 =.88, σ 2 X 1 +X 2 = σ 2 X 1 + σ 2 X 2 = and σ X1 +X 2 = (c) Two pages are selected at random. We denote X 1 the number of errors on the first page and X 2 the number of errors on the second page. We assume that the errors on different pages are not independent and their correlation coefficient is ρ =.3. Find the mean and standard deviation of X 1 + X 2. Solution:µ X1 +X 2 =.88, σ 2 X 1 +X 2 = σ 2 X 1 + σ 2 X 2 + 2ρσ X1 σ X2 = (.3) ( ) 2 = Question 6 A school teacher gives a 50question multiple choice exam in which each question has four choices. The scoring includes a penalty for guessing and each wrong answer costs 1/2 point. For example, if a student answers 35 questions correctly, eight incorrectly, and does not answer 7 questions, the total score for this student will be 35 (1/2)8 = 31. (a) What is the expected score of a student who answers 38 questions correctly and guesses on the other 12 questions? Assume that the student randomly chooses one of the four answers for each of the 12 guesses questions. Solution: Let X be the number of points a student gets on a question for which he guesses the answer. If he guesses right x = 1 ad this happens with probability.25 since there are 4 choices for each question. If he guesses wrong, x =.5 and this happens with probability.75. So, the total number of points is Y = 38 + X and therefore µ y = µ x = (.25 (.5)(.75)) = 36.5 (b) Does a student increase his expected score by guessing on a question if he has no idea what the correct answer is? Explain. Solution: If a student does not guess on an expected score and does not answer the questions, then his expected score is 38. So, the expcted mark is higher if the student does not guess. (c) Does a student increase her expected score by guessing on a question for which she can eliminate one of the wrong answers? Explain. Solution: If the student can eliminate one of the answers, then X takes the value 1 with probability 1/3 and the value.5 with probability 2/3. In this case µ y = 6

7 38 + µ x = ( 1 3 (.5) ( 2 3 )) = 38. As we can see, in this case, the expected value is the same. So, it does not matter whether the student guesses or not. 7

Organizing Topic: Data Analysis

Organizing Topic: Data Analysis Organizing Topic: Data Analysis Mathematical Goals: Students will analyze and interpret univariate data using measures of central tendency and dispersion. Students will calculate the z-scores for data.

More information

1. The parameters to be estimated in the simple linear regression model Y=α+βx+ε ε~n(0,σ) are: a) α, β, σ b) α, β, ε c) a, b, s d) ε, 0, σ

1. The parameters to be estimated in the simple linear regression model Y=α+βx+ε ε~n(0,σ) are: a) α, β, σ b) α, β, ε c) a, b, s d) ε, 0, σ STA 3024 Practice Problems Exam 2 NOTE: These are just Practice Problems. This is NOT meant to look just like the test, and it is NOT the only thing that you should study. Make sure you know all the material

More information

Regression Analysis: A Complete Example

Regression Analysis: A Complete Example Regression Analysis: A Complete Example This section works out an example that includes all the topics we have discussed so far in this chapter. A complete example of regression analysis. PhotoDisc, Inc./Getty

More information

Yankee Stadium Party Suites

Yankee Stadium Party Suites Yankee Stadium Party Suites Party Suites A Renowned Host The New York Yankees are the most storied franchise in sports history, characterized by tradition, extraordinary achievements and championship moments.

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025. Elementary Statistics and Inference S:05 or 7P:05 Lecture Elementary Statistics and Inference S:05 or 7P:05 Chapter 7 A. The Expected Value In a chance process (probability experiment) the outcomes of

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025. Elementary Statistics and Inference 22S:025 or 7P:025 Lecture 20 1 Elementary Statistics and Inference 22S:025 or 7P:025 Chapter 16 (cont.) 2 D. Making a Box Model Key Questions regarding box What numbers

More information

INTRODUCTION TO MULTIPLE CORRELATION

INTRODUCTION TO MULTIPLE CORRELATION CHAPTER 13 INTRODUCTION TO MULTIPLE CORRELATION Chapter 12 introduced you to the concept of partialling and how partialling could assist you in better interpreting the relationship between two primary

More information

Section 6.1 Discrete Random variables Probability Distribution

Section 6.1 Discrete Random variables Probability Distribution Section 6.1 Discrete Random variables Probability Distribution Definitions a) Random variable is a variable whose values are determined by chance. b) Discrete Probability distribution consists of the values

More information

2. Simple Linear Regression

2. Simple Linear Regression Research methods - II 3 2. Simple Linear Regression Simple linear regression is a technique in parametric statistics that is commonly used for analyzing mean response of a variable Y which changes according

More information

A DERIVATION OF THE PYTHAGOREAN WON-LOSS FORMULA IN BASEBALL

A DERIVATION OF THE PYTHAGOREAN WON-LOSS FORMULA IN BASEBALL A DERIVATION OF THE PYTHAGOREAN WON-LOSS FORMULA IN BASEBALL STEVEN J. MILLER Abstract. It has been noted that in many professional sports leagues a good predictor of a RS team s end of season won-loss

More information

4. Multiple Regression in Practice

4. Multiple Regression in Practice 30 Multiple Regression in Practice 4. Multiple Regression in Practice The preceding chapters have helped define the broad principles on which regression analysis is based. What features one should look

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

International Statistical Institute, 56th Session, 2007: Phil Everson

International Statistical Institute, 56th Session, 2007: Phil Everson Teaching Regression using American Football Scores Everson, Phil Swarthmore College Department of Mathematics and Statistics 5 College Avenue Swarthmore, PA198, USA E-mail: peverso1@swarthmore.edu 1. Introduction

More information

Using Baseball Data as a Gentle Introduction to Teaching Linear Regression

Using Baseball Data as a Gentle Introduction to Teaching Linear Regression Creative Education, 2015, 6, 1477-1483 Published Online August 2015 in SciRes. http://www.scirp.org/journal/ce http://dx.doi.org/10.4236/ce.2015.614148 Using Baseball Data as a Gentle Introduction to Teaching

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

An econometric analysis of the 2013 major league baseball season

An econometric analysis of the 2013 major league baseball season An econometric analysis of the 2013 major league baseball season ABSTRACT Steven L. Fullerton New Mexico State University Thomas M. Fullerton, Jr. University of Texas at El Paso Adam G. Walke University

More information

AMS 5 CHANCE VARIABILITY

AMS 5 CHANCE VARIABILITY AMS 5 CHANCE VARIABILITY The Law of Averages When tossing a fair coin the chances of tails and heads are the same: 50% and 50%. So if the coin is tossed a large number of times, the number of heads and

More information

PROBATE LAW CASE SUMMARY

PROBATE LAW CASE SUMMARY Every month I summarize the most important probate cases in Michigan. Now I publish my summaries as a service to colleagues and friends. I hope you find these summaries useful and I am always interested

More information

TRINITY COLLEGE. Faculty of Engineering, Mathematics and Science. School of Computer Science & Statistics

TRINITY COLLEGE. Faculty of Engineering, Mathematics and Science. School of Computer Science & Statistics UNIVERSITY OF DUBLIN TRINITY COLLEGE Faculty of Engineering, Mathematics and Science School of Computer Science & Statistics BA (Mod) Enter Course Title Trinity Term 2013 Junior/Senior Sophister ST7002

More information

" Y. Notation and Equations for Regression Lecture 11/4. Notation:

 Y. Notation and Equations for Regression Lecture 11/4. Notation: Notation: Notation and Equations for Regression Lecture 11/4 m: The number of predictor variables in a regression Xi: One of multiple predictor variables. The subscript i represents any number from 1 through

More information

Univariate Regression

Univariate Regression Univariate Regression Correlation and Regression The regression line summarizes the linear relationship between 2 variables Correlation coefficient, r, measures strength of relationship: the closer r is

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES INTRODUCTION TO CHANCE VARIABILITY WHAT DOES THE LAW OF AVERAGES SAY? 4 coins were tossed 1600 times each, and the chance error number of heads half the number of tosses was plotted against the number

More information

5. Linear Regression

5. Linear Regression 5. Linear Regression Outline.................................................................... 2 Simple linear regression 3 Linear model............................................................. 4

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Ch. 4 Discrete Probability Distributions 4.1 Probability Distributions 1 Decide if a Random Variable is Discrete or Continuous 1) State whether the variable is discrete or continuous. The number of cups

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

17. SIMPLE LINEAR REGRESSION II

17. SIMPLE LINEAR REGRESSION II 17. SIMPLE LINEAR REGRESSION II The Model In linear regression analysis, we assume that the relationship between X and Y is linear. This does not mean, however, that Y can be perfectly predicted from X.

More information

STT 200 LECTURE 1, SECTION 2,4 RECITATION 7 (10/16/2012)

STT 200 LECTURE 1, SECTION 2,4 RECITATION 7 (10/16/2012) STT 200 LECTURE 1, SECTION 2,4 RECITATION 7 (10/16/2012) TA: Zhen (Alan) Zhang zhangz19@stt.msu.edu Office hour: (C500 WH) 1:45 2:45PM Tuesday (office tel.: 432-3342) Help-room: (A102 WH) 11:20AM-12:30PM,

More information

$2 4 40 + ( $1) = 40

$2 4 40 + ( $1) = 40 THE EXPECTED VALUE FOR THE SUM OF THE DRAWS In the game of Keno there are 80 balls, numbered 1 through 80. On each play, the casino chooses 20 balls at random without replacement. Suppose you bet on the

More information

University of California, Los Angeles Department of Statistics. Random variables

University of California, Los Angeles Department of Statistics. Random variables University of California, Los Angeles Department of Statistics Statistics Instructor: Nicolas Christou Random variables Discrete random variables. Continuous random variables. Discrete random variables.

More information

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares Topic 4 - Analysis of Variance Approach to Regression Outline Partitioning sums of squares Degrees of freedom Expected mean squares General linear test - Fall 2013 R 2 and the coefficient of correlation

More information

Comparing & Contrasting. - mathematically. Ways of comparing mathematical and scientific quantities...

Comparing & Contrasting. - mathematically. Ways of comparing mathematical and scientific quantities... Comparing & Contrasting - mathematically Ways of comparing mathematical and scientific quantities... Comparison by Division: using RATIOS, PERCENTAGES, ODDS, and PROPORTIONS Definition of Probability:

More information

Second Midterm Exam (MATH1070 Spring 2012)

Second Midterm Exam (MATH1070 Spring 2012) Second Midterm Exam (MATH1070 Spring 2012) Instructions: This is a one hour exam. You can use a notecard. Calculators are allowed, but other electronics are prohibited. 1. [60pts] Multiple Choice Problems

More information

The econometrics of baseball: A statistical investigation

The econometrics of baseball: A statistical investigation The econometrics of baseball: A statistical investigation Mary Hilston Keener The University of Tampa The purpose of this paper is to use various baseball statistics available at the beginning of each

More information

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0.

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0. Statistical analysis using Microsoft Excel Microsoft Excel spreadsheets have become somewhat of a standard for data storage, at least for smaller data sets. This, along with the program often being packaged

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

The Effects of Atmospheric Conditions on Pitchers

The Effects of Atmospheric Conditions on Pitchers The Effects of Atmospheric Conditions on Rodney Paul Syracuse University Matt Filippi Syracuse University Greg Ackerman Syracuse University Zack Albright Syracuse University Andrew Weinbach Coastal Carolina

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. STATISTICS/GRACEY PRACTICE TEST/EXAM 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Identify the given random variable as being discrete or continuous.

More information

Statistics 104: Section 6!

Statistics 104: Section 6! Page 1 Statistics 104: Section 6! TF: Deirdre (say: Dear-dra) Bloome Email: dbloome@fas.harvard.edu Section Times Thursday 2pm-3pm in SC 109, Thursday 5pm-6pm in SC 705 Office Hours: Thursday 6pm-7pm SC

More information

Smoking Policies at Major League Baseball Stadiums April 2, 2015

Smoking Policies at Major League Baseball Stadiums April 2, 2015 Defending your right to breathe smokefree air since 1976 Smoking Policies at Major League Baseball Stadiums April 2, 2015 Arizona Diamondbacks Chase Field Chase Field is designated as a non-smoking facility.

More information

Introduction to Linear Regression

Introduction to Linear Regression 14. Regression A. Introduction to Simple Linear Regression B. Partitioning Sums of Squares C. Standard Error of the Estimate D. Inferential Statistics for b and r E. Influential Observations F. Regression

More information

The Volatility Index Stefan Iacono University System of Maryland Foundation

The Volatility Index Stefan Iacono University System of Maryland Foundation 1 The Volatility Index Stefan Iacono University System of Maryland Foundation 28 May, 2014 Mr. Joe Rinaldi 2 The Volatility Index Introduction The CBOE s VIX, often called the market fear gauge, measures

More information

1.1. Simple Regression in Excel (Excel 2010).

1.1. Simple Regression in Excel (Excel 2010). .. Simple Regression in Excel (Excel 200). To get the Data Analysis tool, first click on File > Options > Add-Ins > Go > Select Data Analysis Toolpack & Toolpack VBA. Data Analysis is now available under

More information

3.2 Roulette and Markov Chains

3.2 Roulette and Markov Chains 238 CHAPTER 3. DISCRETE DYNAMICAL SYSTEMS WITH MANY VARIABLES 3.2 Roulette and Markov Chains In this section we will be discussing an application of systems of recursion equations called Markov Chains.

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

More information

Section 1: Simple Linear Regression

Section 1: Simple Linear Regression Section 1: Simple Linear Regression Carlos M. Carvalho The University of Texas McCombs School of Business http://faculty.mccombs.utexas.edu/carlos.carvalho/teaching/ 1 Regression: General Introduction

More information

You can place bets on the Roulette table until the dealer announces, No more bets.

You can place bets on the Roulette table until the dealer announces, No more bets. Roulette Roulette is one of the oldest and most famous casino games. Every Roulette table has its own set of distinctive chips that can only be used at that particular table. These chips are purchased

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Mind on Statistics. Chapter 8

Mind on Statistics. Chapter 8 Mind on Statistics Chapter 8 Sections 8.1-8.2 Questions 1 to 4: For each situation, decide if the random variable described is a discrete random variable or a continuous random variable. 1. Random variable

More information

10. Analysis of Longitudinal Studies Repeat-measures analysis

10. Analysis of Longitudinal Studies Repeat-measures analysis Research Methods II 99 10. Analysis of Longitudinal Studies Repeat-measures analysis This chapter builds on the concepts and methods described in Chapters 7 and 8 of Mother and Child Health: Research methods.

More information

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression Opening Example CHAPTER 13 SIMPLE LINEAR REGREION SIMPLE LINEAR REGREION! Simple Regression! Linear Regression Simple Regression Definition A regression model is a mathematical equation that descries the

More information

14.4. Expected Value Objectives. Expected Value

14.4. Expected Value Objectives. Expected Value . Expected Value Objectives. Understand the meaning of expected value. 2. Calculate the expected value of lotteries and games of chance.. Use expected value to solve applied problems. Life and Health Insurers

More information

Statistics 151 Practice Midterm 1 Mike Kowalski

Statistics 151 Practice Midterm 1 Mike Kowalski Statistics 151 Practice Midterm 1 Mike Kowalski Statistics 151 Practice Midterm 1 Multiple Choice (50 minutes) Instructions: 1. This is a closed book exam. 2. You may use the STAT 151 formula sheets and

More information

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4.

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4. Math 115 N. Psomas Chapter 4 (Sections 4.3-4.4) Homework s Section 4.3 4.53 Discrete or continuous. In each of the following situations decide if the random variable is discrete or continuous and give

More information

2015 NFL Annual Selection Meeting R P O CLUB PLAYER POS COLLEGE ROUND 2

2015 NFL Annual Selection Meeting R P O CLUB PLAYER POS COLLEGE ROUND 2 ROUND 2 2 1 33 TENNESSEE 2 2 34 TAMPA BAY 2 3 35 OAKLAND 2 4 36 JACKSONVILLE 2 5 37 NEW YORK JETS 2 6 38 WASHINGTON 2 7 39 CHICAGO 2 8 40 NEW YORK GIANTS 2 9 41 ST. LOUIS 2 10 42 ATLANTA 2 11 43 CLEVELAND

More information

c 2015, Jeffrey S. Simonoff 1

c 2015, Jeffrey S. Simonoff 1 Modeling Lowe s sales Forecasting sales is obviously of crucial importance to businesses. Revenue streams are random, of course, but in some industries general economic factors would be expected to have

More information

Chapter 13 Introduction to Linear Regression and Correlation Analysis

Chapter 13 Introduction to Linear Regression and Correlation Analysis Chapter 3 Student Lecture Notes 3- Chapter 3 Introduction to Linear Regression and Correlation Analsis Fall 2006 Fundamentals of Business Statistics Chapter Goals To understand the methods for displaing

More information

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015.

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015. Probability, statistics and football Franka Miriam Bru ckler Paris, 2015 Please read this before starting! Although each activity can be performed by one person only, it is suggested that you work in groups

More information

HONORS STATISTICS. Mrs. Garrett Block 2 & 3

HONORS STATISTICS. Mrs. Garrett Block 2 & 3 HONORS STATISTICS Mrs. Garrett Block 2 & 3 Tuesday December 4, 2012 1 Daily Agenda 1. Welcome to class 2. Please find folder and take your seat. 3. Review OTL C7#1 4. Notes and practice 7.2 day 1 5. Folders

More information

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

-- Special Ebook -- Bookie Buster: Secret Systems Used by Pro Sports Gamblers Finally REVEALED!

-- Special Ebook -- Bookie Buster: Secret Systems Used by Pro Sports Gamblers Finally REVEALED! Special Ebook from Golden-Systems.com: Bookie Buster -- Special Ebook -- Bookie Buster: Secret Systems Used by Pro Sports Gamblers Finally REVEALED! By Frank Belanger http://www.golden-systems.com/ 2004

More information

Title: Modeling for Prediction Linear Regression with Excel, Minitab, Fathom and the TI-83

Title: Modeling for Prediction Linear Regression with Excel, Minitab, Fathom and the TI-83 Title: Modeling for Prediction Linear Regression with Excel, Minitab, Fathom and the TI-83 Brief Overview: In this lesson section, the class is going to be exploring data through linear regression while

More information

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To

More information

Random Variables. Chapter 2. Random Variables 1

Random Variables. Chapter 2. Random Variables 1 Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets

More information

August 2012 EXAMINATIONS Solution Part I

August 2012 EXAMINATIONS Solution Part I August 01 EXAMINATIONS Solution Part I (1) In a random sample of 600 eligible voters, the probability that less than 38% will be in favour of this policy is closest to (B) () In a large random sample,

More information

Topic 9 ~ Measures of Spread

Topic 9 ~ Measures of Spread AP Statistics Topic 9 ~ Measures of Spread Activity 9 : Baseball Lineups The table to the right contains data on the ages of the two teams involved in game of the 200 National League Division Series. Is

More information

6.042/18.062J Mathematics for Computer Science. Expected Value I

6.042/18.062J Mathematics for Computer Science. Expected Value I 6.42/8.62J Mathematics for Computer Science Srini Devadas and Eric Lehman May 3, 25 Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that tells you

More information

The importance of graphing the data: Anscombe s regression examples

The importance of graphing the data: Anscombe s regression examples The importance of graphing the data: Anscombe s regression examples Bruce Weaver Northern Health Research Conference Nipissing University, North Bay May 30-31, 2008 B. Weaver, NHRC 2008 1 The Objective

More information

Example: Find the expected value of the random variable X. X 2 4 6 7 P(X) 0.3 0.2 0.1 0.4

Example: Find the expected value of the random variable X. X 2 4 6 7 P(X) 0.3 0.2 0.1 0.4 MATH 110 Test Three Outline of Test Material EXPECTED VALUE (8.5) Super easy ones (when the PDF is already given to you as a table and all you need to do is multiply down the columns and add across) Example:

More information

AP STATISTICS (Warm-Up Exercises)

AP STATISTICS (Warm-Up Exercises) AP STATISTICS (Warm-Up Exercises) 1. Describe the distribution of ages in a city: 2. Graph a box plot on your calculator for the following test scores: {90, 80, 96, 54, 80, 95, 100, 75, 87, 62, 65, 85,

More information

Outline: Demand Forecasting

Outline: Demand Forecasting Outline: Demand Forecasting Given the limited background from the surveys and that Chapter 7 in the book is complex, we will cover less material. The role of forecasting in the chain Characteristics of

More information

Introduction to Linear Regression

Introduction to Linear Regression 14. Regression A. Introduction to Simple Linear Regression B. Partitioning Sums of Squares C. Standard Error of the Estimate D. Inferential Statistics for b and r E. Influential Observations F. Regression

More information

DRAFT. New York State Testing Program Grade 7 Common Core Mathematics Test. Released Questions with Annotations

DRAFT. New York State Testing Program Grade 7 Common Core Mathematics Test. Released Questions with Annotations DRAFT New York State Testing Program Grade 7 Common Core Mathematics Test Released Questions with Annotations August 2014 Developed and published under contract with the New York State Education Department

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, January 29, 2004 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B. Thursday, January 29, 2004 9:15 a.m. to 12:15 p.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B Thursday, January 9, 004 9:15 a.m. to 1:15 p.m., only Print Your Name: Print Your School s Name: Print your name and

More information

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2 Probability: The Study of Randomness Randomness and Probability Models IPS Chapters 4 Sections 4.1 4.2 Chapter 4 Overview Key Concepts Random Experiment/Process Sample Space Events Probability Models Probability

More information

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 Analysis of covariance and multiple regression So far in this course,

More information

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m)

More information

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Week 1 Week 2 14.0 Students organize and describe distributions of data by using a number of different

More information

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation Parkland College A with Honors Projects Honors Program 2014 Calculating P-Values Isela Guerra Parkland College Recommended Citation Guerra, Isela, "Calculating P-Values" (2014). A with Honors Projects.

More information

Betting systems: how not to lose your money gambling

Betting systems: how not to lose your money gambling Betting systems: how not to lose your money gambling G. Berkolaiko Department of Mathematics Texas A&M University 28 April 2007 / Mini Fair, Math Awareness Month 2007 Gambling and Games of Chance Simple

More information

Betting on Excel to enliven the teaching of probability

Betting on Excel to enliven the teaching of probability Betting on Excel to enliven the teaching of probability Stephen R. Clarke School of Mathematical Sciences Swinburne University of Technology Abstract The study of probability has its roots in gambling

More information

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade Statistics Quiz Correlation and Regression -- ANSWERS 1. Temperature and air pollution are known to be correlated. We collect data from two laboratories, in Boston and Montreal. Boston makes their measurements

More information

1 Simple Linear Regression I Least Squares Estimation

1 Simple Linear Regression I Least Squares Estimation Simple Linear Regression I Least Squares Estimation Textbook Sections: 8. 8.3 Previously, we have worked with a random variable x that comes from a population that is normally distributed with mean µ and

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Exam Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A researcher for an airline interviews all of the passengers on five randomly

More information

Elementary Statistics Sample Exam #3

Elementary Statistics Sample Exam #3 Elementary Statistics Sample Exam #3 Instructions. No books or telephones. Only the supplied calculators are allowed. The exam is worth 100 points. 1. A chi square goodness of fit test is considered to

More information

How to Win the Stock Market Game

How to Win the Stock Market Game How to Win the Stock Market Game 1 Developing Short-Term Stock Trading Strategies by Vladimir Daragan PART 1 Table of Contents 1. Introduction 2. Comparison of trading strategies 3. Return per trade 4.

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Statistics in Baseball. Ali Bachani Chris Gomsak Jeff Nitz

Statistics in Baseball. Ali Bachani Chris Gomsak Jeff Nitz Statistics in Baseball Ali Bachani Chris Gomsak Jeff Nitz EIS Mini-Paper Professor Adner October 7, 2013 2 Statistics in Baseball EIS Statistics in Baseball The Baseball Ecosystem... 3 An Unfair Game...

More information

Estimating the Value of Major League Baseball Players

Estimating the Value of Major League Baseball Players Estimating the Value of Major League Baseball Players Brian Fields * East Carolina University Department of Economics Masters Paper July 26, 2001 Abstract This paper examines whether Major League Baseball

More information

Random Fibonacci-type Sequences in Online Gambling

Random Fibonacci-type Sequences in Online Gambling Random Fibonacci-type Sequences in Online Gambling Adam Biello, CJ Cacciatore, Logan Thomas Department of Mathematics CSUMS Advisor: Alfa Heryudono Department of Mathematics University of Massachusetts

More information

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined Expectation Statistics and Random Variables Math 425 Introduction to Probability Lecture 4 Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan February 9, 2009 When a large

More information

Baseball and Statistics: Rethinking Slugging Percentage. Tanner Mortensen. December 5, 2013

Baseball and Statistics: Rethinking Slugging Percentage. Tanner Mortensen. December 5, 2013 Baseball and Statistics: Rethinking Slugging Percentage Tanner Mortensen December 5, 23 Abstract In baseball, slugging percentage represents power, speed, and the ability to generate hits. This statistic

More information

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80)

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) CS 30, Winter 2016 by Prasad Jayanti 1. (10 points) Here is the famous Monty Hall Puzzle. Suppose you are on a game show, and you

More information

Normality Testing in Excel

Normality Testing in Excel Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

table to see that the probability is 0.8413. (b) What is the probability that x is between 16 and 60? The z-scores for 16 and 60 are: 60 38 = 1.

table to see that the probability is 0.8413. (b) What is the probability that x is between 16 and 60? The z-scores for 16 and 60 are: 60 38 = 1. Review Problems for Exam 3 Math 1040 1 1. Find the probability that a standard normal random variable is less than 2.37. Looking up 2.37 on the normal table, we see that the probability is 0.9911. 2. Find

More information