Package LearnEDA. R topics documented: February 15, Type Package. Title Functions for Learning Exploratory Data Analysis. Version 1.

Size: px
Start display at page:

Download "Package LearnEDA. R topics documented: February 15, Type Package. Title Functions for Learning Exploratory Data Analysis. Version 1."

Transcription

1 Package LearnEDA February 15, 2013 Type Package Title Functions for Learning Exploratory Data Analysis Version 1.2 Date Author Jim Albert Maintainer Jim Albert Depends aplpack, vcd LazyData yes LearnEDA contains a collection of functions helpful in learning the basic tenets of Exploratory Data Analysis. License GPL (>= 2) Repository CRAN Date/Publication :11:51 NeedsCompilation no R topics documented: act.scores baseball.attendance batting.history beatles boston.marathon boston.marathon.wtimes braves.attendance car.measurements church.2way church.tseries

2 2 R topics documented: college.ratings farms fit.gaussian football gestation.periods grandma half.slope.ratio han heaviest.fish hinkley home.prices homeruns homeruns immigrants island.areas lake lval mortality.rates mtrans olympics.run olympics.speed.skating olympics.swim pitching.history plot2way pop.change pop.densities pop.england power.t rent.prices rline salaries slider.compare slider.match slider.power slider.straighten snowfall spread.level.plot studentdata symplot temperatures tukey.24a tukey.24b tukey.26a tukey.26b tukey.26c us.pop Index 38

3 act.scores act.scores ACT scores of states in the US. Average ACT composite scores for all states for the year. act.scores A data frame with 51 observations on the following 5 variables. STATE name of state Abbrev state abbreviation ACT average ACT composite score Per.Grads percentage of students who took the ACT exam Region region of the United States World Almanac and Book of Facts 2008 baseball.attendance Attendance at baseball teams. Average attendance for home and away games for all major league baseball games in the first half of the 2010 season. baseball.attendance

4 4 batting.history A data frame with 30 observations on the following 8 variables. Team name of team League league where the team belongs N.Home number of home games Avg.Home average attendance for home games Pct.Home percentage of park capacity for home games N.Away number of away games Avg.Away average attendance for away games Pct.Away percentage of park capacity for away games web site batting.history Yearly Batting Statistics for Major League Baseball Year to year batting statistics for all years of professional American baseball. batting.history A data frame with 140 observations on the following 27 variables. Year baseball season year Tms number of teams N.Bat number of players used BatAge average age of batters R runs scored per game G number of games played PA number of plate appearances per game AB number of at-bats per game H average number of hits per game X2B average number of doubles per game X3B average number of triples per game

5 beatles 5 HR average number of home runs per game RBI average number of runs-batted-in per game SB average number of stolen bases per game CS average number of caught stealing per game BB average number of base-on-balls per game SO average number of strikeouts per game BA average batting average OBP average on-base percentage SLG average slugging percentage OPS average OBP + SLG TB average total bases per game GDP average grounded into double plays per game HBP average hit by pitch per game SH average sacrifice hits per game SF average sacrifice fliew per game IBB average number of intentional walks per game web site beatles Lengths of songs from Beatles albums. Length of songs from a selection of albums from the popular pop and rock group The Beatles. beatles A data frame with 113 observations on the following 2 variables. time time in seconds of the song album name of Beatles album Collected by the author from the album descriptions

6 6 boston.marathon.wtimes boston.marathon Boston Marathon completion times of women of different ages. Completion times for a sample of women at the 2001 Boston Marathon. boston.marathon A data frame with 108 observations on the following 2 variables. time completion time in minutes age age of the participant website boston.marathon.wtimes Boston marathon winning times Winning time in mens Boston marathon through the years. boston.marathon.wtimes A data frame with 99 observations on the following 2 variables. year year minutes winning time in minutes 2001 ESPN Information Please Sports Almanac

7 braves.attendance 7 braves.attendance Attendance at games of a baseball team Attendance of Atlanta Braves home games during a particular season. brave.at A data frame with 72 observations on the following 2 variables. Game game number Attendance attendance count website car.measurements Car measurements Measurements on 38 automobiles from the model year. car.measurements A data frame with 38 observations on the following 8 variables. Country the nationality of the manufacturer Car the car name MPG the mileage, measured in miles per gallon (MPG) Weight the weight Drive.Ratio the drive ratio Horsepower the horsepower Displacement the displacement of the car (in cubic inches) Cylinders the number of cylinders

8 8 church.tseries Consumer Reports used in the article "Building Regression Models Interactively." by H. V. Henderson and P. F. Velleman (1981), Biometrics, 37, church.2way Church attendance as a two-way table. Two-way table of average worship attendance at a Ohio church by year and month. church.2way A data frame with 12 observations on the following 5 variables. month month y1993 average worship attendance count in 1993 y1994 average worship attendance count in 1994 y1995 average worship attendance count in 1995 y1996 average worship attendance count in 1996 Collected by the author. church.tseries Time series of worship attendance Time series of weekly worship attendance from a church in Ohio, U.S. church.tseries

9 college.ratings 9 A data frame with 209 observations on the following 3 variables. year the year month the month worship count of worship attendance Collected by the author. college.ratings Ratings of National Universities in the U.S. Ratings for National Universities based on a 2001 survey. college.ratings A data frame with 249 observations on the following 12 variables. School name of university Tier tier grouping of the univesity Type private or public institution Reputation measure of academic reputation F.retention average freshmen retention rate a.grad.rate percentage of freshmen who graduated within a six-year period Under.20 percentage of undergraduate classes with fewer than 20 students Over.50 percentage of undergraduate classes with 50 students or more enrolled Full.time percentage of the total number of faculty employed on a full-time basis Top.10 proportion of students enrolled who graduated in the top 10 percent of their high school class Acc.rate ratio of the number of students admitted to the number of applicants Alum.giving average percent of undergraduate alumni of record who donated money to the college or university U.S. News and World Report

10 10 fit.gaussian farms Number of farms in the states of the U.S. The number of farms (in 1000s) for each of the 50 states in the United States in farms A data frame with 50 observations on the following 2 variables. state name of the state count count of the number of farms 2001 New York Times Almanac fit.gaussian Fitting a Gaussian curve to binned data Fits a Gaussian curve with known mean and standard deviation to binned data. fit.gaussian(data,bins,g.mean,g.sd) Arguments data bins g.mean g.sd numeric vector of values of variable a vector giving the breakpoints between histogram cells mean of Gaussian distribution standard deviation of Gaussian distribution Value counts probs expected residual vector of frequencies of the bins vector of fitted probabilities of the bins vector of expected frequencies of the bins vector of simple rootogram residuals

11 football 11 Author(s) Jim Albert Examples # fit Gaussian curve to simulated data from t distribution data=rt(200,df=5) bins=pretty(range(data)) g.mean=0 g.sd=1 fit.gaussian(data,bins,g.mean,g.sd) football American football scores Scores for a group of American football games. football A data frame with 465 observations on the following 2 variables. winner score of winning team loser score of losing team Collected by the author gestation.periods Gestation periods for different animals. Average gestation periods for different animals. gestation.periods

12 12 half.slope.ratio A data frame with 43 observations on the following 2 variables. Animal name of animal Period average gestation period World Almanac and Book of Facts 2001 grandma Grandmas Marathon completion times Completion times in running Grandmas Marathon (Duluth, Minnesota) for women of ages 19 to 34 grandma A data frame with 1208 observations on the following 1 variable. time completion time in seconds web site half.slope.ratio Half slope ratio Computes the half slope ratio for three summary points and power transformations on the two variables. half.slope.ratio(sx,sy,px,py)

