Forecasting elections with tricks and tools from Ch. 2 in BDA3

Size: px
Start display at page:

Download "Forecasting elections with tricks and tools from Ch. 2 in BDA3"

Transcription

1 Forecasting elections with tricks and tools from Ch. 2 in BDA3 1 The data Emil Aas Stoltenberg September 7, 2017 In this example we look at the political party Arbeiderpartiet (Ap) and try to predict their share of the votes in the upcoming parliamentary elections, 11 September The tools used to do this are all found in BDA3 Chapter 2 (that is Gelman et al. (2014)). They can be generalised to a model for more than one party. We use the normal approximation to the normal throughout. A more correct model (for all nine relevant parties) might be a Dirichlet-multinomial model, see Nils Course Notes and Exercises, 13. All the data used in this example can be found at the end of this document. In Figure 1 I have plotted the raw data, these are all the polls conducted from 1 January 2016 until present, which includes the dates the poll were carried out and the sample size. The data are scraped from pollofpolls.no/, a site run by a Bergen based group of lawyers (I think) that like elections. Ap poll day Figure 1: All polls conducted from until present, with point estimates for Arbeiderpartiet as well as approximate 95% confidence intervals. The solid vertical line on the right indicates election day , while the dotted horizontal line is the result Ap got in 2013, 30.8%. 1

2 2 A model This model is built with tools introduced in Chapter 2 of BDA3. For more on models of this type see e.g. Shumway and Stoffer (2006), Jackman (2009) or West and Harrison (1997). We assume that the support for Ap, denoted θ t evolves as a random walk, θ t = θ t 1 + w t, t = 0, 1, 2,..., T, (2.1) where T is the election day and w t iid N(0, τ 2 ). On some days we observe a distorted version of θ t, these are the polls, denoted y t. So instead of observing θ t directly, we see y t given by y t = θ t + v t, (2.2) where v t are independent N(0, σ 2 t ). We also assume that v t, w t are independent of each other. It is the latent support θ t that we want to make inference on. The natural point zero in time is the last election in The dataset does not include data this far back, so we set θ 0 N(m 0 = 0.308, τ 2 0 = (0.025) 2 ), (2.3) and let day zero be the 1 January That is, at the moment we start collecting data, we believe with 95% certainty that the support for Ap is within plus-minus 4.9 percentage points of the last election result. Since the sample sizes in the polls are of usually bigger than 1000, we take σ 2 t as known and equal y t (1 y t )/n, where n is the sample size of the poll conducted on day t. Furthermore, we take τ 2 as constant and known. For example, we might postulate that with 95% certainty, the latent support for a party moves by about half a percentage point from one day to the next. In which case we set τ 2 = (0.0025) 2. Finally, to ease matters, we make one simplifying assumption: there is no more than one poll published on a given day. With tools from Chapter 2 of BDA3 we can now track the latent support of Ap (or any other party in the dataset) from 1 January 2016 up until today. We can also try to predict the outcome on monday (11 September 2017). 2.1 Updating the model Let D t denote the information we have one day t. In our case, D t includes all the polls conducted up to and including day t as well as (2.3). We will work our way forward in time to get a feeling for how this works. For a more formal treatment see Theorem 2.1 in West and Harrison (1997, p. 35). 2

3 Say the first poll is published on day k 1. The posterior of θ k given D k = {y k, m 0, τ 0 } is then p(θ k D k ) p(y k θ k )p(θ k ) = N(θ k, σ 2 k )N(m 0, τ 2 k ) N( m k, ν 2 k), where τ 2 k = τ 0 + kτ 2 and m k = τ k 2 τk 2 + y k + ( 1 τ 2 ) k σ2 k τk 2 + m0, ν σ2 k 2 = σ2 k τ k 2 k τk 2 +. σ2 k See BDA3 p. 42 or my notes 1 for this updating. From now on we define τk 2 and νk 2 to be the prior and posterior variance on day k, respectively. Assume that on day k + 1 there are no polls. Then D k+1 = D k, so θ k+1 D k+1 = d θ k+1 D k, which is the posterior predictive, see BDA3 p. 41. In other words, p(θ k+1 y k ) = p(θ k+1, θ k y k ) dθ k = p(θ k+1 θ k, y k )p(θ k y k ) dθ k = p(θ k+1 θ k )p(θ k y k ) dθ k, where the last line follows because θ k+1 and y k are independent given θ k. Now, p(θ k+1 θ k )p(θ k y k ) exp{ 1 2τ 2 (θ k+1 θ k ) 2 } exp{ 1 1 = exp{ 2(νk 2 + τ 2 ) (θ k+1 m k ) 2 } exp{ 1 2 2ν 2 k (θ k m k ) 2 } τ 2 + νk 2 ( τ 2 νk 2 θk ν2 k θ k+1 + τ 2 m k ) 2}, νk 2 + τ 2 from which we see that In effect, for any j 1, p(θ k+1 y k ) = N(m k, τ 2 k ), τ 2 k = ν2 k + τ 2. p(θ k+j y k ) = N(m k, τ 2 j ), τ 2 j = ν 2 k + jτ 2. (2.4) Now, assume that the second poll appears on day j > k. The posterior on day j is p(θ j D j ) p(y j θ j )p(θ j y k ) N(m j, ν 2 j ), (2.5) 1 3

4 with p(θ j y k ) given in (2.5) and m j = τ 2 j τ 2 j + σ2 j τ 2 j y j + ( 1 τj 2 + σ2 j ) mk, νk 2 = σ2 k τ j 2 τj 2 +, σ2 k and τj 2 = νj 2 + (j k)τ 2. The updating generalises to the third poll, the fourth poll and so on, see the theorem referred to above (West and Harrison, 1997, p. 35). 2.2 Implementing the model Figure 2 displays all polls conducted from until present, with point estimates for Arbeiderpartiet. The black line is E[θ t D t ] for each t = 0, 1, 2,..., T. The red shades indicates the 95% posterior intervals. Based on this model our prediction for Ap on monday is with a 95% predictive interval [0.259, 0.284]. Ap poll day Figure 2: All polls conducted from until present, with point estimates for Arbeiderpartiet. The black line is E[θ t D t ] for each t = 0, 1, 2,..., T. The red shades indicates the 95% posterior intervals. Here is a script implementing the model in R. polls txt refers to the data included at the end of this document. 1 data <- read. table (" polls txt ",sep =";",header = TRUE ) 2 head ( data ) 3 # throw out polls with missing date or sample size 4 data <- data [is.na( data $n)== FALSE,] 4

