Chapter 3. Descriptive Statistics Numerical Methods

Size: px
Start display at page:

Download "Chapter 3. Descriptive Statistics Numerical Methods"

Transcription

1 Chapter 3 Descrptve Statstcs Numercal Methods

2 Our goal? Numbers to help us answer smple questons. What s a typcal value? How varable are the data? How extreme s a partcular value? Gven data on two varables, how closely do they move together?

3 Measures of Central Tendency Here are three ways to dentfy a typcal observaton Mean the arthmetc average Medan the mddlemost value Mode the most common value

4 There are formulas, but... One confusng thng about the formulas s all the notaton they use. To explan why we need the notaton, and why you need to know t, let me remnd you of an mportant dstncton...

5 Populaton vs. Sample A populaton s the set of all data that characterze some phenomenon, and a number computed from populaton data s called a parameter. A sample s a subset of a populaton, and a number computed from sample data s called a statstc.

6 An Example Populaton - All regstered voters. Parameter The fracton of all regstered voters who prefer John McCan to Barack Obama. Sample 2500 voters surveyed by Gallup. Statstc The fracton of voters n the poll who prefer McCan to Obama.

7 Another Example Populaton - All Duracell AA batteres. Parameter The average lfetme of all Duracell AA batteres n a partcular toy. Sample A hundred batteres beng tested by the manufacturer. Statstc The average lfetme of the 100 tested batteres n the partcular toy.

8 Why s the dstncton mportant? Sample statstcs are very dfferent from populaton parameters. Parameters are fxed numbers. Before the sample s drawn, statstcs depend on the elements that may be selected, and are random. Once a sample s drawn, the numbers themselves are lkely to be dfferent; that s 48% of the populaton but 51% of the sample may prefer Obama. Therefore, our notaton must clearly dstngush sample statstcs from populaton parameters.

9 Now let us return... To those measures of central tendency.

10 The Sample Mean The sample mean s the arthmetc mean of some sample data. The notaton for a sample mean s X-bar. The notaton for sample sze s a lower case n. X = n = 1 n x

11 The Populaton Mean The populaton mean s the arthmetc mean of some populaton data. The notaton for a populaton mean s the Greek letter mu. The notaton for populaton sze s an upper case N. N µ = = 1 N x

12 And THIS s the summaton operator Here t s just tellng us to add the observatons. n = 1 x = x + x + x + x n

13 Don t be ntmdated by the summaton operator It s just shorthand; t saves space. The summaton operator s just the Greek letter Sgma. Sgma s Greek for S, and S stands for Sum. S for Sum, meanng add them all up.

14 Formulas wth summaton operators confuse you? Consult Anderson, Sweeny, and Wllams Appendx C, and memorze the rules lsted there, or Do what I do, whch s fgure t out as you go along. For example...

15 Is ths a vald operaton? n? n ax = a x = 1 = 1

16 Just undo the shorthand to see! n = 1 So n = ax = ax + ax + ax + ax n a x = a x + x + x + x ( ) = 1 = n ax = a x n n

17 How about ths? Is t ok? n n n ( )? ax + by = a x + b y = 1 = 1 = 1

18 Undo the shorthand to check n = 1 n ( ) ax + by = ax + by + ax + by + ax + by + ax + by n n ( ) ( ) ( ) n n = 1 = 1 So, yes, n a x + b y = a x + x + x x + b y + y + y y n n n ax + by = a x + b y = 1 = 1 = 1

19 Let s go back to our formulas Suppose you are gven the followng data 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17

20 Sample or populaton data? It depends on the context. Suppose ths data came from askng 13 people the number of computer games they own. If you are nvestgatng the number of games owned by these partcular 13 people, then ths s populaton data If you are nvestgatng the number of games owned by a larger group, and these 13 people are members of that group, then ths s sample data. In homework problems, the default s sample data.

21 The mean n ths example X x = 1 X = n = = 13 n 9

22 The medan n ths example Snce the medan s the mddlemost observaton, one way to fnd t s to order the observatons and throw away observatons one at a tme from each end, untl one s left n the mddle n ths case, 8. 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17 2,3,3, 4, 6,7,8,11,12,13,15,16,17

23 Suppose you have an even number of observatons! In that case, you wll be left wth two numbers n the mddle when you have fnshed elmnatng numbers from both the top and bottom. The medan s found by addng those two numbers and dvdng by two.

24 The mode n ths example Here s our data. Note that the only observaton that appears twce s 3 makng t the mode, or most common observaton. But 3 s not a very typcal observaton, whch s why the mode s hardly ever used. 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17

25 Mean vs. Medan In 1983, the average startng salary of Rhetorc and Communcatons majors at the Unversty of Vrgna was approxmately $35,000 a year, far more than that of other majors n the college of Arts and Scence. Can you guess why?

26 Ralph Sampson, a Rhetorc and Communcatons major, was the frst pck n the NBA draft. The Houston Rockets pad hm $2,000,000 a year. Here s your answer!

27 Robust Statstcs A statstc s sad to be robust f t s not dramatcally affected by a small number of extreme observatons. The medan s robust, the mean s not. Therefore the medan s usually a better ndcaton of a typcal value.

28 How the mean and medan dffer If a dstrbuton s not symmetrc... And there are a handful of extremely large or small values... The mean wll be pulled n the drecton of the extreme values. The Ralph Sampson story llustrates the problem.

29 Look at the ncome dstrbuton n the USA n 1992

30 Asymmetrc, skewed to the rght The medan ncome s marked on the graph, at about $22,000 a year. The mean s not reported, but t appears to be about $30,000 a year.

31 Many people use statstcs the way a drunk uses a lamp post For support... Not for Illumnaton.

32 And they play games wth the mean and medan An ncumbent poltcan wll boast of how well the economy s dong, and use mean ncome numbers as evdence. The challenger wll complan of how badly the economy s dong, and use medan ncome numbers as evdence. Confusng voters.

33 Measures of Varablty Range Interquartle Range Varance Standard Devaton Coeffcent of Varaton