13 han 13 Arguments sx sy px py numeric vector of summary values of the x variable numeric vector of summary values of the y variable power of the transformation on the x variable power of the transformation on the y variable Value Value of the half slope ratio on the transformed summary points Author(s) Jim Albert Examples sx=c(10,30,50) sy=c(5,8,20) half.slope.ratio(sx,sy,1,1) half.slope.ratio(sx,sy,-.5,-.5) han Hanning a sequence Performs hanning operation on a sequence of values where the end values are copied on. han(sequence) Arguments sequence numeric vector of values Value vector of smoothed values from hanning operations. Author(s) Jim Albert

14 14 hinkley Examples # illustrates 3RSS and 3RSSH smooths plot(wwwusage) plot(smooth(wwwusage,kind="3rss")) plot(han(smooth(wwwusage,kind="3rss"))) heaviest.fish Fish world record catches Weights in pounds of world record catches of saltwater fish. heaviest.fish A data frame with 25 observations on the following 2 variables. Species name of country Weight region of the world World Almanac and Book of Facts 2008 hinkley Hinkley s quick method Computes Hinkley s simple measure of asymmetry of a batch. hinkley(d) Arguments d numeric vector of values Value Hinkley s measure of asymmetry

15 home.prices 15 Author(s) Jim Albert Examples data(state) raw=state.x77[,"population"] hinkley(raw) logs=log(raw) hinkley(logs) home.prices Home sales prices in the U.S. Average sales prices of houses for 21 cities in the U.S. home.prices A data frame with 21 observations on the following 3 variables. City name of the city y1985 average home price in 1985 y2000 average home price in New York Times Almanac homeruns.2000 Team home run numbers for different seasons. Total number of home runs hit all teams in the major league baseball league for the years 1900,1910,..., homeruns.2000

16 16 immigrants A data frame with 210 observations on the following 2 variables. YEARS season HOMERUNS count of team home runs Sean Lahman s database at homeruns.61 Home run counts in 1961 The number of the number of home runs hit by all major league players in the year homeruns.61 A data frame with 698 observations on the following 1 variables. HR count of home runs Sean Lahman s database at immigrants Immigrant counts to US. Immigrant counts to US from various countries. immigrants

17 island.areas 17 A data frame with 41 observations on the following 4 variables. Country name of country Region region of the world Count.1998 the count of immigrants in 1998 Count.2008 the count of immigrants in New York Times Almanac island.areas Areas of islands from different continents. Total number of home runs hit all teams in the major league baseball league for the years 1900,1910,..., islands.areas A data frame with 59 observations on the following 3 variables. Ocean ocean where the island lies Name name of the island Area area of the island World Almanac and Book of Facts

18 18 lval lake Lake measurements Measurements of lakes in the Vilas and Oneida counties of northern Wisconsin (from Minitab dataset collection). lake A data frame with 71 observations on the following 5 variables. Area area of lake in acres Depth maximum depth of lake in feet PH ph (acidity) measurement Wshed watershed area in square miles Hions concentration of hydrogen ions Minitab data collection lval Letter values Computes the letter values for a batch of numbers. lval(x,na.rm=true) Arguments x na.rm numeric vector of values logical value indicating whether NA values should be stripped before the computation proceeds Value dataframe with components depth, lo, hi, mids, and spreads

19 mortality.rates 19 Author(s) Jim Albert Examples lval(rnorm(100)) mortality.rates Infant mortality rates of countries Infant mortality rates in 2008 for 62 countries (Afghanistan through Guyana). mortality.rates A data frame with 62 observations on the following 2 variables. Country name of country Rate infant mortality rate 2010 New York Times Almanac mtrans Matched transformation Computes a matched power transformation on data that preserves the median. mtrans(d,p) Arguments d p numeric vector of values power of transformation

20 20 olympics.run Value vector of values of matched transformation Author(s) Jim Albert Examples data(state) raw=state.x77[,"population"] matched.roots=mtrans(raw,0.5) matched.logs=mtrans(raw,0) boxplot(data.frame(raw,matched.roots,matched.logs)) olympics.run Olympics running times. Winning time in Olympics mens running race classified by length of race and year. olympics.run A data frame with 9 observations on the following 6 variables. year year of the Olympics X100m winning time in seconds for 100m X200m winning time in seconds for 200m X400m winning time in seconds for 400m X800m winning time in seconds for 800m X1500m winning time in seconds for 1500m World Almanac and Book of Facts 2008

21 olympics.speed.skating 21 olympics.speed.skating Olympics speed skating times. Winning time in Olympics mens speed skating race classified by length of race and year. olympics.speed.skating A data frame with 9 observations on the following 6 variables. YEAR year of the Olympics X500m winning time in seconds for 500m X1000m winning time in seconds for 1000m X1500m winning time in seconds for 1500m X5000m winning time in seconds fro 5000m X10000m winning time in seconds for 10000m World Almanac and Book of Facts 2008 olympics.swim Olympics swimming times. Winning time in Olympics womens swimming race classified by length of race and year. olympics.swim A data frame with 10 observations on the following 5 variables. YEAR year of the Olympics X100m winning time in seconds for 100m X200m winning time in seconds for 200m X400m winning time in seconds for 400m X800m winning time in seconds for 800m

22 22 pitching.history 2001 ESPN Information Please Sports Almanac pitching.history Yearly Pitching Statistics for Major League Baseball Year to year pitching statistics for all years of professional American baseball. batting.history A data frame with 140 observations on the following 31 variables. Year baseball season year Tms number of teams N.Pitch number of pitchers used PitchAge average age of pitchers R runs scored per game per team ERA average earned run average G number of games played GF proportion of games finished CG proportion of complete games SHO proportion of shutouts SV number of saves per game IP innings pitched per game H average number of hits ER average number of earned runs HR average number of home runs BB average number of base-on-balls IBB average number of intentional walks SO average number of strikeouts HBP average number of hit by pitch BK average number of balks WP average number of wild pitchers BF average number of batters faced

23 plot2way 23 WHIP average hits + walks per inning H.9 average number of hits per 9 innings HR.9 average number of home runs per 9 innings BB.9 average number of walks per 9 innings SO.9 average number of strikeouts per 9 innings SO.BB strikeouts to walks ratio E average number of errors Attendance total attendance Attend.G attendance per game web site plot2way Plot of an additive fit Graphs an additive fit of a two-way table. plot2way(row.part,col.part,row.lab=null,col.lab=null) Arguments row.part col.part row.lab col.lab numeric vector of values of row component numeric vector of values of column component character vector of labels of row component character vector of labels of column component Author(s) Jim Albert Examples temps=matrix(data=c(50,30,35,21,38, 73,58,65,57,63, 88,83,89,84,86, 73,62,68,59,66),nrow=5,ncol=4, dimnames=list(c("atlanta","detroit","kansas City", "Minneapolis","Philadelphia"),c("January","April", "July","October"))) fit=medpolish(temps) plot2way(fit$row+fit$overall,fit$col, dimnames(temps)[[1]],dimnames(temps)[[2]])

24 24 pop.densities pop.change Population change for all states in the U.S. Population change for all states in the United States between the years 2000 and pop.change A data frame with 51 observations on the following 5 variables. State name of state Abbrev state abbreviation Pop.2000 population of state in 2000 Pop.2009 population of state in 2009 Pct.change percentage change in population 2010 New York Times Almanac pop.densities Population densities of states for different years. Population density of each state in the United States for the years 1960, 1970, 1980, 1990, 2000, and pop.densities