5 5 data <- data [is.na(as. Date ( data $dato, format ="%d -%m -%Y"))== FALSE,] 6 # sort on dates 7 data <- data [ order (as. Date ( data $dato, format ="%d -%m -%Y"), decreasing = FALSE ),] 8 ## ## The election result in # Ap H Frp Sv Sp Krf V Mdg R Andre 11 elec13 <- c (30.8,26.8,16.3,4.1,5.5,5.6,5.2,2.8,1.1,1.8) 12 ## start. date <- " " 14 data $ day <- as. Date ( data $dato, format ="%d -%m -%Y") - min (as. Date ( data $dato, format ="%d -%m -%Y")) elecday <- as. Date (" ",format ="%d -%m -%Y") - as. Date ( start.date, format ="%d -%m -%Y") ## make a plot 19 # postscript (" ap_ dagtildag. eps ") 20 plot (NA, xlim =c(1, elecday ),ylim =c (0.225,0.41),frame. plot = FALSE, xlab =" day ",ylab =" poll ",main ="Ap") 21 points ( data $day, data $Ap/ 100) 22 ## get approximate confidence 23 p. hat <- data $Ap/ lower <- p. hat * sqrt (p. hat *(1 -p. hat )/ data $n) 25 upper <- p. hat * sqrt (p. hat *(1 -p. hat )/ data $n) 26 segments ( data $day, lower, data $day, upper, col =" pink ",lty =1) 27 segments ( elecday,0.2, elecday,0.42, lty =1) 28 abline (0.308,0, lty =2) 29 # dev. off () ## Average of Ap polls appearing the same day 32 nn <- data $n; Ap <- data $ Ap/ 100; 33 poll. dates <- data $ dato ; 34 day. number <- as. Date ( poll. dates, format ="%d -%m -%Y") - as. Date ( start.date, format ="%d -%m -%Y") 35 Ap.avg <- nn.avg <- c() 36 for (j in 1: length ( unique ( poll. dates ))){ 37 dd <- unique ( poll. dates )[j] 38 find <- which ( poll. dates == dd) 39 Ap.avg [j] <- sum (nn[ find ]/ sum (nn[ find ])*Ap[ find ]) 40 nn.avg [j] <- sum (nn[ find ]) 41 } # The model 45 # fix some things 46 t <- 1:( as. Date (" ",format ="%d -%m -%Y") - as. Date ( start.date, format ="%d -%m -%Y")) 47 m0 < ; tau0 < ; tau < # initial values 48 today. hat <- 0* 1:( length (t) + 1) 49 today. var <- 0* 1:( length (t) + 1) 50 today. hat [1] <- m0 ; today. var [1] <- tau0 ^2 51 y <- nn <- 0* 1: length ( t) 5

6 52 day. number. uniq <- unique ( day. number ) 53 for (i in 1: length ( day. number. uniq )){ 54 y[as. numeric ( day. number. uniq [i])] <- Ap.avg [i] 55 nn[as. numeric ( day. number. uniq [i])] <- nn.avg [i] 56 } 57 ## compute state for each day 58 for (j in 1: length (t)){ 59 if(y[j ]==0) { 60 today. hat [j +1] <- today. hat [j] 61 today. var [j +1] <- today. var [j] + tau ^2 62 } 63 else {# 64 #if(y[j]!=0){ 65 tauj.sq <- today. var [j] 66 sigmaj.sq <- y[j]*(1 -y[j])/nn[j] 67 today. hat [j +1] <- ( tauj.sq)/( tauj.sq+ sigmaj.sq)*y[j] + (1 -( tauj.sq)/( tauj.sq+ sigmaj.sq))* today. hat [j] 68 today. var [j +1] <- ( tauj.sq* sigmaj.sq)/( tauj.sq+ sigmaj.sq ) 69 } 70 } 71 ## make a plot 72 # postscript (" apstate _ dagtildag. eps ") 73 plot (NA, xlim =c(1, elecday ),ylim =c (0.225,0.41),frame. plot = FALSE, xlab =" day ",ylab =" poll ",main ="Ap") 74 ## get confidence 75 lower <- today.hat * sqrt ( today. var ) 76 upper <- today. hat * sqrt ( today. var ) 77 segments (0: length (t),lower,0: length (t),upper, col =" pink ",lty =1) 78 ## 79 points ( day. number.uniq,ap.avg, cex =.8) 80 lines ( today.hat, pch =1, cex =.5, col =" black ") 81 segments ( elecday,0.2, elecday,0.42, lty =1) 82 abline (0.308,0, lty =2) 83 # dev. off () ## prediction 87 tail ( lower <- today.hat * sqrt ( today. var )) 88 tail ( upper <- today. hat * sqrt ( today. var )) 89 tail ( today. hat ) References Gelman, A., Carlin, J. B., Stern, H. S., Dunson, D. B., Vehtari, A., and Rubin, D. B. (2014). Bayesian Data Analysis. Third Edition. CRC Press. Jackman, S. (2009). Bayesian Analysis for the Social Sciences. John Wiley & Sons. 6