34 The Range The Range of a data set s just the dfference between the bggest and smallest observaton. The Range s easy to compute, but t s not robust, and therefore may be msleadng. As n: Startng salares for Rhetorc and Communcatons majors range from $18,000 to $2,000,000 a year.

35 An Example Lets use the earler data to llustrate. 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17 The Range s 17 2 = 15

36 Interquartle Range (IQR) Ths s the spread of the mddle 50% of the observatons. It s defned as Q3 Q1 Q3 s the thrd quartle, or 75 th percentle. 75% of all observatons are smaller than Q3. Q1 s the frst quartle, or 25 th percentle. 25% of all observatons are smaller than Q1. (Q2 s the second quartle, or medan.)

37 How do you fnd quartles? Bascally, to fnd Q3, the 75 th percentle, order the data and throw away 3 observatons from the bottom for every one from the top. Here, Q3 s 13. 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17 2,3,3,4,6,7,8,11,12,13, 15, 16,17

38 Q1 works the same way To fnd Q1, the 25 th percentle, order the data and throw away 1 observaton from the bottom for every 3 from the top. Here Q1 s 4, so IQR = Q3 - Q1= 13 4 = 9. 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17 2,3,3,4, 6,7,8,11,12,13,15,16,17

39 I cheated a bt to make t smple Wth 13 observatons, elmnatng observatons n ths way leaves you wth just one observaton remanng. If the number of observatons you have s not equal to 4n+1 for some n, there wll be two, three, or four observatons remanng. Then you must round or nterpolate.

40 A, S, & W propose ths soluton Arrange data n ascendng order. Compute, where p s the percentle you seek and n s the sample sze. If s an nteger, average the th and +1 st observatons. If s not nteger, round up. p = 100 n

41 An Example fndng Q3 Here p = 75, n = 6. Whch gves = 4.5. Whch s not nteger. So round up to 5. The 5 th observaton s 9, so Q3 = 9. 2, 3, 6, 7, 9,10 75 = 6 =

42 An Example fndng Q1 Here p = 25, n=8 Whch gves = 2. Whch IS an nteger. So average the second and thrd observatons. To get (5+6)/2 = 5.5 So Q1 = 5.5 2, 5, 6, 6, 7, 8, 9,10 25 = 8 = 2 100

43 But ths s an arbtrary conventon Mntab uses a dfferent rule. In our frst example, where we got Q3 = 9, Mntab gets Q3 = In our second example, where we got Q1 = 5.5, Mntab gets Q1 = 5.25.

44 Varance of a Populaton The varance s the average sze of a squared devaton about the mean. Lower-case sgma squared s populaton varance. Note the use of mu and N n the formula: all these are populaton parameters. N σ 2 = 1 = ( x µ ) 2 N

45 Varance of a Sample Lower-case s-squared denotes sample varance. Note the use of X-bar and n n the formula: these are sample statstcs. Also note the funky denomnator, n-1, where you would expect to see n. s n 2 = 1 = ( x x) 2 n 1

46 Why use n-1 wth sample data? A sophstcated explanaton s comng n Chapter 7, but thnk of t as a fudge factor. Havng to compute squared devatons around the sample mean nstead of the true populaton mean makes the numerator too small. Dvdng by n-1 corrects for ths.

47 Example of the Calculaton The heart of the calculaton s evaluatng the numerator. Here s our example. Remember, the mean s 9. n = 1 ( x ) x = ( 2 9) + ( 3 9) + ( 3 9) n = 1 2,3, 3, 4, 6, 7, 8,11,12,13,15,16,17 ( x ) x = = 338

48 Fnshng the Varance calculaton Gven the sum of squared devatons from the mean, the calculaton s as follows: Dvde by n-1 for sample data. Dvde by N for populaton data. n ( x x) 2 2 = s = = = n 1 12 N σ = ( x µ ) = = = N 13 26

49 The Standard Devaton The varance measures varablty n nonsense unts; n ths case, number of computer games squared. To correct ths, we ntroduce the standard devaton, whch s just the square root of the varance. The standard devaton can be thought of as the sze of a typcal devaton from the mean. s = s 2 s = = 5.31 σ = 2 σ σ = 26 = 5.099

50 Coeffcent of Varaton Seldom used n ths course. Answers: The standard devaton s what percent of the average? Why s ths useful? An nch more or less n the heght of a skyscraper s meanngless. An nch more or less n the length of your nose s a bg deal. s coeffcent of varaton = 100 x s = = 59 x 9

51 Can you show us a use for the standard devaton? Many real world data sets have an approxmate bell shape, as you no doubt have been told. 0.2 The Famous Bell Curve Otherwse known as the Normal Dstrbuton C C2

52 A Rule for such varables 68% of all observatons are found wthn one standard devaton of the mean. 95.5% of all observatons are found wthn two standard devatons of the mean. 99.7% of all observatons are found wthn three standard devatons of the mean. So any observaton more than 2s from the mean s unusual, and one more than 3s from the mean s very unusual.

53 The z-score Ths measures how many standard devatons above or below the mean a partcular observaton s. Postve values are above the mean, negatve ones below. Any z greater than 2 n absolute value s a mld outler. z = x s x Any z greater than 3 n absolute value s a substantal outler.

54 Why should we care about outlers? Depends on the crcumstances, but outlers often requre nvestgaton. An outler may sgnal a data entry error! An outler may dentfy a partcularly poor outcome that needs to be corrected. An outler may dentfy a partcularly good outcome that needs to be emulated.

55 Measures of Assocaton between two varables Often we want to know whether varables are postvely or negatvely assocated, and f so, how strong the assocaton s. Some examples wll llustrate what I mean.

56 Postve assocaton

57 No assocaton

58 Negatve assocaton

59 No lnear assocaton, but...

60 Covarance A measure of the degree of lnear assocaton. It s an average sze of a cross product. Frst formula s the populaton covarance. Second formula s the sample covarance. N = 1 σ xy = s xy = ( x )( ) µ x y µ y n = 1 ( )( ) N x x y y n 1