25 pop.england 25 A data frame with 51 observations on the following 7 variables. State name of state Abbrev state abbreviation y1960 population density of state in 1960 y1970 population density of state in 1960 y1980 population density of state in 1980 y1990 population density of state in 1990 y2000 population density of state in 2000 y2008 population density of state in New York Times Almanac pop.england England population Population of England and Wales over the years. pop.england A data frame with 14 observations on the following 2 variables. YEAR year POPULATION population count Tukey, EDA

26 26 rent.prices power.t Power transformation Computes the standardized power transformation on a vector. A power of 0 is interpreted as the natural log transformation. power.t(x, power) Arguments x power numeric vector of values scalar value of power Value vector of reexpressed values Author(s) Jim Albert Examples power.t(c(3,6,5,4,7),0.5) rent.prices Rent prices in different cities. Rental prices (different types from different cities). rent.prices

27 rline 27 A data frame with 9 observations on the following 6 variables. City city Studio rent of a studio apartment One.Bedroom rent of a one bedroom apartment Two.Bedroom rent of a two bedroom apartment Three.Bedroom rent of a three bedroom apartment Four.Bedroom rent of a four bedroom apartment 2001 New York Times Almanac rline Resistant line Fits Tukey s resistant line of form a + b (x - xc). rline(x,y,iter=1) Arguments x y iter numeric vector of values of explanatory variable numeric vector of values of response variable number of iterations of algorithm Value a b value of intercept a value of slope b xc value of xc half.slope.ratio value of half slope ratio after one iteration residual spoints.x spoints.y Author(s) Jim Albert vector of residuals vector of summary x coordinates vector of summary y coordinates

28 28 slider.compare Examples x=1:10 y=3*x+rnorm(10,0,1) y[1]=20 fit=rline(x,y,iter=5) plot(x,y) curve(fit$a+fit$b*(x-fit$xc),add=true) # contrast with least-squares fit abline(lm(y~x)) salaries Salaries of different professions in different cities salaries of seven different professions in six cities. salaries A data frame with 42 observations on the following 3 variables. Salary salary in hundreds of Swiss francs City name of city Profession name of profession unknown slider.compare Interactive comparison of groups by a power transformation Constructs a boxplot of power-transformed data, where the power of the transformation is controlled by a slider. slider.compare(x,group,...)

29 slider.match 29 Arguments x numeric vector of values group grouping variable... additional graphics parameters passed to the boxplot function Author(s) Jim Albert Examples ## Not run: ## This example cannot be run by examples() but should be work in an interactive R session slider.compare(homeruns.2000$homeruns, homeruns.2000$years) ## End(Not run) slider.match Interactive reexpression by a power transformation using matched reexpressions Constructs boxplots of matched raw and power-transformed data, where the power of the transformation is controlled by a slider. Hinkley s method of asymmetry of the batch is displayed. slider.match(x,...) Arguments x numeric vector of values... additional graphics parameters passed to the hist function Author(s) Jim Albert Examples ## Not run: ## This example cannot be run by examples() but should be work in an interactive R session slider.match(rchisq(100,df=4)) ## End(Not run)

30 30 slider.straighten slider.power Interactive reexpression by a power transformation Constructs a histogram of power-transformed data, where the power of the transformation is controlled by a slider. Hinkley s method of asymmetry of the batch is displayed. slider.power(x,...) Arguments x numeric vector of values... additional graphics parameters passed to the hist function Author(s) Jim Albert Examples ## Not run: ## This example cannot be run by examples() but should be work in an interactive R session slider.power(rchisq(100,df=4)) ## End(Not run) slider.straighten Interactive straightening of plots by power transformations Constructs a scatterplot and residual plot of power-transformed data, where the powers of the x and y transformations are controlled by a slider. The half-slope ratio of the three summary points is displayed. slider.straighten(x, y,...)

31 snowfall 31 Arguments x numeric vector of values along the horizontal axis y numeric vector of values along the vertical axis... additional graphics parameters passed to the plot function Author(s) Jim Albert Examples ## Not run: ## This example cannot be run by examples() but should be work in an interactive R session slider.straighten(car.measurements$displacement, car.measurements$mpg) ## End(Not run) snowfall Snowfall amounts of two cities Seasonal snowfall (in inches) in Buffalo, New York and Cairo, Illinois from through snowfall A data frame with 40 observations on the following 3 variables. Season season where 1918 indicates the season City name of the city Snowfall snowfall in inches Tukey (1977), Exploratory Data Analysis, exhibit 11 of chapter 4

32 32 studentdata spread.level.plot Spread versus level plot Constructs a spread versus level plot and displays a resistant fit. spread.level.plot(response,group) Arguments response group numeric vector of response values vector of values of the grouping variable Author(s) Jim Albert Examples data(state) spread.level.plot(state.x77[,"area"],state.region) studentdata Student dataset Answers to a sheet of questions given to a large number of students in introductory statistics classes studentdata A data frame with 657 observations on the following 11 variables. Student student number Height height in inches Gender gender Shoes number of pairs of shoes owned Number number chosen between 1 and 10

33 symplot 33 Dvds name of movie dvds owned ToSleep time the person went to sleep the previous night (hours past midnight) WakeUp time the person woke up the next morning Haircut cost of last haircut including tip Job number of hours working on a job per week Drink usual drink at suppertime among milk, water, and pop Collected by the author during the Fall 2006 semester. symplot Symmetry plot Constructs a symmetry plot. symplot(d) Arguments d numeric vector of values Author(s) Jim Albert Examples # symmetry plot for normally distributed data symplot(rnorm(100)) # symmetry plot for exponential data symplot(rexp(100))

34 34 tukey.24a temperatures Temperatures for different cities. Two-table of average temperatures of cities for different months. temperatures A data frame with 5 observations on the following 5 variables. City city January average temperature in January April average temperature in April July average temperature in July October average temperature in October website tukey.24a Tukey straightening exercise 24a Data from exercise in Tukey, EDA. tukey.24a A data frame with 16 observations on the following 3 variables. latitude latitude index index temp temp Tukey, EDA

35 tukey.24b 35 tukey.24b Tukey straightening exercise 24b Data from exercise in Tukey, EDA. tukey.24b A data frame with 34 observations on the following 2 variables. diameter diameter stretch stretch Tukey, EDA tukey.26a Tukey straightening exercise 24a Measurement of a certain impurity in DDT; change of scale factor with temperature. tukey.26a A data frame with 14 observations on the following 2 variables. temp temp rate rate Tukey, EDA

36 36 tukey.26c tukey.26b Tukey straightening exercise 24b Demand deposits in post-office savings accounts in Switzerland. tukey.26b A data frame with 29 observations on the following 2 variables. year year deposits deposits Tukey, EDA tukey.26c Tukey straightening exercise 24c Revenue passenger miles on U.S. passenger airlines. tukey.26c A data frame with 24 observations on the following 2 variables. year year miles miles Tukey, EDA

37 us.pop 37 us.pop Population of United States Population of the United States over time. us.pop A data frame with 22 observations on the following 2 variables. YEAR year POP population count in millions Tukey, EDA