7 Shumway, R. H. and Stoffer, D. S. (2006). Time Series Analysis and Its Applications: with R Examples. Springer. West, M. and Harrison, J. (1997). Bayesian Forecasting and Dynamic Models. Second Edition. Springer. A Data dato inst Ap H Frp Sv Sp Krf V Mdg R Andre n Norfakta TNS Respons Norstat Respons Opinion Ipsos Sentio Sentio InFact TNS Norstat Norfakta Ipsos InFact Norstat TNS Norfakta Norstat Ipsos Sentio TNS Norstat Norfakta InFact Norstat Respons Opinion Ipsos Sentio TNS Norstat Norfakta Norstat Respons Opinion InFact Sentio Ipsos

8 TNS Norstat Norfakta Respons Opinion Sentio Ipsos Norstat TNS Norfakta Norfakta TNS Opinion Norstat Sentio Ipsos Norstat TNS Norstat Norfakta InFact Opinion Respons Sentio Ipsos Norstat Norstat Norfakta Opinion InFact Respons Sentio Ipsos Norstat Norstat TNS Norfakta Opinion Respons Sentio Ipsos InFact Norstat Norstat InFact TNS Opinion Norfakta Respons

9 Sentio Ipsos Norstat Norfakta TNS Norstat InFact Respons Opinion Sentio Ipsos Norstat InFact Norstat Norfakta Opinion Sentio Ipsos Norstat Norstat Norfakta InFact Respons Opinion InFact Sentio Norstat Ipsos InFact Opinion Sentio Ipsos Norstat InFact Norfakta Norstat TNS Respons Opinion Sentio Ipsos Norstat InFact Norstat Norfakta InFact Opinion Respons TNS

10 Ipsos Norstat Sentio InFact Norfakta Norfakta InFact Opinion Respons TNS Norstat InFact TNS Sentio Ipsos TNS InFact Respons TNS Norstat Norstat TNS Respons TNS InFact TNS TNS Norstat InFact TNS TNS Respons TNS

TABLE 4.1 POPULATION OF 100 VALUES 2

TABLE 4.1 POPULATION OF 100 VALUES 2 TABLE 4. POPULATION OF 00 VALUES WITH µ = 6. AND = 7.5 8. 6.4 0. 9.9 9.8 6.6 6. 5.7 5. 6.3 6.7 30.6.6.3 30.0 6.5 8. 5.6 0.3 35.5.9 30.7 3.. 9. 6. 6.8 5.3 4.3 4.4 9.0 5.0 9.9 5. 0.8 9.0.9 5.4 7.3 3.4 38..6

More information

The application of the 95% Confidence interval with ISAT and IMAGE

The application of the 95% Confidence interval with ISAT and IMAGE Confidence intervals are commonly applied in many fields using statistical analyses. The most commonly seen usage of confidence intervals is within political polls. In the case of a political poll, an

More information

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran Statistics and Quantitative Analysis U4320 Segment 8 Prof. Sharyn O Halloran I. Introduction A. Overview 1. Ways to describe, summarize and display data. 2.Summary statements: Mean Standard deviation Variance

More information

Lecture 2. Review of Linear Regression I Statistics Statistical Methods II. Presented January 9, 2018

Lecture 2. Review of Linear Regression I Statistics Statistical Methods II. Presented January 9, 2018 Review of Linear Regression I Statistics 211 - Statistical Methods II Presented January 9, 2018 Estimation of The OLS under normality the OLS Dan Gillen Department of Statistics University of California,

More information

2.810 Manufacturing Processes and Systems. Quiz II (November 19, 2014) Open Book, Open Notes, Computers with Internet Off 90 Minutes

2.810 Manufacturing Processes and Systems. Quiz II (November 19, 2014) Open Book, Open Notes, Computers with Internet Off 90 Minutes 2.810 Manufacturing Processes and Systems Quiz II (November 19, 2014) Open Book, Open Notes, Computers with Internet Off 90 Minutes Write your name on every page. Clearly box your answers. State any assumptions

More information

DOT HS Summary of Statistical Findings November Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities

DOT HS Summary of Statistical Findings November Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities TRAFFIC SAFETY FACTS Research Note DOT HS 811 123 Summary of Statistical Findings November 2010 Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities Highlights Beginning

More information

Bayes Factors. Structural Equation Models (SEMs): Schwarz BIC and Other Approximations

Bayes Factors. Structural Equation Models (SEMs): Schwarz BIC and Other Approximations Bayes Factors in Structural Equation Models (SEMs): Schwarz BIC and Other Approximations Kenneth A. Bollen University of North Carolina, Chapel Hill Surajit Ray SAMSI and University of North Carolina,

More information

Regression Models Course Project, 2016

Regression Models Course Project, 2016 Regression Models Course Project, 2016 Venkat Batchu July 13, 2016 Executive Summary In this report, mtcars data set is explored/analyzed for relationship between outcome variable mpg (miles for gallon)

More information

Using Statistics To Make Inferences 6. Wilcoxon Matched Pairs Signed Ranks Test. Wilcoxon Rank Sum Test/ Mann-Whitney Test

Using Statistics To Make Inferences 6. Wilcoxon Matched Pairs Signed Ranks Test. Wilcoxon Rank Sum Test/ Mann-Whitney Test Using Statistics To Make Inferences 6 Summary Non-parametric tests Wilcoxon Signed Ranks Test Wilcoxon Matched Pairs Signed Ranks Test Wilcoxon Rank Sum Test/ Mann-Whitney Test Goals Perform and interpret

More information

JAURA ORAM PATRAS EKKA CHANDRA MANI NAIK JANARDANA DEHURY

JAURA ORAM PATRAS EKKA CHANDRA MANI NAIK JANARDANA DEHURY FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the. O.L.A... from the 14-BONAI.. Parliamentary Constitutency PART-1 (To be used both for Parliamentary and Assembly Elections) Name of the Assembly

More information

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size blu38582_if_1-8.qxd 9/27/10 9:19 PM Page 1 Important Formulas Chapter 3 Data Description Mean for individual data: Mean for grouped data: Standard deviation for a sample: X2 s X n 1 or Standard deviation

More information

Consumer attitudes to low and zero-emission cars