61 Why ths cross product? ( x x)( y y) When x and y are smultaneously bgger than ther means, both terms are postve, contrbutng a postve term to the sum. When x and y are both smultaneously smaller than ther means, both terms are negatve, once agan contrbutng a postve term to the sum. Postvely related varables wll have many + terms n the sum.

62 Conversely... ( x x)( y y) If a bg x and small y are pared, the frst term s postve,whle the second s negatve, contrbutng a negatve term to the sum. If a small x and bg y are pared, the frst term s negatve,whle the second s postve, contrbutng a negatve term to the sum. Negatvely related varables wll have many negatve terms n the sum.

63 And f x and y are unrelated The sum wll consst of offsettng postve and negatve terms. Therefore: A postve covarance means postve assocaton A negatve covarance means negatve assocaton A zero covarance means no (lnear) assocaton.

64 An example Here are some data: on casual observaton they seem postvely assocated. Frst we need the mean of each of the two varables. The mean of x s 16. The mean of y s 10. X Y

65 Computng the numerator n = 1 x x y y ( )( ) = ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) = ( )( ) ( )( ) ( )( ) ( )( ) ( )( ) = = 106

66 Completng the calculaton The numerator s the same for both the sample and populaton covarance. The only dfference s n the denomnator, because of the n-1 dvsor. N = 1 σ xy = s xy ( x )( ) µ x y µ y N 106 = = = n = = = 4 ( x x)( y y) n

67 Hmmm... We can see that the relatonshp s postve because the covarance s postve, but what are we to make of 26.5? Is that bg or small?

68 The Covarance s Flawed There are really TWO problems. The covarance lacks a scale, so we have no way to judge ts sze. The covarance depends on unts. Measurng x and y n nches we d get one answer. Someone measurng x and y n centmeters would get a dfferent answer even though the degree of assocaton s exactly the same!

69 Correlaton s superor Top formula defnes the populaton correlaton. Bottom formula defnes the sample correlaton. Correlaton s unt free and always between 1 and +1. ρ r xy xy = = s x σ x xy s s y xy σ σ y

70 Interpretng the correlaton A postve correlaton mples a postve assocaton, and conversely, snce the correlaton has the same sgn as the covarance. A zero correlaton mples no lnear assocaton. A correlaton near one n absolute value s a very strong relatonshp; one near zero, weak.

71 For Example...

72 Our second example...

73 Our thrd example...

74 Remember, correlaton measures lnear assocaton!

75 Returnng to the example... Here s our data. To compute a correlaton coeffcent, we need to frst compute standard devatons of both X and Y. X Y

76 Standard devaton of X n = 1 ( x x) = ( 6 16) + ( 11 16) ( 15 16) ( 21 16) ( 27 16) = = = 272 n 2 ( ) ( ) s = x x n 1 = = x N ( x ) x x = 1 2 σ = µ N = = 7.376

77 Standard devaton of Y n = 1 ( y y) = ( 6 10) + ( 9 10) ( 6 10) ( 17 10) ( 12 10) = = = 86 n 2 ( ) ( ) s = y y n 1 = 86 4 = y N ( y ) y y = 1 2 σ = µ N = 86 5 = 4.147

78 Completng the computaton r xy ρ xy sxy 26.5 = = =.693 ss x y ( )( ) σ xy 21.2 = = =.693 σσ x y ( )( )

79 A few comments It s not an accdent that the numbers are the same. The only dfference n the populaton and sample formulas s n dvsors: n-1 vs. N. Those dfferent dvsors appear n both numerator and denomnator and cancel out. The concluson, a correlaton of.693, mples a moderately strong postve assocaton

80 Grouped Data Here s a problem usng grouped data. Orgnal observatons lost though groupng. Treat ths as follows: 4 observatons of 5, 7 observatons of 10, 9 observatons of 15, and 5 observatons of 20. Class Mdpont ASW, #53, p. 119 Freq

81 Exstng formulas work but are tedous! X n x = 1 = = n 4 tmes 7 tmes 9 tmes 5 tmes X n x = 1 = = = n

82 Ths s why one multples The top formula s for sample data. The bottom formula s for populaton data. M sub- s mdpont of the th category. f sub- s the frequency or count of the th category. X = µ = f M n f M N

83 So the calculaton works ths way Just take each mdpont Mdpont Frequency f M Multply by the correspondng frequency. Add up the products, and you have the numerator. 325 fm =

84 The last step Just the same for the populaton mean. Warnng: the sample sze s 25 (the sum of the frequences), not 4 (the number of categores). X X = fm 325 = = n

85 Varance formulas for grouped data Same ratonale as formulas for the mean; whle prevous formulas work, these are easer, because multplcaton replaces addton. Top formula s for sample data; bottom for populaton data. s 2 = 2 σ = f M x f ( ) n 1 M 2 ( ) x N µ 2

86 Computng the numerator Mdpont Frequency ( M x ) 2 f ( ) 2 M x ( ) 2 f M x = 600

87 Completng the calculaton Calculaton of the numerator s dentcal for both the populaton and sample varance. Only dfference s for sample measure, dvde by n-1; populaton measure dvde by N. s s 2 2 σ σ 2 = s = ( ) f M x 600 = = = 25 n ( M µ ) f 600 = = = 24 N 25 2 = = = σ

88 That s t for today!

Statistical Inference. 2.3 Summary Statistics Measures of Center and Spread. parameters ( population characteristics )

Statistical Inference. 2.3 Summary Statistics Measures of Center and Spread. parameters ( population characteristics ) Ismor Fscher, 8//008 Stat 54 / -8.3 Summary Statstcs Measures of Center and Spread Dstrbuton of dscrete contnuous POPULATION Random Varable, numercal True center =??? True spread =???? parameters ( populaton

More information

j) = 1 (note sigma notation) ii. Continuous random variable (e.g. Normal distribution) 1. density function: f ( x) 0 and f ( x) dx = 1

j) = 1 (note sigma notation) ii. Continuous random variable (e.g. Normal distribution) 1. density function: f ( x) 0 and f ( x) dx = 1 Random varables Measure of central tendences and varablty (means and varances) Jont densty functons and ndependence Measures of assocaton (covarance and correlaton) Interestng result Condtonal dstrbutons