38 Index Topic datasets act.scores.06.07, 3 baseball.attendance, 3 batting.history, 4 beatles, 5 boston.marathon, 6 boston.marathon.wtimes, 6 braves.attendance, 7 car.measurements, 7 church.2way, 8 church.tseries, 8 college.ratings, 9 farms, 10 football, 11 gestation.periods, 11 grandma.19.40, 12 heaviest.fish, 14 home.prices, 15 homeruns.2000, 15 homeruns.61, 16 immigrants, 16 island.areas, 17 lake, 18 mortality.rates, 19 olympics.run, 20 olympics.speed.skating, 21 olympics.swim, 21 pitching.history, 22 pop.change, 24 pop.densities, 24 pop.england, 25 rent.prices, 26 salaries, 28 snowfall, 31 studentdata, 32 temperatures, 34 tukey.24a, 34 tukey.24b, 35 tukey.26a, 35 tukey.26b, 36 tukey.26c, 36 us.pop, 37 Topic dplot fit.gaussian, 10 han, 13 hinkley, 14 mtrans, 19 plot2way, 23 rline, 27 spread.level.plot, 32 symplot, 33 Topic manip half.slope.ratio, 12 lval, 18 power.t, 26 slider.compare, 28 slider.match, 29 slider.power, 30 slider.straighten, 30 act.scores.06.07, 3 baseball.attendance, 3 batting.history, 4 beatles, 5 boston.marathon, 6 boston.marathon.wtimes, 6 braves.attendance, 7 car.measurements, 7 church.2way, 8 church.tseries, 8 college.ratings, 9 farms, 10 fit.gaussian, 10 football, 11 gestation.periods, 11 grandma.19.40, 12 38

39 INDEX 39 half.slope.ratio, 12 han, 13 heaviest.fish, 14 hinkley, 14 home.prices, 15 homeruns.2000, 15 homeruns.61, 16 immigrants, 16 island.areas, 17 lake, 18 lval, 18 mortality.rates, 19 mtrans, 19 olympics.run, 20 olympics.speed.skating, 21 olympics.swim, 21 pitching.history, 22 plot2way, 23 pop.change, 24 pop.densities, 24 pop.england, 25 power.t, 26 rent.prices, 26 rline, 27 salaries, 28 slider.compare, 28 slider.match, 29 slider.power, 30 slider.straighten, 30 snowfall, 31 spread.level.plot, 32 studentdata, 32 symplot, 33 temperatures, 34 tukey.24a, 34 tukey.24b, 35 tukey.26a, 35 tukey.26b, 36 tukey.26c, 36 us.pop, 37

GUIDE TO BASIC SCORING

GUIDE TO BASIC SCORING GUIDE TO BASIC SCORING The Score Sheet Fill in this section with as much information as possible. Opposition Fielding changes are indicated in the space around the Innings Number. This is the innings box,

More information

2010 Boston College Baseball Game Results for Boston College (as of Feb 19, 2010) (All games)

2010 Boston College Baseball Game Results for Boston College (as of Feb 19, 2010) (All games) Game Results for Boston College (as of Feb 19, 2010) Date Opponent Score Inns Overall ACC Pitcher of record Attend Time Feb 19, 2010 at Tulane W 8-5 9 1-0-0 0-0-0 Dean, P (W 1-0) 3003 3:01 () extra inning

More information

Package mlbstats. March 16, 2018

Package mlbstats. March 16, 2018 Type Package Package mlbstats Marc 16, 2018 Title Major League Baseball Player Statistics Calculator Version 0.1.0 Autor Pilip D. Waggoner Maintainer Pilip D. Waggoner

More information

Chapter 1 The official score-sheet

Chapter 1 The official score-sheet Chapter 1 The official score-sheet - Symbols and abbreviations - The official score-sheet - Substitutions - Insufficient space on score-sheet 13 Symbols and abbreviations Symbols and abbreviations Numbers

More information

Fairfax Little League PPR Input Guide

Fairfax Little League PPR Input Guide Fairfax Little League PPR Input Guide Each level has different participation requirements. Please refer to the League Bylaws section 7 for specific details. Player Participation Records (PPR) will be reported

More information

Package STI. August 19, Index 7. Compute the Standardized Temperature Index

Package STI. August 19, Index 7. Compute the Standardized Temperature Index Package STI August 19, 2015 Type Package Title Calculation of the Standardized Temperature Index Version 0.1 Date 2015-08-18 Author Marc Fasel [aut, cre] Maintainer Marc Fasel A set

More information

PRACTICE PROBLEMS FOR EXAM 1

PRACTICE PROBLEMS FOR EXAM 1 ST 311 PRACTICE PROBLEMS FOR EXAM 1 Topics covered on Exam 1: Chapters 1-7 in text. Reiland This material is covered in webassign homework assignments 1 through 4 and worksheets 1-7. " Exam information:

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

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

CS 221 PROJECT FINAL

CS 221 PROJECT FINAL CS 221 PROJECT FINAL STUART SY AND YUSHI HOMMA 1. INTRODUCTION OF TASK ESPN fantasy baseball is a common pastime for many Americans, which, coincidentally, defines a problem whose solution could potentially

More information

2014 Tulane Baseball Arbitration Competition Eric Hosmer v. Kansas City Royals (MLB)

2014 Tulane Baseball Arbitration Competition Eric Hosmer v. Kansas City Royals (MLB) 2014 Tulane Baseball Arbitration Competition Eric Hosmer v. Kansas City Royals (MLB) Submission on behalf of Kansas City Royals Team 15 TABLE OF CONTENTS I. INTRODUCTION AND REQUEST FOR HEARING DECISION...

More information

2017 International Baseball Tournament. Scorekeeping Hints

2017 International Baseball Tournament. Scorekeeping Hints 2017 International Baseball Tournament Scorekeeping Hints Scorekeeping Abbreviations: Basic Abbreviations 1B Single 2B Double 3B Triple BB Base on Balls BK Balk CS Caught Stealing DP Double Play E Error

More information

Southern U. Baseball 2017 Overall Statistics for Southern U. (as of Apr 01, 2017) (All games Sorted by Batting avg)

Southern U. Baseball 2017 Overall Statistics for Southern U. (as of Apr 01, 2017) (All games Sorted by Batting avg) Overall Statistics for Southern U. (as of Apr 01, 2017) (All games Sorted by Batting avg) Record: 6-17 Home: 3-4 Away: 2-9 Neutral: 1-4 SWAC: 4-7 Player avg gp-gs ab r h 2b 3b hr rbi tb slg% bb hp so gdp

More information

IHS AP Statistics Chapter 2 Modeling Distributions of Data MP1

IHS AP Statistics Chapter 2 Modeling Distributions of Data MP1 IHS AP Statistics Chapter 2 Modeling Distributions of Data MP1 Monday Tuesday Wednesday Thursday Friday August 22 A Day 23 B Day 24 A Day 25 B Day 26 A Day Ch1 Exploring Data Class Introduction Getting

More information

An average pitcher's PG = 50. Higher numbers are worse, and lower are better. Great seasons will have negative PG ratings.

An average pitcher's PG = 50. Higher numbers are worse, and lower are better. Great seasons will have negative PG ratings. Fastball 1-2-3! This simple game gives quick results on the outcome of a baseball game in under 5 minutes. You roll 3 ten-sided dice (10d) of different colors. If the die has a 10 on it, count it as 0.

More information

Player AVG GP-GS AB R H 2B 3B HR RBI TB SLG% BB HBP SO GDP OB% SF SH SB-ATT PO A E FLD%

Player AVG GP-GS AB R H 2B 3B HR RBI TB SLG% BB HBP SO GDP OB% SF SH SB-ATT PO A E FLD% Overall Statistics for Florida State (as of Feb 24, 2006) (All games Sorted by Batting avg) Record: 8-5 Home: 6-2 Away: 2-1 Neutral: 0-2 ACC: 0-0 Player AVG GP-GS AB R H 2B 3B HR RBI TB SLG% BB HBP SO

More information

WBSC - Premier

WBSC - Premier WBSC - Premier12-2015 CUBA Game Results Overall Stats Category Leaders Games Summary Analysis Stats Per-game Stats Game Highs Team Game-by-Game Game Results Game date Opposing team Score r-h-e / r-h-e

More information

Fastball Baseball Manager 2.5 for Joomla 2.5x