Consumer attitudes to low and zero-emission cars Consumer attitudes to low and zero-emission cars October 2018 Background This briefing summarises the results of a citizens survey undertaken by Ipsos Mori for Transport & Environment (T&E) examining attitudes

More information

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146

Fourth Grade. Multiplication Review. Slide 1 / 146 Slide 2 / 146. Slide 3 / 146. Slide 4 / 146. Slide 5 / 146. Slide 6 / 146 Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Multiplication Review Slide 3 / 146 Table of Contents Properties of Multiplication Factors Prime

More information

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review

Fourth Grade. Slide 1 / 146. Slide 2 / 146. Slide 3 / 146. Multiplication and Division Relationship. Table of Contents. Multiplication Review Slide 1 / 146 Slide 2 / 146 Fourth Grade Multiplication and Division Relationship 2015-11-23 www.njctl.org Table of Contents Slide 3 / 146 Click on a topic to go to that section. Multiplication Review

More information

5. CONSTRUCTION OF THE WEIGHT-FOR-LENGTH AND WEIGHT-FOR- HEIGHT STANDARDS

5. CONSTRUCTION OF THE WEIGHT-FOR-LENGTH AND WEIGHT-FOR- HEIGHT STANDARDS 5. CONSTRUCTION OF THE WEIGHT-FOR-LENGTH AND WEIGHT-FOR- HEIGHT STANDARDS 5.1 Indicator-specific methodology The construction of the weight-for-length (45 to 110 cm) and weight-for-height (65 to 120 cm)

More information

Page 1 of 9. FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the. O.L.A... from the 36-BHOGARAI.. ASSEMBLY Constitutency PART-1

Page 1 of 9. FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the. O.L.A... from the 36-BHOGARAI.. ASSEMBLY Constitutency PART-1 FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the. O.L.A... from the 36-BHOGARAI.. ASSEMBLY Constitutency PART-1 (To be used both for Parliamentary and Assembly Elections) Total No of 203114

More information

Investigation in to the Application of PLS in MPC Schemes

Investigation in to the Application of PLS in MPC Schemes Ian David Lockhart Bogle and Michael Fairweather (Editors), Proceedings of the 22nd European Symposium on Computer Aided Process Engineering, 17-20 June 2012, London. 2012 Elsevier B.V. All rights reserved

More information

An Introduction to R 2.5 A few data manipulation tricks!

An Introduction to R 2.5 A few data manipulation tricks! An Introduction to R 2.5 A few data manipulation tricks! Dan Navarro (daniel.navarro@adelaide.edu.au) School of Psychology, University of Adelaide ua.edu.au/ccs/people/dan DSTO R Workshop, 29-Apr-2015

More information

The following output is from the Minitab general linear model analysis procedure.

The following output is from the Minitab general linear model analysis procedure. Chapter 13. Supplemental Text Material 13-1. The Staggered, Nested Design In Section 13-1.4 we introduced the staggered, nested design as a useful way to prevent the number of degrees of freedom from building

More information

LECTURE 6: HETEROSKEDASTICITY

LECTURE 6: HETEROSKEDASTICITY LECTURE 6: HETEROSKEDASTICITY Summary of MLR Assumptions 2 MLR.1 (linear in parameters) MLR.2 (random sampling) the basic framework (we have to start somewhere) MLR.3 (no perfect collinearity) a technical

More information

TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO. Table of Multiple Feedback Shift Registers

TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO. Table of Multiple Feedback Shift Registers ISSN 1172-496X ISSN 1172-4234 (Print) (Online) TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO Table of Multiple Feedback Shift Registers by R. W. Ward, T.C.A. Molteno ELECTRONICS

More information

Bowley s Bayesian Sampling Theory with Some Context

Bowley s Bayesian Sampling Theory with Some Context Bowley s Bayesian Sampling Theory with Some Context John Aldrich University of Southampton SSBS08 John Aldrich (University of Southampton) Bowley, Bayes and Context SSBS08 1 / 27 Introduction Bowley s

More information

Page 1 of 11. No. of Valid Votes Cast in favour of VOTES NO. OF TENDERED NO OF REJECTED VOTES JUGAT MOHAN NAYAK BISHNU PRIYA NAYAK DR.

Page 1 of 11. No. of Valid Votes Cast in favour of VOTES NO. OF TENDERED NO OF REJECTED VOTES JUGAT MOHAN NAYAK BISHNU PRIYA NAYAK DR. FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the Lok Sabha from the 4-KEONJHAR(ST).. Parliamentary Constitutency PART-1 (To be used both for Parliamentary and Assembly Elections) Total No

More information

Errata for the book The Science of Vehicle Dynamics 2nd edition first printing (2018) second (corrected) printing (2019)

Errata for the book The Science of Vehicle Dynamics 2nd edition first printing (2018) second (corrected) printing (2019) Errata for the book The Science of Vehicle Dynamics 2nd edition first printing (2018) second (corrected) printing (2019) Massimo Guiggiani March 7, 2019 These are all the errors and omissions for the first

More information

DOWNLOAD OR READ : MARKOV CHAINS ANALYTIC AND MONTE CARLO COMPUTATIONS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : MARKOV CHAINS ANALYTIC AND MONTE CARLO COMPUTATIONS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : MARKOV CHAINS ANALYTIC AND MONTE CARLO COMPUTATIONS PDF EBOOK EPUB MOBI Page 1 Page 2 markov chains analytic and monte carlo computations markov chains analytic and pdf markov chains

More information

Page 1 of 10. Total No of Electors in Assembly Constituency / Segment. No. of Valid Votes Cast in favour of SIBO SANKAR ULLAKA VOTES

Page 1 of 10. Total No of Electors in Assembly Constituency / Segment. No. of Valid Votes Cast in favour of SIBO SANKAR ULLAKA VOTES FORM-20 FINAL RESULT SHEET [See Rule 56 (7) ] Election to the Lok Sabha fom the 21-KORAPUT Parliamentary Constitutency PART-1 (To be used both for Parliamentary and Assembly Elections) Name of the Assembly