More information

Definition. Measures of Dispersion. Measures of Dispersion. Definition. The Range. Measures of Dispersion 3/24/2014

Definition. Measures of Dispersion. Measures of Dispersion. Definition. The Range. Measures of Dispersion 3/24/2014 Measures of Dsperson Defenton Range Interquartle Range Varance and Standard Devaton Defnton Measures of dsperson are descrptve statstcs that descrbe how smlar a set of scores are to each other The more

More information

Chapter 3 Describing Data Using Numerical Measures

Chapter 3 Describing Data Using Numerical Measures Chapter 3 Student Lecture Notes 3-1 Chapter 3 Descrbng Data Usng Numercal Measures Fall 2006 Fundamentals of Busness Statstcs 1 Chapter Goals To establsh the usefulness of summary measures of data. The

More information

Lecture 6: Introduction to Linear Regression

Lecture 6: Introduction to Linear Regression Lecture 6: Introducton to Lnear Regresson An Manchakul amancha@jhsph.edu 24 Aprl 27 Lnear regresson: man dea Lnear regresson can be used to study an outcome as a lnear functon of a predctor Example: 6

More information

/ n ) are compared. The logic is: if the two

/ n ) are compared. The logic is: if the two STAT C141, Sprng 2005 Lecture 13 Two sample tests One sample tests: examples of goodness of ft tests, where we are testng whether our data supports predctons. Two sample tests: called as tests of ndependence

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

Here is the rationale: If X and y have a strong positive relationship to one another, then ( x x) will tend to be positive when ( y y)

Here is the rationale: If X and y have a strong positive relationship to one another, then ( x x) will tend to be positive when ( y y) Secton 1.5 Correlaton In the prevous sectons, we looked at regresson and the value r was a measurement of how much of the varaton n y can be attrbuted to the lnear relatonshp between y and x. In ths secton,

More information

The Multiple Classical Linear Regression Model (CLRM): Specification and Assumptions. 1. Introduction

The Multiple Classical Linear Regression Model (CLRM): Specification and Assumptions. 1. Introduction ECONOMICS 5* -- NOTE (Summary) ECON 5* -- NOTE The Multple Classcal Lnear Regresson Model (CLRM): Specfcaton and Assumptons. Introducton CLRM stands for the Classcal Lnear Regresson Model. The CLRM s also

More information

Statistics for Economics & Business

Statistics for Economics & Business Statstcs for Economcs & Busness Smple Lnear Regresson Learnng Objectves In ths chapter, you learn: How to use regresson analyss to predct the value of a dependent varable based on an ndependent varable

More information

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1)

Complex Numbers. x = B B 2 4AC 2A. or x = x = 2 ± 4 4 (1) (5) 2 (1) Complex Numbers If you have not yet encountered complex numbers, you wll soon do so n the process of solvng quadratc equatons. The general quadratc equaton Ax + Bx + C 0 has solutons x B + B 4AC A For

More information

28. SIMPLE LINEAR REGRESSION III

28. SIMPLE LINEAR REGRESSION III 8. SIMPLE LINEAR REGRESSION III Ftted Values and Resduals US Domestc Beers: Calores vs. % Alcohol To each observed x, there corresponds a y-value on the ftted lne, y ˆ = βˆ + βˆ x. The are called ftted

More information

2016 Wiley. Study Session 2: Ethical and Professional Standards Application

2016 Wiley. Study Session 2: Ethical and Professional Standards Application 6 Wley Study Sesson : Ethcal and Professonal Standards Applcaton LESSON : CORRECTION ANALYSIS Readng 9: Correlaton and Regresson LOS 9a: Calculate and nterpret a sample covarance and a sample correlaton

More information

Section 8.3 Polar Form of Complex Numbers

Section 8.3 Polar Form of Complex Numbers 80 Chapter 8 Secton 8 Polar Form of Complex Numbers From prevous classes, you may have encountered magnary numbers the square roots of negatve numbers and, more generally, complex numbers whch are the

More information

Lecture 3: Probability Distributions

Lecture 3: Probability Distributions Lecture 3: Probablty Dstrbutons Random Varables Let us begn by defnng a sample space as a set of outcomes from an experment. We denote ths by S. A random varable s a functon whch maps outcomes nto the

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

More information

18. SIMPLE LINEAR REGRESSION III

18. SIMPLE LINEAR REGRESSION III 8. SIMPLE LINEAR REGRESSION III US Domestc Beers: Calores vs. % Alcohol Ftted Values and Resduals To each observed x, there corresponds a y-value on the ftted lne, y ˆ ˆ = α + x. The are called ftted values.

More information

Linear Correlation. Many research issues are pursued with nonexperimental studies that seek to establish relationships among 2 or more variables

Linear Correlation. Many research issues are pursued with nonexperimental studies that seek to establish relationships among 2 or more variables Lnear Correlaton Many research ssues are pursued wth nonexpermental studes that seek to establsh relatonshps among or more varables E.g., correlates of ntellgence; relaton between SAT and GPA; relaton

More information

Statistics Chapter 4

Statistics Chapter 4 Statstcs Chapter 4 "There are three knds of les: les, damned les, and statstcs." Benjamn Dsrael, 1895 (Brtsh statesman) Gaussan Dstrbuton, 4-1 If a measurement s repeated many tmes a statstcal treatment

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

Chapter 2 - The Simple Linear Regression Model S =0. e i is a random error. S β2 β. This is a minimization problem. Solution is a calculus exercise.

Chapter 2 - The Simple Linear Regression Model S =0. e i is a random error. S β2 β. This is a minimization problem. Solution is a calculus exercise. Chapter - The Smple Lnear Regresson Model The lnear regresson equaton s: where y + = β + β e for =,..., y and are observable varables e s a random error How can an estmaton rule be constructed for the

More information

Midterm Examination. Regression and Forecasting Models