Fastball Baseball Manager 2.5 for Joomla 2.5x Fastball Baseball Manager 2.5 for Joomla 2.5x Contents Requirements... 1 IMPORTANT NOTES ON UPGRADING... 1 Important Notes on Upgrading from Fastball 1.7... 1 Important Notes on Migrating from Joomla 1.5x

More information

2018 Samford Softball Statistics Summary for Samford (as of May 11, 2018) (All games)

2018 Samford Softball Statistics Summary for Samford (as of May 11, 2018) (All games) Samford Softball Statistics Summary for Samford (as of May, ) Record: - Home: - Away: - Neutral: - SoCon: - Date Opponent Score #/ at # ouisiana - #/ vs Illinois-Chicago - #/ vs Evansville - #/ vs Eastern

More information

2010 Boston College Baseball Game Results for Boston College (as of May 28, 2010) (All games)

2010 Boston College Baseball Game Results for Boston College (as of May 28, 2010) (All games) Game Results for Boston College (as of May 28, 2010) Date Opponent Score Inns Overall ACC Pitcher of record Attend Time Feb 19, 2010 at Tulane W 8-5 9 1-0-0 0-0-0 Dean, P (W 1-0) 3003 3:01 Feb 20, 2010

More information

The pth percentile of a distribution is the value with p percent of the observations less than it.

The pth percentile of a distribution is the value with p percent of the observations less than it. Describing Location in a Distribution (2.1) Measuring Position: Percentiles One way to describe the location of a value in a distribution is to tell what percent of observations are less than it. De#inition:

More information

Regression Analysis of Success in Major League Baseball

Regression Analysis of Success in Major League Baseball University of South Carolina Scholar Commons Senior Theses Honors College Spring 5-5-2016 Regression Analysis of Success in Major League Baseball Johnathon Tyler Clark University of South Carolina - Columbia

More information

Draft - 4/17/2004. A Batting Average: Does It Represent Ability or Luck?

Draft - 4/17/2004. A Batting Average: Does It Represent Ability or Luck? A Batting Average: Does It Represent Ability or Luck? Jim Albert Department of Mathematics and Statistics Bowling Green State University albert@bgnet.bgsu.edu ABSTRACT Recently Bickel and Stotz (2003)

More information

Correlation and regression using the Lahman database for baseball Michael Lopez, Skidmore College

Correlation and regression using the Lahman database for baseball Michael Lopez, Skidmore College Correlation and regression using the Lahman database for baseball Michael Lopez, Skidmore College Overview The Lahman package is a gold mine for statisticians interested in studying baseball. In today

More information

2019 LSU BASEBALL Overall Statistics for LSU (as of Feb 24, 2019) (All games Sorted by Batting avg) (All games Sorted by Earned run avg)

2019 LSU BASEBALL Overall Statistics for LSU (as of Feb 24, 2019) (All games Sorted by Batting avg) (All games Sorted by Earned run avg) Overall Statistics for LSU (as of Feb 24, 2019) (All games Sorted by Batting avg) Record: 7-0 Home: 7-0 Away: 0-0 SEC: 0-0 Player avg gp-gs ab r h 2b 3b hr rbi tb slg% bb hp so gdp ob% sf sh sb-att po

More information

STAT 155 Introductory Statistics. Lecture 2: Displaying Distributions with Graphs

STAT 155 Introductory Statistics. Lecture 2: Displaying Distributions with Graphs The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL STAT 155 Introductory Statistics Lecture 2: Displaying Distributions with Graphs 8/29/06 Lecture 2-1 1 Recall Statistics is the science of data. Collecting

More information

CHAPTER 1 ORGANIZATION OF DATA SETS

CHAPTER 1 ORGANIZATION OF DATA SETS CHAPTER 1 ORGANIZATION OF DATA SETS When you collect data, it comes to you in more or less a random fashion and unorganized. For example, what if you gave a 35 item test to a class of 50 students and collect

More information

Measuring Batting Performance

Measuring Batting Performance Measuring Batting Performance Authors: Samantha Attar, Hannah Dineen, Andy Fullerton, Nora Hanson, Cam Kelso, Katie McLaughlin, and Caitlyn Nolan Introduction: The following analysis compares slugging

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

Quantitative Literacy: Thinking Between the Lines

Quantitative Literacy: Thinking Between the Lines Quantitative Literacy: Thinking Between the Lines Crauder, Noell, Evans, Johnson Chapter 6: Statistics 2013 W. H. Freeman and Company 1 Chapter 6: Statistics Lesson Plan Data summary and presentation:

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

2014 NATIONAL BASEBALL ARBITRATION COMPETITION ERIC HOSMER V. KANSAS CITY ROYALS (MLB) SUBMISSION ON BEHALF OF THE CLUB KANSAS CITY ROYALS

2014 NATIONAL BASEBALL ARBITRATION COMPETITION ERIC HOSMER V. KANSAS CITY ROYALS (MLB) SUBMISSION ON BEHALF OF THE CLUB KANSAS CITY ROYALS 2014 NATIONAL BASEBALL ARBITRATION COMPETITION ERIC HOSMER V. KANSAS CITY ROYALS (MLB) SUBMISSION ON BEHALF OF THE CLUB KANSAS CITY ROYALS Player Demand: $4.00 Million Club Offer: $3.30 Million Midpoint:

More information

Internet Technology Fundamentals. To use a passing score at the percentiles listed below:

Internet Technology Fundamentals. To use a passing score at the percentiles listed below: Internet Technology Fundamentals To use a passing score at the percentiles listed below: PASS candidates with this score or HIGHER: 2.90 High Scores Medium Scores Low Scores Percentile Rank Proficiency

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

Simulating Major League Baseball Games

Simulating Major League Baseball Games ABSTRACT Paper 2875-2018 Simulating Major League Baseball Games Justin Long, Slippery Rock University; Brad Schweitzer, Slippery Rock University; Christy Crute Ph.D, Slippery Rock University The game of

More information

Predicting Season-Long Baseball Statistics. By: Brandon Liu and Bryan McLellan

Predicting Season-Long Baseball Statistics. By: Brandon Liu and Bryan McLellan Stanford CS 221 Predicting Season-Long Baseball Statistics By: Brandon Liu and Bryan McLellan Task Definition Though handwritten baseball scorecards have become obsolete, baseball is at its core a statistical

More information

Math 230 Exam 1 Name October 2, 2002

Math 230 Exam 1 Name October 2, 2002 Math 230 Exam 1 Name October 2, 2002 Instructions:Please read and answer each question carefully. When answering questions, use complete sentences. For full credit, make sure that your answers have statistical

More information

IBAF Scorers Manual INTERNATIONAL BASEBALL FEDERATION FEDERACION INTERNACIONAL DE BEISBOL

IBAF Scorers Manual INTERNATIONAL BASEBALL FEDERATION FEDERACION INTERNACIONAL DE BEISBOL IBAF Scorers Manual INTERNATIONAL BASEBALL FEDERATION FEDERACION INTERNACIONAL DE BEISBOL REVISED IN 2009 2 CONTENTS The Scorekeeper 5 Preface 6 Chapter 1 The Official Score-sheet 7 Symbols and abbreviations

More information

1. The data below gives the eye colors of 20 students in a Statistics class. Make a frequency table for the data.

1. The data below gives the eye colors of 20 students in a Statistics class. Make a frequency table for the data. 1. The data below gives the eye colors of 20 students in a Statistics class. Make a frequency table for the data. Green Blue Brown Blue Blue Brown Blue Blue Blue Green Blue Brown Blue Brown Brown Blue

More information

Minnesota Twins (7-10) 8, Seattle Mariners (7-10) 5 April 25, 2015