More information

Graphics in R. Fall /5/17 1

Graphics in R. Fall /5/17 1 Graphics in R Fall 2017 9/5/17 1 Graphics Both built in and third party libraries for graphics Popular examples include ggplot2 ggvis lattice We will start with built in graphics Basic functions to remember:

More information

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017 Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests February 2017 Updated November 2017 2017 NWEA. All rights reserved. No part of this document may be modified or further distributed without

More information

More Now Disapprove of Trudeau Than Approve

More Now Disapprove of Trudeau Than Approve FOR IMMEDIATE RELEASE More Now Disapprove of Trudeau Than Approve Liberals and Conservatives tied, but Liberals still edge out a minority Toronto, April 26 th In a random sampling of public opinion taken

More information

CRITICAL SPEED ANALYSIS FOR DUAL ROTOR SYSTEM USING FINITE ELEMENT METHOD

CRITICAL SPEED ANALYSIS FOR DUAL ROTOR SYSTEM USING FINITE ELEMENT METHOD CRITICAL SPEED ANALYSIS FOR DUAL ROTOR SYSTEM USING FINITE ELEMENT METHOD Kai Sun, Zhao Wan, Huiying Song, Shaohui Wang AVIC Commercial Aircraft Engine Co. Ltd, 3998 South Lianhua Road, 201108 Shanghai,

More information

Technical Papers supporting SAP 2009

Technical Papers supporting SAP 2009 Technical Papers supporting SAP 29 A meta-analysis of boiler test efficiencies to compare independent and manufacturers results Reference no. STP9/B5 Date last amended 25 March 29 Date originated 6 October

More information

Appendix B STATISTICAL TABLES OVERVIEW

Appendix B STATISTICAL TABLES OVERVIEW Appendix B STATISTICAL TABLES OVERVIEW Table B.1: Proportions of the Area Under the Normal Curve Table B.2: 1200 Two-Digit Random Numbers Table B.3: Critical Values for Student s t-test Table B.4: Power

More information

3 News TNS Opinion Poll. 3 News TNS Poll. Opinion Poll Results

3 News TNS Opinion Poll. 3 News TNS Poll. Opinion Poll Results 3 News TNS Poll Embargoed until 6pm, 31 st ust 2005 Opinion Poll Results 25 th 30 th ust 2005 TNS used to be called NFO/CM Research, and is still New Zealand s leading consultative market research and

More information

UAVs using Bayesian Optimization to Locate WiFi Devices

UAVs using Bayesian Optimization to Locate WiFi Devices UAVs using Bayesian Optimization to Locate WiFi Devices Mattia Carpin University of Padova Padova, Italy mattiacarpin@gmail.com Mohammad Emtiyaz Khan emtiyaz@gmail.com Stephano Rosati stefano.rosati@epfl.ch

More information

Evaluating Stakeholder Engagement

Evaluating Stakeholder Engagement Evaluating Stakeholder Engagement Peace River October 17, 2014 Stakeholder Engagement: The Panel recognizes that although significant stakeholder engagement initiatives have occurred, these efforts were

More information

HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY

HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY OVERVIEW 1 2 3 Key Points Methodology: Adults overwhelmingly regard January the automotive 20 21, 2018. The industry as innovative, dynamic and changing for

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

ESTIMATING ELASTICITIES OF HOUSEHOLD DEMAND FOR FUELS FROM CHOICE ELASTICITIES BASED ON STATED PREFERENCE

ESTIMATING ELASTICITIES OF HOUSEHOLD DEMAND FOR FUELS FROM CHOICE ELASTICITIES BASED ON STATED PREFERENCE ESTIMATING ELASTICITIES OF HOUSEHOLD DEMAND FOR FUELS FROM CHOICE ELASTICITIES BASED ON STATED PREFERENCE Zeenat ABDOOLAKHAN zabdoola@biz.uwa.edu.au, 08 6488 2908 Information Management and Transport School

More information

Who has trouble reporting prior day events?

Who has trouble reporting prior day events? Vol. 10, Issue 1, 2017 Who has trouble reporting prior day events? Tim Triplett 1, Rob Santos 2, Brian Tefft 3 Survey Practice 10.29115/SP-2017-0003 Jan 01, 2017 Tags: missing data, recall data, measurement

More information

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017 ECE 550D Fundamentals of Computer Systems and Engineering Fall 2017 Digital Arithmetic Prof. John Board Duke University Slides are derived from work by Profs. Tyler Bletch and Andrew Hilton (Duke) Last

More information

Improving CERs building

Improving CERs building Improving CERs building Getting Rid of the R² tyranny Pierre Foussier pmf@3f fr.com ISPA. San Diego. June 2010 1 Why abandon the OLS? The ordinary least squares (OLS) aims to build a CER by minimizing

More information

Descriptive Statistics

Descriptive Statistics Chapter 2 Descriptive Statistics 2-1 Overview 2-2 Summarizing Data 2-3 Pictures of Data 2-4 Measures of Central Tendency 2-5 Measures of Variation 2-6 Measures of Position 2-7 Exploratory Data Analysis

More information

FOR IMMEDIATE RELEASE

FOR IMMEDIATE RELEASE Article No. 7845 Available on www.roymorgan.com Roy Morgan Unemployment Profile Friday, 18 January 2019 Unemployment in December is 9.7% and under-employment is 8.8% FOR IMMEDIATE RELEASE Australian unemployment

More information

INFORMATION SYSTEMS EDI NORMATIVE

INFORMATION SYSTEMS EDI NORMATIVE Delivery Call-Off VDA 4905 GRUPO ANTOLIN Information Page 1 / 22 Purpose This Standard describes the specifications of GRUPO ANTOLIN for suppliers concerning the usage of VDA 4905 for the Delivery Call-Off.

More information

Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear. Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method

Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear. Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method Econometrics for Health Policy, Health Economics, and Outcomes Research Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method