Midterm Examination. Regression and Forecasting Models IOMS Department Regresson and Forecastng Models Professor Wllam Greene Phone: 22.998.0876 Offce: KMC 7-90 Home page: people.stern.nyu.edu/wgreene Emal: wgreene@stern.nyu.edu Course web page: people.stern.nyu.edu/wgreene/regresson/outlne.htm

More information

Department of Quantitative Methods & Information Systems. Time Series and Their Components QMIS 320. Chapter 6

Department of Quantitative Methods & Information Systems. Time Series and Their Components QMIS 320. Chapter 6 Department of Quanttatve Methods & Informaton Systems Tme Seres and Ther Components QMIS 30 Chapter 6 Fall 00 Dr. Mohammad Zanal These sldes were modfed from ther orgnal source for educatonal purpose only.

More information

8.6 The Complex Number System

8.6 The Complex Number System 8.6 The Complex Number System Earler n the chapter, we mentoned that we cannot have a negatve under a square root, snce the square of any postve or negatve number s always postve. In ths secton we want

More information

LECTURE 9 CANONICAL CORRELATION ANALYSIS

LECTURE 9 CANONICAL CORRELATION ANALYSIS LECURE 9 CANONICAL CORRELAION ANALYSIS Introducton he concept of canoncal correlaton arses when we want to quantfy the assocatons between two sets of varables. For example, suppose that the frst set of

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Recall: man dea of lnear regresson Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 8 Lnear regresson can be used to study an

More information

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding

Lecture 9: Linear regression: centering, hypothesis testing, multiple covariates, and confounding Lecture 9: Lnear regresson: centerng, hypothess testng, multple covarates, and confoundng Sandy Eckel seckel@jhsph.edu 6 May 008 Recall: man dea of lnear regresson Lnear regresson can be used to study

More information

STATISTICS QUESTIONS. Step by Step Solutions.

STATISTICS QUESTIONS. Step by Step Solutions. STATISTICS QUESTIONS Step by Step Solutons www.mathcracker.com 9//016 Problem 1: A researcher s nterested n the effects of famly sze on delnquency for a group of offenders and examnes famles wth one to

More information

ANSWERS CHAPTER 9. TIO 9.2: If the values are the same, the difference is 0, therefore the null hypothesis cannot be rejected.

ANSWERS CHAPTER 9. TIO 9.2: If the values are the same, the difference is 0, therefore the null hypothesis cannot be rejected. ANSWERS CHAPTER 9 THINK IT OVER thnk t over TIO 9.: χ 2 k = ( f e ) = 0 e Breakng the equaton down: the test statstc for the ch-squared dstrbuton s equal to the sum over all categores of the expected frequency

More information

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution Department of Statstcs Unversty of Toronto STA35HS / HS Desgn and Analyss of Experments Term Test - Wnter - Soluton February, Last Name: Frst Name: Student Number: Instructons: Tme: hours. Ads: a non-programmable

More information

AS-Level Maths: Statistics 1 for Edexcel

AS-Level Maths: Statistics 1 for Edexcel 1 of 6 AS-Level Maths: Statstcs 1 for Edecel S1. Calculatng means and standard devatons Ths con ndcates the slde contans actvtes created n Flash. These actvtes are not edtable. For more detaled nstructons,

More information

SIMPLE LINEAR REGRESSION

SIMPLE LINEAR REGRESSION Smple Lnear Regresson and Correlaton Introducton Prevousl, our attenton has been focused on one varable whch we desgnated b x. Frequentl, t s desrable to learn somethng about the relatonshp between two

More information

e i is a random error

e i is a random error Chapter - The Smple Lnear Regresson Model The lnear regresson equaton s: where + β + β e for,..., and are observable varables e s a random error How can an estmaton rule be constructed for the unknown

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

More information

Basic Business Statistics, 10/e

Basic Business Statistics, 10/e Chapter 13 13-1 Basc Busness Statstcs 11 th Edton Chapter 13 Smple Lnear Regresson Basc Busness Statstcs, 11e 009 Prentce-Hall, Inc. Chap 13-1 Learnng Objectves In ths chapter, you learn: How to use regresson

More information

Q1: Calculate the mean, median, sample variance, and standard deviation of 25, 40, 05, 70, 05, 40, 70.

Q1: Calculate the mean, median, sample variance, and standard deviation of 25, 40, 05, 70, 05, 40, 70. Q1: Calculate the mean, medan, sample varance, and standard devaton of 5, 40, 05, 70, 05, 40, 70. Q: The frequenc dstrbuton for a data set s gven below. Measurements 0 1 3 4 Frequenc 3 5 8 3 1 a) What

More information

Foundations of Arithmetic

Foundations of Arithmetic Foundatons of Arthmetc Notaton We shall denote the sum and product of numbers n the usual notaton as a 2 + a 2 + a 3 + + a = a, a 1 a 2 a 3 a = a The notaton a b means a dvdes b,.e. ac = b where c s an

More information

F statistic = s2 1 s 2 ( F for Fisher )

F statistic = s2 1 s 2 ( F for Fisher ) Stat 4 ANOVA Analyss of Varance /6/04 Comparng Two varances: F dstrbuton Typcal Data Sets One way analyss of varance : example Notaton for one way ANOVA Comparng Two varances: F dstrbuton We saw that the

More information

Statistics for Managers Using Microsoft Excel/SPSS Chapter 13 The Simple Linear Regression Model and Correlation

Statistics for Managers Using Microsoft Excel/SPSS Chapter 13 The Simple Linear Regression Model and Correlation Statstcs for Managers Usng Mcrosoft Excel/SPSS Chapter 13 The Smple Lnear Regresson Model and Correlaton 1999 Prentce-Hall, Inc. Chap. 13-1 Chapter Topcs Types of Regresson Models Determnng the Smple Lnear

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

Section 3.6 Complex Zeros

Section 3.6 Complex Zeros 04 Chapter Secton 6 Comple Zeros When fndng the zeros of polynomals, at some pont you're faced wth the problem Whle there are clearly no real numbers that are solutons to ths equaton, leavng thngs there

More information

FREQUENCY DISTRIBUTIONS Page 1 of The idea of a frequency distribution for sets of observations will be introduced,