Minnesota Twins (7-10) 8, Seattle Mariners (7-10) 5 April 25, 2015 Minnesota Twins (7-10) 8, Seattle Mariners (7-10) 5 1 2 3 4 5 6 7 8 9 R H E Minnesota 1 0 0 1 2 2 2 0 0 8 10 0 Seattle 2 0 0 0 0 1 2 0 0 5 8 3 Minnesota AVG AB R H 2B 3B HR RBI BB SO PO A Dozier, 2B.215

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

Chapter 2: Modeling Distributions of Data

Chapter 2: Modeling Distributions of Data Chapter 2: Modeling Distributions of Data Section 2.1 The Practice of Statistics, 4 th edition - For AP* STARNES, YATES, MOORE Chapter 2 Modeling Distributions of Data 2.1 2.2 Normal Distributions Section

More information

Sample Final Exam MAT 128/SOC 251, Spring 2018

Sample Final Exam MAT 128/SOC 251, Spring 2018 Sample Final Exam MAT 128/SOC 251, Spring 2018 Name: Each question is worth 10 points. You are allowed one 8 1/2 x 11 sheet of paper with hand-written notes on both sides. 1. The CSV file citieshistpop.csv

More information

Lab 5: Descriptive Statistics

Lab 5: Descriptive Statistics Page 1 Technical Math II Lab 5: Descriptive Stats Lab 5: Descriptive Statistics Purpose: To gain experience in the descriptive statistical analysis of a large (173 scores) data set. You should do most

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

B. AA228/CS238 Component

B. AA228/CS238 Component Abstract Two supervised learning methods, one employing logistic classification and another employing an artificial neural network, are used to predict the outcome of baseball postseason series, given

More information

#35 CODY BELLINGER #58 EDWARD PAREDES

#35 CODY BELLINGER #58 EDWARD PAREDES #35 CODY BELLINGER #58 EDWARD PAREDES CODY BELLINGER // Infielder/Outfielder NON-ROSTER INVITEE 35 BATS: Left THROWS: Left HEIGHT: 6-4 WEIGHT: 213 OPENING DAY AGE: 21 ML SERVICE: 0.000 BORN: July 13, 1995

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

Table of Contents. Pitch Counter s Role Pitching Rules Scorekeeper s Role Minimum Scorekeeping Requirements Line Ups...

Table of Contents. Pitch Counter s Role Pitching Rules Scorekeeper s Role Minimum Scorekeeping Requirements Line Ups... Fontana Community Little League Pitch Counter and Scorekeeper s Guide February, 2011 Table of Contents Pitch Counter s Role... 2 Pitching Rules... 6 Scorekeeper s Role... 7 Minimum Scorekeeping Requirements...

More information

Level 2 Scorers Accreditation Handout

Level 2 Scorers Accreditation Handout Level 2 Scorers Accreditation Handout http://www.scorerswa.baseball.com.au ~ www.facebook.com/scorerswa LEVEL TWO SCORING ACCREDITATION HANDOUT This workbook is used in conjunction with the Australian

More information

1: MONEYBALL S ECTION ECTION 1: AP STATISTICS ASSIGNMENT: NAME: 1. In 1991, what was the total payroll for:

1: MONEYBALL S ECTION ECTION 1: AP STATISTICS ASSIGNMENT: NAME: 1. In 1991, what was the total payroll for: S ECTION ECTION 1: NAME: AP STATISTICS ASSIGNMENT: 1: MONEYBALL 1. In 1991, what was the total payroll for: New York Yankees? Oakland Athletics? 2. The three players that the Oakland Athletics lost to

More information

Baltimore Orioles (57-45) 2, Seattle Mariners (53-50) 1 July 25, 2014

Baltimore Orioles (57-45) 2, Seattle Mariners (53-50) 1 July 25, 2014 Baltimore Orioles (57-45) 2, Seattle Mariners (53-50) 1 1 2 3 4 5 6 7 8 9 10 R H E Baltimore 0 1 0 0 0 0 0 0 0 1 2 6 0 Seattle 0 0 0 0 0 1 0 0 0 0 1 8 0 Baltimore AVG AB R H 2B 3B HR RBI BB SO PO A Markakis,

More information

SAP Predictive Analysis and the MLB Post Season

SAP Predictive Analysis and the MLB Post Season SAP Predictive Analysis and the MLB Post Season Since September is drawing to a close and October is rapidly approaching, I decided to hunt down some baseball data and see if we can draw any insights on

More information

Los Angeles Angels (47-39) 7, Seattle Mariners (40-47) 3 July 10, 2015

Los Angeles Angels (47-39) 7, Seattle Mariners (40-47) 3 July 10, 2015 Los Angeles Angels (47-39) 7, Seattle Mariners (40-47) 3 1 2 3 4 5 6 7 8 9 R H E LA Angels 0 0 3 1 0 2 1 0 0 7 14 0 Seattle 1 0 0 0 0 0 0 0 2 3 9 1 LA Angels AVG AB R H 2B 3B HR RBI BB SO PO A Giavotella,

More information

Triple Lite Baseball

Triple Lite Baseball Triple Lite Baseball As the name implies, it doesn't cover all the bases like a game like Playball, but it still gives a great feel for the game and is really quick to play. One roll per at bat, a quick-look

More information

George F. Will, Men at Work

George F. Will, Men at Work Part of baseball s charm is the illusion it offers that all aspects of it can be completely reduced to numerical expressions and printed in agate type in the sport section. George F. Will, Men at Work

More information

Which On-Base Percentage Shows. the Highest True Ability of a. Baseball Player?

Which On-Base Percentage Shows. the Highest True Ability of a. Baseball Player? Which On-Base Percentage Shows the Highest True Ability of a Baseball Player? January 31, 2018 Abstract This paper looks at the true on-base ability of a baseball player given their on-base percentage.

More information

Announcements. Unit 7: Multiple Linear Regression Lecture 3: Case Study. From last lab. Predicting income

Announcements. Unit 7: Multiple Linear Regression Lecture 3: Case Study. From last lab. Predicting income Announcements Announcements Unit 7: Multiple Linear Regression Lecture 3: Case Study Statistics 101 Mine Çetinkaya-Rundel April 18, 2013 OH: Sunday: Virtual OH, 3-4pm - you ll receive an email invitation

More information

2015 NATIONAL BASEBALL ARBITRATION COMPETITION. Lorenzo Cain v. Kansas City Royals (MLB) SUBMISSION ON BEHALF OF KANSAS CITY ROYALS BASEBALL CLUB

2015 NATIONAL BASEBALL ARBITRATION COMPETITION. Lorenzo Cain v. Kansas City Royals (MLB) SUBMISSION ON BEHALF OF KANSAS CITY ROYALS BASEBALL CLUB 2015 NATIONAL BASEBALL ARBITRATION COMPETITION Lorenzo Cain v. Kansas City Royals (MLB) SUBMISSION ON BEHALF OF KANSAS CITY ROYALS BASEBALL CLUB Salary Midpoint: $2.725 Submission by: Team 27 TABLE OF

More information

BABE: THE SULTAN OF PITCHING STATS? by. August 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO

BABE: THE SULTAN OF PITCHING STATS? by. August 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO BABE: THE SULTAN OF PITCHING STATS? by Matthew H. LoRusso Paul M. Sommers August 2010 MIDDLEBURY COLLEGE ECONOMICS DISCUSSION PAPER NO. 10-30 DEPARTMENT OF ECONOMICS MIDDLEBURY COLLEGE MIDDLEBURY, VERMONT

More information

Seattle Mariners (16-19) 2, Boston Red Sox (17-19) 1 May 15, 2015