More information

PREDICTION OF FUEL CONSUMPTION

PREDICTION OF FUEL CONSUMPTION PREDICTION OF FUEL CONSUMPTION OF AGRICULTURAL TRACTORS S. C. Kim, K. U. Kim, D. C. Kim ABSTRACT. A mathematical model was developed to predict fuel consumption of agricultural tractors using their official

More information

Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path

Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path AVEC 1 Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path A.M.C. Odhams and D.J. Cole Cambridge University Engineering Department

More information

FINAL REPORT AP STATISTICS CLASS DIESEL TRUCK COUNT PROJECT

FINAL REPORT AP STATISTICS CLASS DIESEL TRUCK COUNT PROJECT FINAL REPORT AP STATISTICS CLASS 2017-2018 DIESEL TRUCK COUNT PROJECT Authors: AP Statistics Class 2017-2018 Table of Contents SURVEY QUESTION...p. 2 AIR QUALITY...p. 3-4 TOTAL TRUCK COUNTS.p. 5 TRUCK

More information

PHY152H1S Practical 3: Introduction to Circuits

PHY152H1S Practical 3: Introduction to Circuits PHY152H1S Practical 3: Introduction to Circuits Don t forget: List the NAMES of all participants on the first page of each day s write-up. Note if any participants arrived late or left early. Put the DATE

More information

The Value of Travel-Time: Estimates of the Hourly Value of Time for Vehicles in Oregon 2007

The Value of Travel-Time: Estimates of the Hourly Value of Time for Vehicles in Oregon 2007 The Value of Travel-Time: Estimates of the Hourly Value of Time for Vehicles in Oregon 2007 Oregon Department of Transportation Long Range Planning Unit June 2008 For questions contact: Denise Whitney

More information

Troubleshooting Guide for Okin Systems

Troubleshooting Guide for Okin Systems Troubleshooting Guide for Okin Systems More lift chair manufacturers use the Okin electronics system than any other system today, mainly because they re quiet running and usually very dependable. There

More information

EU Poll Prepared on behalf of Leave.EU

EU Poll Prepared on behalf of Leave.EU EU Poll Methodology Table 1 Q1. Normal weightings Q1. If there were to be another general election, on a scale of 0-10, where 10 is certain, how likely would you be to vote? EU Poll Page 4 Gender Age

More information

September 2014 Data Release

September 2014 Data Release September 214 Data Release Fannie Mae s consumer attitudinal survey polls the adult U.S. general population to assess their attitudes about homeownership, renting a home, the economy, and household finances.

More information

AIR POLLUTION AND ENERGY EFFICIENCY. Update on the proposal for "A transparent and reliable hull and propeller performance standard"

AIR POLLUTION AND ENERGY EFFICIENCY. Update on the proposal for A transparent and reliable hull and propeller performance standard E MARINE ENVIRONMENT PROTECTION COMMITTEE 64th session Agenda item 4 MEPC 64/INF.23 27 July 2012 ENGLISH ONLY AIR POLLUTION AND ENERGY EFFICIENCY Update on the proposal for "A transparent and reliable

More information

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Kaoru SAWASE* Yuichi USHIRODA* Abstract This paper describes the verification by calculation of vehicle

More information

Monitoring and Control

Monitoring and Control Andrea Polini Software Project Management MSc in Computer Science University of Camerino A.Y. 2016/2017 Andrea Polini Monitoring and Control SPM A.Y. 2016/2017 1 / 18 Monitoring and control Once the project

More information

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath.

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath. LET S ARGUE: STUDENT WORK PAMELA RAWSON Baxter Academy for Technology & Science Portland, Maine pamela.rawson@gmail.com @rawsonmath rawsonmath.com Contents Student Movie Data Claims (Cycle 1)... 2 Student