FREQUENCY DISTRIBUTIONS Page 1 of The idea of a frequency distribution for sets of observations will be introduced, FREQUENCY DISTRIBUTIONS Page 1 of 6 I. Introducton 1. The dea of a frequency dstrbuton for sets of observatons wll be ntroduced, together wth some of the mechancs for constructng dstrbutons of data. Then

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Basically, if you have a dummy dependent variable you will be estimating a probability.

Basically, if you have a dummy dependent variable you will be estimating a probability. ECON 497: Lecture Notes 13 Page 1 of 1 Metropoltan State Unversty ECON 497: Research and Forecastng Lecture Notes 13 Dummy Dependent Varable Technques Studenmund Chapter 13 Bascally, f you have a dummy

More information

The Geometry of Logit and Probit

The Geometry of Logit and Probit The Geometry of Logt and Probt Ths short note s meant as a supplement to Chapters and 3 of Spatal Models of Parlamentary Votng and the notaton and reference to fgures n the text below s to those two chapters.

More information

: 5: ) A

: 5: ) A Revew 1 004.11.11 Chapter 1: 1. Elements, Varable, and Observatons:. Type o Data: Qualtatve Data and Quanttatve Data (a) Qualtatve data may be nonnumerc or numerc. (b) Quanttatve data are always numerc.

More information

Singular Value Decomposition: Theory and Applications

Singular Value Decomposition: Theory and Applications Sngular Value Decomposton: Theory and Applcatons Danel Khashab Sprng 2015 Last Update: March 2, 2015 1 Introducton A = UDV where columns of U and V are orthonormal and matrx D s dagonal wth postve real

More information

MEASURES OF CENTRAL TENDENCY AND DISPERSION

MEASURES OF CENTRAL TENDENCY AND DISPERSION CHAPTER 5 MEASURES OF CENTRAL TENDENCY AND DISPERSION UNIT I: MEASURES OF CENTRAL TENDENCY After readng ths chapter, students wll be able to understand: LEARNING OBJECTIVES To understand dfferent measures

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

Multiple Choice. Choose the one that best completes the statement or answers the question.

Multiple Choice. Choose the one that best completes the statement or answers the question. ECON 56 Homework Multple Choce Choose the one that best completes the statement or answers the queston ) The probablty of an event A or B (Pr(A or B)) to occur equals a Pr(A) Pr(B) b Pr(A) + Pr(B) f A

More information

STAT 511 FINAL EXAM NAME Spring 2001

STAT 511 FINAL EXAM NAME Spring 2001 STAT 5 FINAL EXAM NAME Sprng Instructons: Ths s a closed book exam. No notes or books are allowed. ou may use a calculator but you are not allowed to store notes or formulas n the calculator. Please wrte

More information