Seattle Mariners (16-19) 2, Boston Red Sox (17-19) 1 May 15, 2015 Seattle Mariners (16-19) 2, Boston Red Sox (17-19) 1 1 2 3 4 5 6 7 8 9 R H E Boston 0 1 0 0 0 0 0 0 0 1 7 0 Seattle 0 0 0 0 0 1 0 0 1 2 5 0 Two out when winning run scored. Boston AVG AB R H 2B 3B HR RBI

More information

CHAPTER 2 Modeling Distributions of Data

CHAPTER 2 Modeling Distributions of Data CHAPTER 2 Modeling Distributions of Data 2.2 Density Curves and Normal Distributions The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Density Curves

More information

Baseball Scorekeeping for First Timers

Baseball Scorekeeping for First Timers Baseball Scorekeeping for First Timers Thanks for keeping score! This series of pages attempts to make keeping the book for a RoadRunner Little League game easy. We ve tried to be comprehensive while also

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

2017 BALTIMORE ORIOLES SUPPLEMENTAL BIOS

2017 BALTIMORE ORIOLES SUPPLEMENTAL BIOS 2017 BALTIMORE ORIOLES SUPPLEMENTAL BIOS PLAYERS INCLUDED: NO. 51 ALEC ASHER NO. 48 RICHARD BLEIER NO. 34 PAUL JANISH PAUL JANISH 34 INF BATS RIGHT FULL NAME: Paul Ryan Janish THROWS RIGHT HEIGHT 6

More information

Seattle Mariners (42-36) 8, Boston Red Sox (35-43) 2 June 24, 2014

Seattle Mariners (42-36) 8, Boston Red Sox (35-43) 2 June 24, 2014 Seattle Mariners (42-36) 8, Boston Red Sox (35-43) 2 1 2 3 4 5 6 7 8 9 R H E Boston 0 0 0 2 0 0 0 0 0 2 8 1 Seattle 2 1 0 0 4 0 0 1 x 8 10 0 Boston AVG AB R H 2B 3B HR RBI BB SO PO A Holt, RF.320 5 1 2

More information

Seattle Mariners (52-45) 3, Los Angeles Angels (58-38) 2 July 19, 2014

Seattle Mariners (52-45) 3, Los Angeles Angels (58-38) 2 July 19, 2014 Seattle Mariners (52-45) 3, Los Angeles Angels (58-38) 2 1 2 3 4 5 6 7 8 9 10 11 12 R H E Seattle 0 0 0 0 0 1 0 0 0 0 0 2 3 9 1 LA Angels 0 0 0 0 0 0 1 0 0 0 0 1 2 5 0 Seattle AVG AB R H 2B 3B HR RBI BB

More information

Chris O Leary AN ANALYSIS OF BOB GIBSON S PITCHING MOTION & MECHANICS 12/19/2005. Last Updated 3/22/2006.

Chris O Leary AN ANALYSIS OF BOB GIBSON S PITCHING MOTION & MECHANICS 12/19/2005. Last Updated 3/22/2006. AN ANALYSIS OF BOB GIBSON S PITCHING MOTION & MECHANICS 12/19/2005 Last Updated 3/22/2006 Chris O Leary www.chrisoleary.com chris@chrisoleary.com 314.494.1324 Cell Copyright 2006 Chris O Leary General

More information

Chapter 4 Displaying Quantitative Data

Chapter 4 Displaying Quantitative Data Chapter Displaying Quantitative Data 17 Chapter Displaying Quantitative Data 1. Statistics in print. Answers will vary. 2. Not a histogram. Answers will vary. 3. In the news. Answers will vary.. In the

More information

Seattle Mariners (15-15) 4, Oakland Athletics (19-13) 2 May 5, 2014

Seattle Mariners (15-15) 4, Oakland Athletics (19-13) 2 May 5, 2014 Seattle Mariners (15-15) 4, Oakland Athletics (19-13) 2 1 2 3 4 5 6 7 8 9 R H E Seattle 2 0 0 0 1 1 0 0 0 4 9 0 Oakland 0 0 0 2 0 0 0 0 0 2 4 0 Seattle AVG AB R H 2B 3B HR RBI BB SO PO A Saunders, M, CF-LF-RF.274

More information

EMU Baseball vs. Miami, March 22, 2013

EMU Baseball vs. Miami, March 22, 2013 Eastern Michigan University DigitalCommons@EMU Sports Scores University Archives 3-22-2013 EMU Baseball vs. Miami, March 22, 2013 Eastern Michigan University Follow this and additional works at: http://commons.emich.edu/sports_scr

More information

Texas Rangers (15-9) 6, Seattle Mariners (9-14) 3 April 26, 2014

Texas Rangers (15-9) 6, Seattle Mariners (9-14) 3 April 26, 2014 Texas Rangers (15-9) 6, Seattle Mariners (9-14) 3 1 2 3 4 5 6 7 8 9 R H E Texas 0 0 0 0 3 0 0 1 2 6 11 1 Seattle 1 1 0 1 0 0 0 0 0 3 6 0 Texas AVG AB R H 2B 3B HR RBI BB SO PO A Choice, LF.214 5 0 1 0

More information

Package mrchmadness. April 9, 2017

Package mrchmadness. April 9, 2017 Package mrchmadness April 9, 2017 Title Numerical Tools for Filling Out an NCAA Basketball Tournament Bracket Version 1.0.0 URL https://github.com/elishayer/mrchmadness Imports dplyr, glmnet, Matrix, rvest,

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

Seattle Mariners (39-45) 7, Detroit Tigers (42-41) 6 July 7, 2015

Seattle Mariners (39-45) 7, Detroit Tigers (42-41) 6 July 7, 2015 Seattle Mariners (39-45) 7, Detroit Tigers (42-41) 6 1 2 3 4 5 6 7 8 9 10 11 R H E Detroit 0 3 0 2 0 0 0 1 0 0 0 6 9 0 Seattle 0 0 5 0 1 0 0 0 0 0 1 7 15 1 One out when winning run scored. Detroit AVG

More information

Seattle Mariners (42-49) 4, New York Yankees (49-41) 3 July 18, 2015

Seattle Mariners (42-49) 4, New York Yankees (49-41) 3 July 18, 2015 Seattle Mariners (42-49) 4, New York Yankees (49-41) 3 1 2 3 4 5 6 7 8 9 R H E Seattle 2 0 0 0 0 2 0 0 0 4 7 0 NY Yankees 0 0 0 2 0 0 0 0 1 3 7 0 Seattle AVG AB R H 2B 3B HR RBI BB SO PO A Miller, B, SS.243

More information

CONCEPTUAL PHYSICS LAB

CONCEPTUAL PHYSICS LAB PURPOSE The purpose of this lab is to determine the density of an unknown solid by direct calculation and by graphing mass vs. volume for several samples of the solid. INTRODUCTION Which is heavier, a

More information

2014 National Baseball Arbitration Competition

2014 National Baseball Arbitration Competition 2014 National Baseball Arbitration Competition Eric Hosmer v. Kansas City Royals Submission on Behalf of Eric Hosmer Midpoint: $3.65 million Submission by: Team 26 Table of Contents I. Introduction and

More information

Background Information. Project Instructions. Problem Statement. EXAM REVIEW PROJECT Microsoft Excel Review Baseball Hall of Fame Problem

Background Information. Project Instructions. Problem Statement. EXAM REVIEW PROJECT Microsoft Excel Review Baseball Hall of Fame Problem Background Information Every year, the National Baseball Hall of Fame conducts an election to select new inductees from candidates nationally recognized for their talent or association with the sport of

More information

Histogram. Collection

Histogram. Collection Density Curves and Normal Distributions Suppose we looked at an exam given to a large population of students. The histogram of this data appears like the graph to the left below. However, rather than show