More information

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests *

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association (NWEA

More information

EPSE Project 1: Sample Diagnostic Questions - Set 2

EPSE Project 1: Sample Diagnostic Questions - Set 2 EPSE Project 1: Sample Diagnostic Questions - Set 2 Electric current These questions all probe pupils understanding of the idea of electric current as a conserved quantity, i.e. as something which goes

More information

Motor Trend Yvette Winton September 1, 2016

Motor Trend Yvette Winton September 1, 2016 Motor Trend Yvette Winton September 1, 2016 Executive Summary Objective In this analysis, the relationship between a set of variables and miles per gallon (MPG) (outcome) is explored from a data set of

More information

April 2014 Data Release

April 2014 Data Release April 214 Data Release Fannie Mae s consumer attitudinal survey polls the adult U.S. general population to assess their attitudes about homeownership, renting a home, the economy, and household finances.

More information

Draft Unofficial description of the UNRC charger menus

Draft Unofficial description of the UNRC charger menus Table of contents 1. The main screen... 2 2. Charge modes overview... 2 3. Selecting modes... 3 4. Editing settings... 3 5. Choose default charge mode... 4 6. Edit memory banks... 4 7. Charge mode description...

More information

FutureMetrics LLC. 8 Airport Road Bethel, ME 04217, USA. Cheap Natural Gas will be Good for the Wood-to-Energy Sector!

FutureMetrics LLC. 8 Airport Road Bethel, ME 04217, USA. Cheap Natural Gas will be Good for the Wood-to-Energy Sector! FutureMetrics LLC 8 Airport Road Bethel, ME 04217, USA Cheap Natural Gas will be Good for the Wood-to-Energy Sector! January 13, 2013 By Dr. William Strauss, FutureMetrics It is not uncommon to hear that

More information

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests *

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association

More information

MONTHLY NEW RESIDENTIAL SALES, SEPTEMBER 2018

MONTHLY NEW RESIDENTIAL SALES, SEPTEMBER 2018 FOR RELEASE AT 10:00 AM EDT, WEDNESDAY, OCTOBER 24, MONTHLY NEW RESIDENTIAL SALES, SEPTEMBER Release Number: CB18 160 October 24, The U.S. Census Bureau and the U.S. Department of Housing and Urban Development

More information

Mandatory Experiment: Electric conduction

Mandatory Experiment: Electric conduction Name: Class: Mandatory Experiment: Electric conduction In this experiment, you will investigate how different materials affect the brightness of a bulb in a simple electric circuit. 1. Take a battery holder,

More information

The Dynamics of Annuity Pricing, Credit, Mortality Risk & Capital Management for UK Life Offices

The Dynamics of Annuity Pricing, Credit, Mortality Risk & Capital Management for UK Life Offices The Dynamics of Annuity Pricing, Credit, Mortality Risk & Capital Management for UK Life Offices John Hibbert 23 rd June 3 Finance & Investment Conference 2 Overview Some background on the annuity market.

More information

TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA

TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA TRUTH AND LIES: CONSUMER PERCEPTION VS. DATA Rosario Murguia, Consumer and Product Research Manager, Procter & Gamble Diana Ballard, Senior Consulting Statistician, Predictum Inc. Michael E. Haslam, PhD,

More information

MONTHLY NEW RESIDENTIAL SALES, APRIL 2017

MONTHLY NEW RESIDENTIAL SALES, APRIL 2017 FOR RELEASE AT 10:00 AM EDT, TUESDAY, MAY 23, MONTHLY NEW RESIDENTIAL SALES, APRIL Release Number: CB17-80 May 23, - The U.S. Census Bureau and the U.S. Department of Housing and Urban Development jointly

More information

ISO :2015/DAM 1

ISO :2015/DAM 1 DRAFT AMENDMENT ISO 19973-2:2015/DAM 1 ISO/TC 131 Voting begins on: 2018-01-15 Secretariat: ANSI Voting terminates on: 2018-04-09 Pneumatic fluid power Assessment of component reliability by testing Part

More information

MEMORANDUM To: From: Cc: Date: Re: Section 1 Summary of Findings

MEMORANDUM To: From: Cc: Date: Re: Section 1 Summary of Findings MEMORANDUM To: Massachusetts Electric PAs and EEAC Consultants From: Monica Nevius and Lauren Abraham, NMR Cc: Lisa Wilson-Wright, David Barclay, and Lynn Hoefgen, NMR Date: February 16, 2017 Re: Study

More information

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests *

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association (NWEA

More information

Performance of the Mean- and Variance-Adjusted ML χ 2 Test Statistic with and without Satterthwaite df Correction

Performance of the Mean- and Variance-Adjusted ML χ 2 Test Statistic with and without Satterthwaite df Correction FORDHAM UNIVERSITY THE JESUIT UNIVERSITY OF NEW YORK Performance of the Mean- and Variance-Adjusted ML χ 2 Test Statistic with and without Satterthwaite df Correction Jonathan M. Lehrfeld Heining Cham

More information

July 16, 2014 Page 2 of 9 Model Year Jeep Liberty (KJ) , , , , , ,997 Model Year Jeep Gr

July 16, 2014 Page 2 of 9 Model Year Jeep Liberty (KJ) , , , , , ,997 Model Year Jeep Gr July 16, 2014 Page 1 of 9 Preliminary Statement On April 30, 2009 Chrysler LLC, the entity that manufactured and sold the vehicles that are the subject of this Information Request, filed a voluntary petition

More information

DEPARTMENT OF STATISTICS AND DEMOGRAPHY MAIN EXAMINATION, 2011/12 STATISTICAL INFERENCE II ST232 TWO (2) HOURS. ANSWER ANY mree QUESTIONS

DEPARTMENT OF STATISTICS AND DEMOGRAPHY MAIN EXAMINATION, 2011/12 STATISTICAL INFERENCE II ST232 TWO (2) HOURS. ANSWER ANY mree QUESTIONS I.. UNIVERSITY OF SWAZILAND Page 1 of3 DEPARTMENT OF STATISTICS AND DEMOGRAPHY, MAIN EXAMINATION, 2011/12 COURSE TITLE: STATISTICAL INFERENCE II COURSE CODE: ST232 TIME ALLOWED: TWO (2) HOURS INSTRUCTION:

More information

Flexible Ramping Product Technical Workshop

Flexible Ramping Product Technical Workshop Flexible Ramping Product Technical Workshop September 18, 2012 Lin Xu, Ph.D. Senior Market Development Engineer Don Tretheway Senior Market Design and Policy Specialist Agenda Time Topic Presenter 10:00

More information

Self-Concept. The total picture a person has of him/herself. It is a combination of:

Self-Concept. The total picture a person has of him/herself. It is a combination of: SELF CONCEPT Self-Concept The total picture a person has of him/herself. It is a combination of: traits values thoughts feelings that we have for ourselves (self-esteem) Self-Esteem Feelings you have for

More information

An investigational model for reduction of tied up capital and deepened supplier collaboration - A case study at ABB Xinhui and ABB Cewe-Control

An investigational model for reduction of tied up capital and deepened supplier collaboration - A case study at ABB Xinhui and ABB Cewe-Control An investigational model for reduction of tied up capital and deepened supplier collaboration - A case study at ABB Xinhui and ABB Cewe-Control Sanna Melin & Therese Råvik January 2010 Lund University,

More information

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25 Analysis of Big Data Streams to Obtain Braking Reliability Information for Train Protection Systems Prof. Dr. Raphael Pfaff Aachen University of Applied Sciences pfaff@fh-aachen.de www.raphaelpfaff.net

More information

Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population 1

Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population 1 Effect of Sample Size and Method of Sampling Pig Weights on the Accuracy of Estimating the Mean Weight of the Population C. B. Paulk, G. L. Highland 2, M. D. Tokach, J. L. Nelssen, S. S. Dritz 3, R. D.

More information

Linking the Florida Standards Assessments (FSA) to NWEA MAP

Linking the Florida Standards Assessments (FSA) to NWEA MAP Linking the Florida Standards Assessments (FSA) to NWEA MAP October 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

Parks and Transportation System Development Charge Methodology

Parks and Transportation System Development Charge Methodology City of Sandy Parks and Transportation System Development Charge Methodology March, 2016 Background In order to implement a City Council goal the City of Sandy engaged FCS Group in January of 2015 to update

More information

Lingering Effects of Truckers Strike Impact Planting Plans

Lingering Effects of Truckers Strike Impact Planting Plans THIS REPORT CONTAINS ASSESSMENTS OF COMMODITY AND TRADE ISSUES MADE BY USDA STAFF AND NOT NECESSARILY STATEMENTS OF OFFICIAL U.S. GOVERNMENT POLICY Required Report - public distribution Brazil Post: Brasilia

More information

Introducing. Smart Energy Pricing

Introducing. Smart Energy Pricing Introducing Smart Energy Pricing Cheryl Hindes Director of Load Analysis and Settlement August 12, 2009 BGE s 2008 Smart Energy Pricing (SEP) Pilot featured Peak Time Rebate and Critical Peak Pricing Pilot

More information

Getting Electricity A pilot indicator set from the Doing Business Project. of the World Bank

Getting Electricity A pilot indicator set from the Doing Business Project. of the World Bank Getting Electricity A pilot indicator set from the Doing Business Project International Conference on Infrastructure Economics and Development (Toulouse, January 14-15, 2010). of the World Bank Connecting

More information

Liberals Lead in Ontario

Liberals Lead in Ontario FOR IMMEDIATE RELEASE Liberals Lead in Ontario Headed for majority government MAY 13 th, 2014 In a random sampling of public opinion taken by the Forum Poll among 996 Ontario voters, close to 4 in 10 will

More information

Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL

Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL EUROPEAN COMMISSION Brussels, 11.11.2011 COM(2011) 710 final 2011/0327 (COD) Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive 2006/126/EC of the European Parliament

More information

9.3 Tests About a Population Mean (Day 1)

9.3 Tests About a Population Mean (Day 1) Bellwork In a recent year, 73% of first year college students responding to a national survey identified being very well off financially as an important personal goal. A state university finds that 132

More information

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH APPENDIX G ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH INTRODUCTION Studies on the effect of median width have shown that increasing width reduces crossmedian crashes, but the amount of reduction varies

More information

Troubleshooting Guide for Limoss Systems

Troubleshooting Guide for Limoss Systems Troubleshooting Guide for Limoss Systems NOTE: Limoss is a manufacturer and importer of linear actuators (motors) hand controls, power supplies, and cables for motion furniture. They are quickly becoming

More information

Modeling Ignition Delay in a Diesel Engine

Modeling Ignition Delay in a Diesel Engine Modeling Ignition Delay in a Diesel Engine Ivonna D. Ploma Introduction The object of this analysis is to develop a model for the ignition delay in a diesel engine as a function of four experimental variables:

More information

DOT HS September NHTSA Technical Report

DOT HS September NHTSA Technical Report DOT HS 809 144 September 2000 NHTSA Technical Report Analysis of the Crash Experience of Vehicles Equipped with All Wheel Antilock Braking Systems (ABS)-A Second Update Including Vehicles with Optional

More information

Transmission Error in Screw Compressor Rotors

Transmission Error in Screw Compressor Rotors Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2008 Transmission Error in Screw Compressor Rotors Jack Sauls Trane Follow this and additional

More information

Dynamics of Machines. Prof. Amitabha Ghosh. Department of Mechanical Engineering. Indian Institute of Technology, Kanpur. Module No.

Dynamics of Machines. Prof. Amitabha Ghosh. Department of Mechanical Engineering. Indian Institute of Technology, Kanpur. Module No. Dynamics of Machines Prof. Amitabha Ghosh Department of Mechanical Engineering Indian Institute of Technology, Kanpur Module No. # 04 Lecture No. # 03 In-Line Engine Balancing In the last session, you

More information

CIS 662: Sample midterm w solutions

CIS 662: Sample midterm w solutions CIS 662: Sample midterm w solutions 1. (40 points) A processor has the following stages in its pipeline: IF ID ALU1 MEM1 MEM2 ALU2 WB. ALU1 stage is used for effective address calculation for loads, stores

More information

Tables. for Product Testing Methods. Revised January 2013

Tables. for Product Testing Methods. Revised January 2013 T Tables les for Product Testing Methods Revised January 2013 7629 Hull Street Road Richmond, VA 23235 PH: 804-675-2980 FX: 804-675-2983 Email: mail@ifpress.com www.ifpress.com TABLES BY SUBJECT page Table

More information

Using Machine Learning to Automatically Predict and Identify Defects in Automotive Assembly Processes

Using Machine Learning to Automatically Predict and Identify Defects in Automotive Assembly Processes Using Machine Learning to Automatically Predict and Identify Defects in Automotive Assembly Processes David Johnson Foxcon 2017 Software Developer s Conference Outline Brief introduction to Machine Learning

More information

9-5/OG 9-3 Key FAQ/How-To

9-5/OG 9-3 Key FAQ/How-To 9-5/OG 9-3 Key FAQ/How-To The 9-5 and Original 9-3 were the first Saabs to use an electronic key. Gone is the ability to simply have your hardware store cut you a spare key, these keys must be electronically

More information

CHAPTER 2 MODELLING OF SWITCHED RELUCTANCE MOTORS

CHAPTER 2 MODELLING OF SWITCHED RELUCTANCE MOTORS 9 CHAPTER 2 MODELLING OF SWITCHED RELUCTANCE MOTORS 2.1 INTRODUCTION The Switched Reluctance Motor (SRM) has a simple design with a rotor without windings and a stator with windings located at the poles.

More information

Motor Trend MPG Analysis

Motor Trend MPG Analysis Motor Trend MPG Analysis SJ May 15, 2016 Executive Summary For this project, we were asked to look at a data set of a collection of cars in the automobile industry. We are going to explore the relationship

More information