C/CS/Phy191 Problem Set 3 Solutions Out: Oct 1, 2008., where ( 00. ), so the overall state of the system is ) ( ( ( ( 00 ± 11 ), Φ ± = 1

C/CS/Phy191 Problem Set 3 Solutions Out: Oct 1, 2008., where ( 00. ), so the overall state of the system is ) ( ( ( ( 00 ± 11 ), Φ ± = 1 C/CS/Phy9 Problem Set 3 Solutons Out: Oct, 8 Suppose you have two qubts n some arbtrary entangled state ψ You apply the teleportaton protocol to each of the qubts separately What s the resultng state obtaned

More information

Spatial Statistics and Analysis Methods (for GEOG 104 class).

Spatial Statistics and Analysis Methods (for GEOG 104 class). Spatal Statstcs and Analyss Methods (for GEOG 104 class). Provded by Dr. An L, San Dego State Unversty. 1 Ponts Types of spatal data Pont pattern analyss (PPA; such as nearest neghbor dstance, quadrat

More information

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 30 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 2 Remedes for multcollnearty Varous technques have

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens

THE CHINESE REMAINDER THEOREM. We should thank the Chinese for their wonderful remainder theorem. Glenn Stevens THE CHINESE REMAINDER THEOREM KEITH CONRAD We should thank the Chnese for ther wonderful remander theorem. Glenn Stevens 1. Introducton The Chnese remander theorem says we can unquely solve any par of

More information

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

More information

Unit 5: Quadratic Equations & Functions

Unit 5: Quadratic Equations & Functions Date Perod Unt 5: Quadratc Equatons & Functons DAY TOPIC 1 Modelng Data wth Quadratc Functons Factorng Quadratc Epressons 3 Solvng Quadratc Equatons 4 Comple Numbers Smplfcaton, Addton/Subtracton & Multplcaton

More information

Linear Regression Analysis: Terminology and Notation

Linear Regression Analysis: Terminology and Notation ECON 35* -- Secton : Basc Concepts of Regresson Analyss (Page ) Lnear Regresson Analyss: Termnology and Notaton Consder the generc verson of the smple (two-varable) lnear regresson model. It s represented

More information

Statistics II Final Exam 26/6/18

Statistics II Final Exam 26/6/18 Statstcs II Fnal Exam 26/6/18 Academc Year 2017/18 Solutons Exam duraton: 2 h 30 mn 1. (3 ponts) A town hall s conductng a study to determne the amount of leftover food produced by the restaurants n the

More information

Statistics MINITAB - Lab 2

Statistics MINITAB - Lab 2 Statstcs 20080 MINITAB - Lab 2 1. Smple Lnear Regresson In smple lnear regresson we attempt to model a lnear relatonshp between two varables wth a straght lne and make statstcal nferences concernng that

More information

Economics 130. Lecture 4 Simple Linear Regression Continued

Economics 130. Lecture 4 Simple Linear Regression Continued Economcs 130 Lecture 4 Contnued Readngs for Week 4 Text, Chapter and 3. We contnue wth addressng our second ssue + add n how we evaluate these relatonshps: Where do we get data to do ths analyss? How do

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

SIO 224. m(r) =(ρ(r),k s (r),µ(r))

SIO 224. m(r) =(ρ(r),k s (r),µ(r)) SIO 224 1. A bref look at resoluton analyss Here s some background for the Masters and Gubbns resoluton paper. Global Earth models are usually found teratvely by assumng a startng model and fndng small

More information

PHYS 450 Spring semester Lecture 02: Dealing with Experimental Uncertainties. Ron Reifenberger Birck Nanotechnology Center Purdue University

PHYS 450 Spring semester Lecture 02: Dealing with Experimental Uncertainties. Ron Reifenberger Birck Nanotechnology Center Purdue University PHYS 45 Sprng semester 7 Lecture : Dealng wth Expermental Uncertantes Ron Refenberger Brck anotechnology Center Purdue Unversty Lecture Introductory Comments Expermental errors (really expermental uncertantes)

More information

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan 2/21/2008. Notes for Lecture 8

U.C. Berkeley CS278: Computational Complexity Professor Luca Trevisan 2/21/2008. Notes for Lecture 8 U.C. Berkeley CS278: Computatonal Complexty Handout N8 Professor Luca Trevsan 2/21/2008 Notes for Lecture 8 1 Undrected Connectvty In the undrected s t connectvty problem (abbrevated ST-UCONN) we are gven

More information

1 Generating functions, continued

1 Generating functions, continued Generatng functons, contnued. Generatng functons and parttons We can make use of generatng functons to answer some questons a bt more restrctve than we ve done so far: Queston : Fnd a generatng functon

More information

HMMT February 2016 February 20, 2016

HMMT February 2016 February 20, 2016 HMMT February 016 February 0, 016 Combnatorcs 1. For postve ntegers n, let S n be the set of ntegers x such that n dstnct lnes, no three concurrent, can dvde a plane nto x regons (for example, S = {3,

More information

Expected Value and Variance

Expected Value and Variance MATH 38 Expected Value and Varance Dr. Neal, WKU We now shall dscuss how to fnd the average and standard devaton of a random varable X. Expected Value Defnton. The expected value (or average value, or

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

UNIVERSITY OF TORONTO Faculty of Arts and Science. December 2005 Examinations STA437H1F/STA1005HF. Duration - 3 hours

UNIVERSITY OF TORONTO Faculty of Arts and Science. December 2005 Examinations STA437H1F/STA1005HF. Duration - 3 hours UNIVERSITY OF TORONTO Faculty of Arts and Scence December 005 Examnatons STA47HF/STA005HF Duraton - hours AIDS ALLOWED: (to be suppled by the student) Non-programmable calculator One handwrtten 8.5'' x

More information

1 GSW Iterative Techniques for y = Ax

1 GSW Iterative Techniques for y = Ax 1 for y = A I m gong to cheat here. here are a lot of teratve technques that can be used to solve the general case of a set of smultaneous equatons (wrtten n the matr form as y = A), but ths chapter sn

More information

= z 20 z n. (k 20) + 4 z k = 4

= z 20 z n. (k 20) + 4 z k = 4 Problem Set #7 solutons 7.2.. (a Fnd the coeffcent of z k n (z + z 5 + z 6 + z 7 + 5, k 20. We use the known seres expanson ( n+l ( z l l z n below: (z + z 5 + z 6 + z 7 + 5 (z 5 ( + z + z 2 + z + 5 5

More information

The optimal delay of the second test is therefore approximately 210 hours earlier than =2.

The optimal delay of the second test is therefore approximately 210 hours earlier than =2. THE IEC 61508 FORMULAS 223 The optmal delay of the second test s therefore approxmately 210 hours earler than =2. 8.4 The IEC 61508 Formulas IEC 61508-6 provdes approxmaton formulas for the PF for smple

More information

Edge Isoperimetric Inequalities

Edge Isoperimetric Inequalities November 7, 2005 Ross M. Rchardson Edge Isopermetrc Inequaltes 1 Four Questons Recall that n the last lecture we looked at the problem of sopermetrc nequaltes n the hypercube, Q n. Our noton of boundary

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

Resource Allocation and Decision Analysis (ECON 8010) Spring 2014 Foundations of Regression Analysis

Resource Allocation and Decision Analysis (ECON 8010) Spring 2014 Foundations of Regression Analysis Resource Allocaton and Decson Analss (ECON 800) Sprng 04 Foundatons of Regresson Analss Readng: Regresson Analss (ECON 800 Coursepak, Page 3) Defntons and Concepts: Regresson Analss statstcal technques

More information

1. Inference on Regression Parameters a. Finding Mean, s.d and covariance amongst estimates. 2. Confidence Intervals and Working Hotelling Bands

1. Inference on Regression Parameters a. Finding Mean, s.d and covariance amongst estimates. 2. Confidence Intervals and Working Hotelling Bands Content. Inference on Regresson Parameters a. Fndng Mean, s.d and covarance amongst estmates.. Confdence Intervals and Workng Hotellng Bands 3. Cochran s Theorem 4. General Lnear Testng 5. Measures of

More information

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS M. Krshna Reddy, B. Naveen Kumar and Y. Ramu Department of Statstcs, Osmana Unversty, Hyderabad -500 007, Inda. nanbyrozu@gmal.com, ramu0@gmal.com

More information

DO NOT OPEN THE QUESTION PAPER UNTIL INSTRUCTED TO DO SO BY THE CHIEF INVIGILATOR. Introductory Econometrics 1 hour 30 minutes

DO NOT OPEN THE QUESTION PAPER UNTIL INSTRUCTED TO DO SO BY THE CHIEF INVIGILATOR. Introductory Econometrics 1 hour 30 minutes 25/6 Canddates Only January Examnatons 26 Student Number: Desk Number:...... DO NOT OPEN THE QUESTION PAPER UNTIL INSTRUCTED TO DO SO BY THE CHIEF INVIGILATOR Department Module Code Module Ttle Exam Duraton

More information

Exercises. 18 Algorithms

Exercises. 18 Algorithms 18 Algorthms Exercses 0.1. In each of the followng stuatons, ndcate whether f = O(g), or f = Ω(g), or both (n whch case f = Θ(g)). f(n) g(n) (a) n 100 n 200 (b) n 1/2 n 2/3 (c) 100n + log n n + (log n)

More information

Introduction to Regression

Introduction to Regression Introducton to Regresson Dr Tom Ilvento Department of Food and Resource Economcs Overvew The last part of the course wll focus on Regresson Analyss Ths s one of the more powerful statstcal technques Provdes

More information

x yi In chapter 14, we want to perform inference (i.e. calculate confidence intervals and perform tests of significance) in this setting.

x yi In chapter 14, we want to perform inference (i.e. calculate confidence intervals and perform tests of significance) in this setting. The Practce of Statstcs, nd ed. Chapter 14 Inference for Regresson Introducton In chapter 3 we used a least-squares regresson lne (LSRL) to represent a lnear relatonshp etween two quanttatve explanator

More information

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41,

Example: (13320, 22140) =? Solution #1: The divisors of are 1, 2, 3, 4, 5, 6, 9, 10, 12, 15, 18, 20, 27, 30, 36, 41, The greatest common dvsor of two ntegers a and b (not both zero) s the largest nteger whch s a common factor of both a and b. We denote ths number by gcd(a, b), or smply (a, b) when there s no confuson

More information

a b a In case b 0, a being divisible by b is the same as to say that

a b a In case b 0, a being divisible by b is the same as to say that Secton 6.2 Dvsblty among the ntegers An nteger a ε s dvsble by b ε f there s an nteger c ε such that a = bc. Note that s dvsble by any nteger b, snce = b. On the other hand, a s dvsble by only f a = :

More information

Sociology 301. Bivariate Regression. Clarification. Regression. Liying Luo Last exam (Exam #4) is on May 17, in class.

Sociology 301. Bivariate Regression. Clarification. Regression. Liying Luo Last exam (Exam #4) is on May 17, in class. Socology 30 Bvarate Regresson Lyng Luo 04.28 Clarfcaton Last exam (Exam #4) s on May 7, n class. No exam n the fnal exam week (May 24). Regresson Regresson Analyss: the procedure for esjmajng and tesjng

More information

princeton univ. F 13 cos 521: Advanced Algorithm Design Lecture 3: Large deviations bounds and applications Lecturer: Sanjeev Arora

princeton univ. F 13 cos 521: Advanced Algorithm Design Lecture 3: Large deviations bounds and applications Lecturer: Sanjeev Arora prnceton unv. F 13 cos 521: Advanced Algorthm Desgn Lecture 3: Large devatons bounds and applcatons Lecturer: Sanjeev Arora Scrbe: Today s topc s devaton bounds: what s the probablty that a random varable

More information

Laboratory 3: Method of Least Squares

Laboratory 3: Method of Least Squares Laboratory 3: Method of Least Squares Introducton Consder the graph of expermental data n Fgure 1. In ths experment x s the ndependent varable and y the dependent varable. Clearly they are correlated wth

More information

Important Instructions to the Examiners:

Important Instructions to the Examiners: Summer 0 Examnaton Subject & Code: asc Maths (70) Model Answer Page No: / Important Instructons to the Examners: ) The Answers should be examned by key words and not as word-to-word as gven n the model

More information

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

Department of Electrical & Electronic Engineeing Imperial College London. E4.20 Digital IC Design. Median Filter Project Specification

Department of Electrical & Electronic Engineeing Imperial College London. E4.20 Digital IC Design. Median Filter Project Specification Desgn Project Specfcaton Medan Flter Department of Electrcal & Electronc Engneeng Imperal College London E4.20 Dgtal IC Desgn Medan Flter Project Specfcaton A medan flter s used to remove nose from a sampled

More information

Problem Solving in Math (Math 43900) Fall 2013

Problem Solving in Math (Math 43900) Fall 2013 Problem Solvng n Math (Math 43900) Fall 2013 Week four (September 17) solutons Instructor: Davd Galvn 1. Let a and b be two nteger for whch a b s dvsble by 3. Prove that a 3 b 3 s dvsble by 9. Soluton:

More information

Check off these skills when you feel that you have mastered them. List and describe two types of distributions for a histogram.

Check off these skills when you feel that you have mastered them. List and describe two types of distributions for a histogram. Chapter Objectves Check off these sklls when you feel that you have mastered them. Construct a hstogram for a small data set. Lst and descrbe two types of dstrbutons for a hstogram. Identfy from a hstogram

More information

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011

Stanford University CS359G: Graph Partitioning and Expanders Handout 4 Luca Trevisan January 13, 2011 Stanford Unversty CS359G: Graph Parttonng and Expanders Handout 4 Luca Trevsan January 3, 0 Lecture 4 In whch we prove the dffcult drecton of Cheeger s nequalty. As n the past lectures, consder an undrected

More information

Limited Dependent Variables

Limited Dependent Variables Lmted Dependent Varables. What f the left-hand sde varable s not a contnuous thng spread from mnus nfnty to plus nfnty? That s, gven a model = f (, β, ε, where a. s bounded below at zero, such as wages

More information

Lecture 6 More on Complete Randomized Block Design (RBD)

Lecture 6 More on Complete Randomized Block Design (RBD) Lecture 6 More on Complete Randomzed Block Desgn (RBD) Multple test Multple test The multple comparsons or multple testng problem occurs when one consders a set of statstcal nferences smultaneously. For

More information

Econ Statistical Properties of the OLS estimator. Sanjaya DeSilva

Econ Statistical Properties of the OLS estimator. Sanjaya DeSilva Econ 39 - Statstcal Propertes of the OLS estmator Sanjaya DeSlva September, 008 1 Overvew Recall that the true regresson model s Y = β 0 + β 1 X + u (1) Applyng the OLS method to a sample of data, we estmate

More information

1 Matrix representations of canonical matrices

1 Matrix representations of canonical matrices 1 Matrx representatons of canoncal matrces 2-d rotaton around the orgn: ( ) cos θ sn θ R 0 = sn θ cos θ 3-d rotaton around the x-axs: R x = 1 0 0 0 cos θ sn θ 0 sn θ cos θ 3-d rotaton around the y-axs:

More information