More information

EMU Baseball vs. Kansas, March 1, 2013

EMU Baseball vs. Kansas, March 1, 2013 Eastern Michigan University DigitalCommons@EMU Sports Scores University Archives 3-1-2013 EMU Baseball vs. Kansas, March 1, 2013 Eastern Michigan University Follow this and additional works at: http://commons.emich.edu/sports_scr

More information

Mrs. Daniel- AP Stats Ch. 2 MC Practice

Mrs. Daniel- AP Stats Ch. 2 MC Practice Mrs. Daniel- AP Stats Ch. 2 MC Practice Name: 1. Jorge s score on Exam 1 in his statistics class was at the 64th percentile of the scores for all students. His score falls (a) between the minimum and the

More information

HMB Little League Scorekeeping

HMB Little League Scorekeeping HMB Little League Scorekeeping Basic information to track: Batting lineups Inning and score Balls, strikes, and outs Official game start time Pitchers and number of pitches thrown Help the coaches protect

More information

Looking at Spacings to Assess Streakiness

Looking at Spacings to Assess Streakiness Looking at Spacings to Assess Streakiness Jim Albert Department of Mathematics and Statistics Bowling Green State University September 2013 September 2013 1 / 43 The Problem Collect hitting data for all

More information

A Markov Model of Baseball: Applications to Two Sluggers

A Markov Model of Baseball: Applications to Two Sluggers A Markov Model of Baseball: Applications to Two Sluggers Mark Pankin INFORMS November 5, 2006 Pittsburgh, PA Notes are not intended to be a complete discussion or the text of my presentation. The notes

More information

Additional On-base Worth 3x Additional Slugging?

Additional On-base Worth 3x Additional Slugging? Additional On-base Worth 3x Additional Slugging? Mark Pankin SABR 36 July 1, 2006 Seattle, Washington Notes provide additional information and were reminders during the presentation. They are not supposed

More information

Scorekeeping Guide Book

Scorekeeping Guide Book Scorekeeping Guide Book Courtesy of East Orange Babe Ruth Table of Contents Page 1. Starting the Scorecard for a Game...1 2. The Scorecard Layout...2 Individual and Game Totals...2 3. Scorekeeping Basics...3

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

Los Angeles Dodgers (17-13) vs. Miami Marlins (15-14) Friday, May 02, 2014 Marlins Park, Miami, FL

Los Angeles Dodgers (17-13) vs. Miami Marlins (15-14) Friday, May 02, 2014 Marlins Park, Miami, FL Los Angeles Dodgers (17-13) vs. Miami Marlins (15-14) Friday, May 02, 2014 Marlins Park, Miami, FL Club 1 2 3 4 5 6 7 8 9 R H E LOB Los Angeles 0 0 0 0 0 0 0 2 1 3 7 0 7 Miami 0 1 0 1 0 0 4 0 x 6 11 1

More information

Seattle Mariners (43-51) 11, Detroit Tigers (46-47) 9 July 21, 2015

Seattle Mariners (43-51) 11, Detroit Tigers (46-47) 9 July 21, 2015 Seattle Mariners (43-51) 11, Detroit Tigers (46-47) 9 July 21, 2015 1 2 3 4 5 6 7 8 9 R H E Seattle 4 0 1 0 0 1 0 5 0 11 14 2 Detroit 0 1 2 0 4 0 1 1 0 9 12 0 Seattle AVG AB R H 2B 3B HR RBI BB SO PO A

More information

Seattle Mariners (36-42) 7, San Diego Padres (37-43) 0 July 1, 2015

Seattle Mariners (36-42) 7, San Diego Padres (37-43) 0 July 1, 2015 Seattle Mariners (36-42) 7, San Diego Padres (37-43) 0 1 2 3 4 5 6 7 8 9 R H E Seattle 0 0 0 0 0 1 1 1 4 7 9 0 San Diego 0 0 0 0 0 0 0 0 0 0 3 1 Seattle AVG AB R H 2B 3B HR RBI BB SO PO A Morrison, 1B.245

More information

Houston Astros (7-14) 5, Seattle Mariners (7-13) 2 April 22, 2014

Houston Astros (7-14) 5, Seattle Mariners (7-13) 2 April 22, 2014 Houston Astros (7-14) 5, Seattle Mariners (7-13) 2 1 2 3 4 5 6 7 8 9 R H E Houston 2 1 0 0 0 0 1 1 0 5 10 1 Seattle 0 0 0 0 0 0 2 0 0 2 5 1 Houston AVG AB R H 2B 3B HR RBI BB SO PO A Altuve, 2B.265 4 0

More information

Lorenzo Cain v. Kansas City Royals. Submission on Behalf of the Kansas City Royals. Team 14

Lorenzo Cain v. Kansas City Royals. Submission on Behalf of the Kansas City Royals. Team 14 Lorenzo Cain v. Kansas City Royals Submission on Behalf of the Kansas City Royals Team 14 Table of Contents I. Introduction and Request for Hearing Decision... 1 II. Quality of the Player s Contributions

More information

DO YOU KNOW WHO THE BEST BASEBALL HITTER OF ALL TIMES IS?...YOUR JOB IS TO FIND OUT.

DO YOU KNOW WHO THE BEST BASEBALL HITTER OF ALL TIMES IS?...YOUR JOB IS TO FIND OUT. Data Analysis & Probability Name: Date: Hour: DO YOU KNOW WHO THE BEST BASEBALL HITTER OF ALL TIMES IS?...YOUR JOB IS TO FIND OUT. This activity will find the greatest baseball hitter of all time. You

More information

One could argue that the United States is sports driven. Many cities are passionate and

One could argue that the United States is sports driven. Many cities are passionate and Hoque 1 LITERATURE REVIEW ADITYA HOQUE INTRODUCTION One could argue that the United States is sports driven. Many cities are passionate and centered around their sports teams. Sports are also financially

More information

George Brett - #5. Third Baseman, Brett s Major League Career Statistics

George Brett - #5. Third Baseman, Brett s Major League Career Statistics Inducted into Baseball Hall of Fame in 1999 Had number retired, May 14, 1994 Won 3 batting titles (1976, 1980, 1990) and became the only player to win titles in 3 decades Voted AL MVP in 1980 and was 2nd

More information

2015 Louisville Cardinals Baseball Overall Statistics for Louisville (as of Jun 09, 2015) (All games Sorted by Batting avg)

2015 Louisville Cardinals Baseball Overall Statistics for Louisville (as of Jun 09, 2015) (All games Sorted by Batting avg) Overall Statistics for Louisville (as of Jun 09, 2015) (All games Sorted by Batting avg) Record: 47-18 Home: 29-8 Away: 14-5 Neutral: 4-5 ACC: 25-5 Player avg gp-gs ab r h 2b 3b hr rbi tb slg% bb hp so

More information

Welcome to Replay Baseball!

Welcome to Replay Baseball! Welcome to Replay Baseball! In 97, John Brodak and Norm Roth, avid baseball fans and tabletop baseball gamers, wanted to invent a baseball board game that incorporated all the details of the sport they

More information

Package pinnacle.data

Package pinnacle.data Type Package Title Market Odds Data from Pinnacle Version 0.1.4 Author Marco Blume, Michael Yan Package pinnacle.data June 29, 2017 Maintainer Marco Blume Description Market

More information

Softball New Zealand Scorers Refresher Examination 2018

Softball New Zealand Scorers Refresher Examination 2018 Softball New Zealand Scorers Refresher Examination 2018 The entire exam will be answered in this booklet. Sections 1-3 are compulsory sections for ALL scorers. Section 4 is compulsory for Grade 6 and 7

More information