Hypothesis Testing, Model Selection, and Prediction in Least Squares and Maximum Likelihood Estimation

Size: px
Start display at page:

Download "Hypothesis Testing, Model Selection, and Prediction in Least Squares and Maximum Likelihood Estimation"

Transcription

1 Hyothesis Testig, Model Selectio, ad Predictio i Least Squares ad Maximum Likelihood Estimatio Greee Ch.5, 4; Keedy Ch. 4 R scrit mod3sa, mod3sb, mod3sc Testig for Restrictios i a LS Model Liear Restrictios Assume you have secified a CLRM of the usual form y = Xβ+ ε. Let s call this the geeral or urestricted model. You may hyothesize that some elemets of β are liearly related or costraied to take a secific value. Such costraits are called liear costraits or liear restrictios. Here are a few examles: Sigle value restrictio: β 3 Multile value restrictios: β3 β = 5 Sigle restrictio o liear relatioshis: β β = 3 0 Multile restrictios o liear relatioshis: β β3 β + β + 4β = Mixed liear restrictios: β β4 β5 = β + β = 3 3 I geeral, such hyotheses o restrictios arise from cometig uderlyig theoretical models. For examle, for our wage regressio (see R scrit mod3sa), you might hyothesize that a male worker ears $3 more tha a female worker, ceteris aribus. This would traslate ito the followig hyothesis: H0: β = 3 () As a geeral rule, you should always exress a liear costrait such that there is oly a umerical value left o the right had side of the equality sig. I geeral we ca write a set of J liear costraits as

2 r β + r β + + r β = q k k r β + r β + + r β = q k k r β + r β + + r β = q J J Jk k J () or, more comactly as Rβ= q where r r r k q r r r k q R =, q = Jxk Jx r r r q J J Jk J (3) I ricile you ca test ay umber of liear restrictios, but you must always obey the followig rules:. J k, i.e. you ca t imose more restrictios tha there are coefficiets.. The rows of R must be liearly ideedet, i.e. you ca t have ay redudat or coflictig restrictios. Here are a few examles for R ad q usig the wage data. Recall the elemet of X: % cotets of X %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % costat term % female = worker = female %3 o-white = worker = o-white %4 uio = worker = uioized %5 educatio years of educatio %6 exeriece years of work exeriece So k=6. Examle : H 0: Female workers ear $3 less tha male workers, ceteris aribus H0 : β = 3 J = R q= 3 [ ] Examle : H 0: additioal year of educatio is worth 8 additioal years of exeriece H0 : β5 8β6 J = R q= 0 [ ] Examle 3: H 0: Female workers ear $3 less tha male workers, ceteris aribus AND additioal year of educatio is worth 8 additioal years of exeriece

3 3 H : β = 3 0 β 8β J = R = = q 0 Examle 4: H 0: Female workers ear $3 less tha male workers, ceteris aribus AND additioal year of educatio is worth 8 additioal years of exeriece AND a uioized worker ears $ more tha a o-uioized worker, cet. ar. H : β = 3 0 β 8β 5 6 β = J = R = q= Oce R ad q are exlicitly defied, you ca comute a F-statistic to imlemet the test as follows: F( ) ( ) ˆ J, k V = Rb q ( ) ( ) J R b R Rb q = ( Rb q) R s ( X X) R ( Rb q) J (4) A radom variable that follows the F-distributio has arameters, Degrees of Freedom for the umerator (DoF) ad Degrees of Freedom for the deomiator (DoFd). The DoF are always equal to the umber of restrictios (J), ad the DoFd are equal to the samle size mius the umber of arameters (-k). F-Tables with critical values for differet DoFs ad levels of sigificace ca be readily obtaied from the iteret (see also. 096 i Greee's 6 th editio). We ll use the oe for α.05. I that Table, = J, ad = -k. The table shows critical values. For examle, if J = 4 ad (-k) >00, the critical F value is.37. If your comuted F exceeds this value, you reject H 0. Otherwise do t reject. More coveietly, you ca directly comute the -value for your test statistic i R. The comare the -value to your level of sigificace ad draw your coclusio. F-test vs. t-test For a sigle restrictio t = F, so you ca either do a F-test (usig the F-table) or a t-test (usig the t- table). Both will always arrive at the same test decisio. Recall that both t- ad F-statistics require the ormality assumtio for ε i the CLRM. Testig for the iequality of the etire β -vector over two grous: The Chow Test Ofte times your data set ca be cocetually slit ito two grous, such as male / female, white / owhite for the wage data, or si casters / fly fishers for the aglig data, etc. You may the 3

4 4 hyothesize that the margial effect of all or some of the remaiig regressors differs over the two grous. Let s use the wage data ad white / owhite as a examle. Usig the full set of remaiig regressors as examle, your ull ad alterative hyothesis could be stated as: H0 : βcostat,w βcostat,w βgeder,w βgeder,w βuio,w βuio,w (5) βeducatio,w βeducatio,w β β exeriece,w exeriece,w H a: At least oe of these equalities does t hold. Where w stads for white ad w stads for owhite. I ricile, you thus have J=5 restrictios ad could use a F-test. The tricky art for a Chow test is i desigig the ucostraied model, i.e. a model that estimates searate coefficiets for these 5 regressors (icl. the costat) for the two race grous. You eed to re-costruct your y ad X as follows:. Pick the variables of iterest from the origial X ad grou them ito a ew X (let s call it X it for ow). Usually these will be all variables i the origial X mius the colum of oes ad the variable that origially defied the two grous of iterest (here race ).. Create idicator (dummy variables) for each grou. 3. Create iteractio terms betwee this dummy ad X it. 4. Estimate a CLRM of y agaist the first idicator dummy, its iteractios, the oosite idicator dummy, ad its iteractios. The test for the stated iequalities usig a F-test. Cocetually, the ucostraied model takes the followig form (assume that observatios have bee sorted by grou this is ot actually eeded for estimatio): y = Xβ+ ε where yw Xw 0 βw y =, X=, β = yw 0 Xw βw (6) Clearly, if your H a holds for the etire set of restrictios, this would be equivalet to ruig two searate regressio models, oe usig oly data for owhite workers, ad oe usig oly the sub-samle of white workers. See mod3sa for the imlemetatio of this examle. Noliear restrictios To test for oliear restrictios o β i the CLRM we eed to ivoke asymtotic results. Secifically, we eed to aly the Delta Method to derive the estimated asymtotic variace of the restricted coefficiet or set of coefficiets. Assume we imose e set of J oliear restrictios, each of which ivolves oe or more elemets of β. Usig Greee s (. 4) otatio, we ca comactly exress the set of restrictios as 4

5 5 c( β) = q c( β) = c ( ) c ( ) c β β ( β) (7), where J Jx ad q is a J by vector of umerical values, (as for the liear restrictio case). As a first ste, we eed to estimate the asymtotic variace of c( β ). By the Delta method, we have ( ) ˆ( ( )) ˆ c V c b = CV( b) C' = C s ( XX ) C where C =. (8) Jxk b Next, we comute a Wald test statistic essetially the asymtotic versio of a F-test. As a geeral rule, we do t use degrees of freedom based o samle size i asymtotic test statistics. Thus: ( b) ( ( ) ) a ( ) ( b) = s ( XX ) ( ( ) ) ( ) ( ) χ ( ) W = c b q C Vˆ b C c b q ~ J where Vˆ a (9) The last term idicates that W follows a chi-squared distributio with J degrees of freedom. The table of critical values for this distributio is give o. 095 of Greee's 6 th editio, or you ca easily fid it olie. I Greee, the colum labeled 0.95 corresods to the 5% level of sigificace (i.e. α.05 ). For examle, you ca see that the critical value for J= equals If c ( β) = q cotais oly a sigle restrictio, you ca alteratively use a z-test as show o. 98. The z- W relatioshi is aalogous to the t-f case, i.e. for a sigle restrictio we have z = W. A examle of a Wald test ivolvig oliear restrictios is give i scrit mod3sa. I theory, the Wald test could also be used for liear restrictios, i which case we have c( β) q = Rβ q as before. However, i the LS case where the fiite roerties of b are kow the F test usually yields more accurate results, esecially uder small samle sizes. 5

6 6 Testig for Restrictios i a MLE Model There exist three asymtotically equivalet test statistics for MLE estimatio. They differ i the umber ad tye of models you eed to estimate before you ca ru a secific test. Here is a summary: Test Abbreviatio Required estimated models Likelihood- LR Costraied & Ratio ucostraied Lagrage Multilier LM Costraied Wald W Ucostraied Distributio of test Stregths / Limitatios statistic χ Costraied model ( J ) ofte difficult to estimate; robably most reliable test of the three χ Costraied model ( J ) ofte difficult to estimate χ Probably most ( J ) straightforward to imlemet LR test The LR test requires the estimatio of both the ucostraied ad costraied models. The test statistic is the derived as LR = ( l L( ˆ ) ( ˆ u l L c) ) ~ χ ( J ) where l L( ˆ u ) ad l L( ˆ c ) θ θ (0) θ is the value of the log-likelihood fuctio at the solutio for the ucostraied model, θ is the aalogous value for the costraied model. As before, J idicates the total umber of joit restrictios to be tested. The ituitio for this test is that if the imosed costrait is correct, the value of ll for the costraied model should be close to that for the ucostraied model (it ca ever be better, i.e. less egative tha the ll for the ucostraied model). A roouced differece betwee the two values would suggest that the costrait (or set of costraits) does ot hold. As before, the test decisio is based o a comariso of the comuted LR to the alicable critical value i a chi-squared table. A examle of a LR test is give i mod3sb. Wald Test The Wald test requires estimatio results from the ucostraied model. It takes the same form as give i (9) with the OLS estimator b relaced by the MLE estimator (say ˆβ ), ad the estimated asymtotic variace of ˆβ give by ay of the usual aroximatios, i.e. either the iverted egative Hessia or the outer roduct of gradiets. Thus: 6

7 7 βˆ q ( C( βˆ ) C ) ( ( βˆ) q) χ ( ) ˆ ( ) a( ) ( ) ( ( ) ) a ( ) ( ) ( ) or W = c Vˆ c ~ J where Vˆ βˆ = H βˆ V βˆ = G'G a If the restrictios are liear c( ˆ ) β q takes the form of Rβ ˆ q. () The ituitio for the Wald test is that if the hyothesized restrictios are valid c( β ˆ ) q should be close to zero ad W will be small. A large value for the Wald statistic would raise doubts as to the validity of the costrait. The Lagrage Multilier (LM) test The LM test (also kow as score test) is based o the costraied model ad the ituitio that if the imosed restrictios are correct, the samle gradiet (or score fuctio) should be close to zero at covergece. Sice, by the iformatio matrix idetity, the variace of the gradiet is equal to the iformatio matrix, the test statistic is comuted as follows: LM = g βˆ ' I βˆ g β ˆ () ( ) ( ) ( ) ( ) where I ( β ˆ ) is agai estimated by the egative Hessia or the outer roduct of gradiets. A imlemetatio of the three tests is give i scrit mod3sb. As you ca see, the results for the three tests ca vary substatially uder small to moderate samle sizes. This fact ad the sesitivity of test V β ˆ is also illustrated i Greee s examle (. 53). statistics to the aroximatio used for ˆa ( ) So which test should be used i ractice? I may cases the costraied model is difficult to secify & estimate, which makes the LM ad LR tests somewhat less oular tha the Wald. The Wald test is also coveiet whe you have estimated the urestricted model, ad you wat to test a whole series of hyotheses o differet costraits. Usig the LR, you would have to secify & estimate a searate restricted model for every set of restrictios. I ractice, if both ucostraied ad costraied models are straightforward to estimate, the LR test is robably the most trusted aroach as the value of the log-lh fuctio at covergece is somewhat less V β ˆ tha the other two test statistics. sesitive to the choice of ˆa ( ) Ideally, you would erform all three tests & hoe that they all oit to the same decisio rule. Good luck! 7

8 8 Model Selectio based o Predictio As metioed i Poirier s Itermediate Statistics ad Ecoometrics,. 405, the toic of redictio is somewhat eglected i most ecoometric textbooks, which focus more o estimatio ad tests o arameters. However, the redictio of yet uobserved outcomes is of cetral imortace whe ecoometric aalysis is suosed to roduce olicy recommedatios, for examle i the cotext of beefit-cost aalysis. We will use the term redictio i the geeral sese of combiig some vector of exlaatory values, yˆ = f x, θ ˆ where f may be a liear or x, with estimated arameters, ˆθ, to geerate a oit estimate ( ) oliear fuctio. (I time series aalysis, redictio is usually referred to as forecastig ). Withi-Samle Predictio ad Predictive Accuracy The strategy of comutig a redicted outcome, y ˆi, based o combiig a observed vector x i with estimated arameters is called withi samle redictio. I cotrast, combiig estimated arameters with a ew set of values for the regressors, say x, is called out-of-samle redictio. Hyothesis tests are oe aroach to select betwee cometig models. Aother criterio relates to the redictive accuracy of cometig models, i.e. how well the redicted deedet observatios ( fitted values i the CLRM cotext) agree with the actually observed y i s. Oe such measure for the CLRM is R ad its adjusted couterart. Aother, more geerally alicable, criterio is the redictive Mea Squared Error, defied as i= ( ˆ ) i i (3) MSE = y y Sice this umber ca grow quite large, its square root is geerally used istead, leadig to the Root Mea Squared Error(RMSE). A alterative criterio is the Mea Absolute Error, give as i= MAE = yi yˆ i (4) A smaller value for these measures idicates a better fit with the actual data. A (mior) roblem with the RMSE ad MAE is that they are ot ivariat to scalig of y if y is multilied by a factor, say α, the the RMSE ad MAE will also be scaled by α. If a scale-free measure of redictive accuracy is desired, the Theil U-statistic ca be used: U = i= ( y yˆ ) i i= y i i (5) 8

9 9 Note that a good fit based o these withi-samle redictive statistics does ot ecessarily imly that the chose model will geerate accurate out of samle redictios as well. However, a oor fit with actual data would certaily raise serious doubts as to the model s out-of-samle redictive abilities, esecially if the values i x are ot too differet from other values observed i the samle (e.g. redictig the rice of a home with 5 bedrooms whe the samle icludes oly homes with,3,4, ad 6 bedrooms). Out-of-Samle Predictio ad Predictive Efficiecy Whe we redict out-of-samle we ca o loger comare our redicted outcome to a actually observed value. However, we ca still comute a stadard error ad cofidece iterval for the redicted value, ad comare models based o the width of this iterval. If two or more cometig models roduce similar oit redictios, we would choose the oe that geerates the tightest cofidece iterval aroud its oit estimate. Liear redictios Assume you are iterested i the out-of-samle-redicted value y = x βˆ. Thus, y is a liear combiatio of regressor values ad estimated coefficiets. A 95% cofidece iterval ca be quickly costructed as 95% = { x ˆ ( ˆ) } ( ˆ) ˆ ( ˆ β± xβ xβ = xβ ) ( x ˆ) = V ( ˆ β x ˆa β) x C. I..96 se, where se V ad Vˆ (6) Noliear redictios Now assume your redictive costruct of iterest is a oliear fuctio of regressor values ad estimated y f x, β ˆ. The derivatio of a 95% cofidece iterval is as i (6), with x β ˆ coefficiets, i.e. = ( ) relaced by f ( x ˆ, β ), ad Vˆ (, ˆ a f ) ( ) x β derived via the Delta Method. Alteratively, the etire cofidece iterval ca be derived via simulatio by drawig multile sets of ˆβ from its asymtotic f x ˆ, β for each draw, ad usig the.5 th ad 97 th ercetiles as cofidece distributio, comutig ( ) bouds. See scrit mod3sc for a examle. 9

To make comparisons for two populations, consider whether the samples are independent or dependent.

To make comparisons for two populations, consider whether the samples are independent or dependent. Sociology 54 Testig for differeces betwee two samle meas Cocetually, comarig meas from two differet samles is the same as what we ve doe i oe-samle tests, ecet that ow the hyotheses focus o the arameters

More information

Confidence Intervals

Confidence Intervals Cofidece Itervals Berli Che Deartmet of Comuter Sciece & Iformatio Egieerig Natioal Taiwa Normal Uiversity Referece: 1. W. Navidi. Statistics for Egieerig ad Scietists. Chater 5 & Teachig Material Itroductio

More information

BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH

BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH BIOSAISICAL MEHODS FOR RANSLAIONAL & CLINICAL RESEARCH Direct Bioassays: REGRESSION APPLICAIONS COMPONENS OF A BIOASSAY he subject is usually a aimal, a huma tissue, or a bacteria culture, he aget is usually

More information

Properties and Hypothesis Testing

Properties and Hypothesis Testing Chapter 3 Properties ad Hypothesis Testig 3.1 Types of data The regressio techiques developed i previous chapters ca be applied to three differet kids of data. 1. Cross-sectioal data. 2. Time series data.

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2016 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n.

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n. Jauary 1, 2019 Resamplig Methods Motivatio We have so may estimators with the property θ θ d N 0, σ 2 We ca also write θ a N θ, σ 2 /, where a meas approximately distributed as Oce we have a cosistet estimator

More information

tests 17.1 Simple versus compound

tests 17.1 Simple versus compound PAS204: Lecture 17. tests UMP ad asymtotic I this lecture, we will idetify UMP tests, wherever they exist, for comarig a simle ull hyothesis with a comoud alterative. We also look at costructig tests based

More information

Economics 241B Relation to Method of Moments and Maximum Likelihood OLSE as a Maximum Likelihood Estimator

Economics 241B Relation to Method of Moments and Maximum Likelihood OLSE as a Maximum Likelihood Estimator Ecoomics 24B Relatio to Method of Momets ad Maximum Likelihood OLSE as a Maximum Likelihood Estimator Uder Assumptio 5 we have speci ed the distributio of the error, so we ca estimate the model parameters

More information

Stat 200 -Testing Summary Page 1

Stat 200 -Testing Summary Page 1 Stat 00 -Testig Summary Page 1 Mathematicias are like Frechme; whatever you say to them, they traslate it ito their ow laguage ad forthwith it is somethig etirely differet Goethe 1 Large Sample Cofidece

More information

Hybridized Heredity In Support Vector Machine

Hybridized Heredity In Support Vector Machine Hybridized Heredity I Suort Vector Machie May 2015 Hybridized Heredity I Suort Vector Machie Timothy Idowu Yougmi Park Uiversity of Wiscosi-Madiso idowu@stat.wisc.edu yougmi@stat.wisc.edu May 2015 Abstract

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

Confidence Intervals for the Difference Between Two Proportions

Confidence Intervals for the Difference Between Two Proportions PASS Samle Size Software Chater 6 Cofidece Itervals for the Differece Betwee Two Proortios Itroductio This routie calculates the grou samle sizes ecessary to achieve a secified iterval width of the differece

More information

L S => logf y i P x i ;S

L S => logf y i P x i ;S Three Classical Tests; Wald, LM(core), ad LR tests uose that we hae the desity y; of a model with the ull hyothesis of the form H ; =. Let L be the log-likelihood fuctio of the model ad be the MLE of.

More information

11 THE GMM ESTIMATION

11 THE GMM ESTIMATION Cotets THE GMM ESTIMATION 2. Cosistecy ad Asymptotic Normality..................... 3.2 Regularity Coditios ad Idetificatio..................... 4.3 The GMM Iterpretatio of the OLS Estimatio.................

More information

The Hong Kong University of Science & Technology ISOM551 Introductory Statistics for Business Assignment 3 Suggested Solution

The Hong Kong University of Science & Technology ISOM551 Introductory Statistics for Business Assignment 3 Suggested Solution The Hog Kog Uiversity of ciece & Techology IOM55 Itroductory tatistics for Busiess Assigmet 3 uggested olutio Note All values of statistics i Q ad Q4 are obtaied by Excel. Qa. Let be the robability that

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

Lecture 22: Review for Exam 2. 1 Basic Model Assumptions (without Gaussian Noise)

Lecture 22: Review for Exam 2. 1 Basic Model Assumptions (without Gaussian Noise) Lecture 22: Review for Exam 2 Basic Model Assumptios (without Gaussia Noise) We model oe cotiuous respose variable Y, as a liear fuctio of p umerical predictors, plus oise: Y = β 0 + β X +... β p X p +

More information

PubH 7470: STATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH

PubH 7470: STATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH PubH 7470: AIIC FOR RANLAIONAL & CLINICAL REEARCH ulemet for Aalysis: Use of FIELLER HEOREM for HE EIMAION OF RAIO HE GAP Most teachig ad learig rograms i tatistics ad Biostatistics ours icluded - focus

More information

Goodness-of-Fit Tests and Categorical Data Analysis (Devore Chapter Fourteen)

Goodness-of-Fit Tests and Categorical Data Analysis (Devore Chapter Fourteen) Goodess-of-Fit Tests ad Categorical Data Aalysis (Devore Chapter Fourtee) MATH-252-01: Probability ad Statistics II Sprig 2019 Cotets 1 Chi-Squared Tests with Kow Probabilities 1 1.1 Chi-Squared Testig................

More information

STAT-UB.0103 NOTES for Wednesday 2012.APR.25. Here s a rehash on the p-value notion:

STAT-UB.0103 NOTES for Wednesday 2012.APR.25. Here s a rehash on the p-value notion: STAT-UB.3 NOTES for Wedesday 22.APR.25 Here s a rehash o the -value otio: The -value is the smallest α at which H would have bee rejected, with these data. The -value is a measure of SHOCK i the data.

More information

DS 100: Principles and Techniques of Data Science Date: April 13, Discussion #10

DS 100: Principles and Techniques of Data Science Date: April 13, Discussion #10 DS 00: Priciples ad Techiques of Data Sciece Date: April 3, 208 Name: Hypothesis Testig Discussio #0. Defie these terms below as they relate to hypothesis testig. a) Data Geeratio Model: Solutio: A set

More information

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference EXST30 Backgroud material Page From the textbook The Statistical Sleuth Mea [0]: I your text the word mea deotes a populatio mea (µ) while the work average deotes a sample average ( ). Variace [0]: The

More information

Statistical Inference Based on Extremum Estimators

Statistical Inference Based on Extremum Estimators T. Rotheberg Fall, 2007 Statistical Iferece Based o Extremum Estimators Itroductio Suppose 0, the true value of a p-dimesioal parameter, is kow to lie i some subset S R p : Ofte we choose to estimate 0

More information

Random Variables, Sampling and Estimation

Random Variables, Sampling and Estimation Chapter 1 Radom Variables, Samplig ad Estimatio 1.1 Itroductio This chapter will cover the most importat basic statistical theory you eed i order to uderstad the ecoometric material that will be comig

More information

Hypothesis Testing. H 0 : θ 1 1. H a : θ 1 1 (but > 0... required in distribution) Simple Hypothesis - only checks 1 value

Hypothesis Testing. H 0 : θ 1 1. H a : θ 1 1 (but > 0... required in distribution) Simple Hypothesis - only checks 1 value Hyothesis estig ME's are oit estimates of arameters/coefficiets really have a distributio Basic Cocet - develo regio i which we accet the hyothesis ad oe where we reject it H - reresets all ossible values

More information

Linear Regression Models

Linear Regression Models Liear Regressio Models Dr. Joh Mellor-Crummey Departmet of Computer Sciece Rice Uiversity johmc@cs.rice.edu COMP 528 Lecture 9 15 February 2005 Goals for Today Uderstad how to Use scatter diagrams to ispect

More information

Efficient GMM LECTURE 12 GMM II

Efficient GMM LECTURE 12 GMM II DECEMBER 1 010 LECTURE 1 II Efficiet The estimator depeds o the choice of the weight matrix A. The efficiet estimator is the oe that has the smallest asymptotic variace amog all estimators defied by differet

More information

Because it tests for differences between multiple pairs of means in one test, it is called an omnibus test.

Because it tests for differences between multiple pairs of means in one test, it is called an omnibus test. Math 308 Sprig 018 Classes 19 ad 0: Aalysis of Variace (ANOVA) Page 1 of 6 Itroductio ANOVA is a statistical procedure for determiig whether three or more sample meas were draw from populatios with equal

More information

Introductory statistics

Introductory statistics CM9S: Machie Learig for Bioiformatics Lecture - 03/3/06 Itroductory statistics Lecturer: Sriram Sakararama Scribe: Sriram Sakararama We will provide a overview of statistical iferece focussig o the key

More information

Let us give one more example of MLE. Example 3. The uniform distribution U[0, θ] on the interval [0, θ] has p.d.f.

Let us give one more example of MLE. Example 3. The uniform distribution U[0, θ] on the interval [0, θ] has p.d.f. Lecture 5 Let us give oe more example of MLE. Example 3. The uiform distributio U[0, ] o the iterval [0, ] has p.d.f. { 1 f(x =, 0 x, 0, otherwise The likelihood fuctio ϕ( = f(x i = 1 I(X 1,..., X [0,

More information

John H. J. Einmahl Tilburg University, NL. Juan Juan Cai Tilburg University, NL

John H. J. Einmahl Tilburg University, NL. Juan Juan Cai Tilburg University, NL Estimatio of the margial exected shortfall Laures de Haa, Poitiers, 202 Estimatio of the margial exected shortfall Jua Jua Cai Tilburg iversity, NL Laures de Haa Erasmus iversity Rotterdam, NL iversity

More information

Section 14. Simple linear regression.

Section 14. Simple linear regression. Sectio 14 Simple liear regressio. Let us look at the cigarette dataset from [1] (available to dowload from joural s website) ad []. The cigarette dataset cotais measuremets of tar, icotie, weight ad carbo

More information

ECONOMETRIC THEORY. MODULE XIII Lecture - 34 Asymptotic Theory and Stochastic Regressors

ECONOMETRIC THEORY. MODULE XIII Lecture - 34 Asymptotic Theory and Stochastic Regressors ECONOMETRIC THEORY MODULE XIII Lecture - 34 Asymptotic Theory ad Stochastic Regressors Dr. Shalabh Departmet of Mathematics ad Statistics Idia Istitute of Techology Kapur Asymptotic theory The asymptotic

More information

Distribution of Sample Proportions

Distribution of Sample Proportions Distributio of Samle Proortios Probability ad statistics Aswers & Teacher Notes TI-Nsire Ivestigatio Studet 90 mi 7 8 9 10 11 12 Itroductio From revious activity: This activity assumes kowledge of the

More information

Statistical Inference (Chapter 10) Statistical inference = learn about a population based on the information provided by a sample.

Statistical Inference (Chapter 10) Statistical inference = learn about a population based on the information provided by a sample. Statistical Iferece (Chapter 10) Statistical iferece = lear about a populatio based o the iformatio provided by a sample. Populatio: The set of all values of a radom variable X of iterest. Characterized

More information

Sample Size Determination (Two or More Samples)

Sample Size Determination (Two or More Samples) Sample Sie Determiatio (Two or More Samples) STATGRAPHICS Rev. 963 Summary... Data Iput... Aalysis Summary... 5 Power Curve... 5 Calculatios... 6 Summary This procedure determies a suitable sample sie

More information

Stat 421-SP2012 Interval Estimation Section

Stat 421-SP2012 Interval Estimation Section Stat 41-SP01 Iterval Estimatio Sectio 11.1-11. We ow uderstad (Chapter 10) how to fid poit estimators of a ukow parameter. o However, a poit estimate does ot provide ay iformatio about the ucertaity (possible

More information

MOST PEOPLE WOULD RATHER LIVE WITH A PROBLEM THEY CAN'T SOLVE, THAN ACCEPT A SOLUTION THEY CAN'T UNDERSTAND.

MOST PEOPLE WOULD RATHER LIVE WITH A PROBLEM THEY CAN'T SOLVE, THAN ACCEPT A SOLUTION THEY CAN'T UNDERSTAND. XI-1 (1074) MOST PEOPLE WOULD RATHER LIVE WITH A PROBLEM THEY CAN'T SOLVE, THAN ACCEPT A SOLUTION THEY CAN'T UNDERSTAND. R. E. D. WOOLSEY AND H. S. SWANSON XI-2 (1075) STATISTICAL DECISION MAKING Advaced

More information

Logit regression Logit regression

Logit regression Logit regression Logit regressio Logit regressio models the probability of Y= as the cumulative stadard logistic distributio fuctio, evaluated at z = β 0 + β X: Pr(Y = X) = F(β 0 + β X) F is the cumulative logistic distributio

More information

10. Comparative Tests among Spatial Regression Models. Here we revisit the example in Section 8.1 of estimating the mean of a normal random

10. Comparative Tests among Spatial Regression Models. Here we revisit the example in Section 8.1 of estimating the mean of a normal random Part III. Areal Data Aalysis 0. Comparative Tests amog Spatial Regressio Models While the otio of relative likelihood values for differet models is somewhat difficult to iterpret directly (as metioed above),

More information

TAMS24: Notations and Formulas

TAMS24: Notations and Formulas TAMS4: Notatios ad Formulas Basic otatios ad defiitios X: radom variable stokastiska variabel Mea Vätevärde: µ = X = by Xiagfeg Yag kpx k, if X is discrete, xf Xxdx, if X is cotiuous Variace Varias: =

More information

Confidence intervals for proportions

Confidence intervals for proportions Cofidece itervals for roortios Studet Activity 7 8 9 0 2 TI-Nsire Ivestigatio Studet 60 mi Itroductio From revious activity This activity assumes kowledge of the material covered i the activity Distributio

More information

Comparing Two Populations. Topic 15 - Two Sample Inference I. Comparing Two Means. Comparing Two Pop Means. Background Reading

Comparing Two Populations. Topic 15 - Two Sample Inference I. Comparing Two Means. Comparing Two Pop Means. Background Reading Topic 15 - Two Sample Iferece I STAT 511 Professor Bruce Craig Comparig Two Populatios Research ofte ivolves the compariso of two or more samples from differet populatios Graphical summaries provide visual

More information

Recall the study where we estimated the difference between mean systolic blood pressure levels of users of oral contraceptives and non-users, x - y.

Recall the study where we estimated the difference between mean systolic blood pressure levels of users of oral contraceptives and non-users, x - y. Testig Statistical Hypotheses Recall the study where we estimated the differece betwee mea systolic blood pressure levels of users of oral cotraceptives ad o-users, x - y. Such studies are sometimes viewed

More information

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece,, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet as

More information

Output Analysis (2, Chapters 10 &11 Law)

Output Analysis (2, Chapters 10 &11 Law) B. Maddah ENMG 6 Simulatio Output Aalysis (, Chapters 10 &11 Law) Comparig alterative system cofiguratio Sice the output of a simulatio is radom, the comparig differet systems via simulatio should be doe

More information

Lesson 11: Simple Linear Regression

Lesson 11: Simple Linear Regression Lesso 11: Simple Liear Regressio Ka-fu WONG December 2, 2004 I previous lessos, we have covered maily about the estimatio of populatio mea (or expected value) ad its iferece. Sometimes we are iterested

More information

Chapter 6 Sampling Distributions

Chapter 6 Sampling Distributions Chapter 6 Samplig Distributios 1 I most experimets, we have more tha oe measuremet for ay give variable, each measuremet beig associated with oe radomly selected a member of a populatio. Hece we eed to

More information

Final Examination Solutions 17/6/2010

Final Examination Solutions 17/6/2010 The Islamic Uiversity of Gaza Faculty of Commerce epartmet of Ecoomics ad Political Scieces A Itroductio to Statistics Course (ECOE 30) Sprig Semester 009-00 Fial Eamiatio Solutios 7/6/00 Name: I: Istructor:

More information

Summary. Recap ... Last Lecture. Summary. Theorem

Summary. Recap ... Last Lecture. Summary. Theorem Last Lecture Biostatistics 602 - Statistical Iferece Lecture 23 Hyu Mi Kag April 11th, 2013 What is p-value? What is the advatage of p-value compared to hypothesis testig procedure with size α? How ca

More information

Common Large/Small Sample Tests 1/55

Common Large/Small Sample Tests 1/55 Commo Large/Small Sample Tests 1/55 Test of Hypothesis for the Mea (σ Kow) Covert sample result ( x) to a z value Hypothesis Tests for µ Cosider the test H :μ = μ H 1 :μ > μ σ Kow (Assume the populatio

More information

CS284A: Representations and Algorithms in Molecular Biology

CS284A: Representations and Algorithms in Molecular Biology CS284A: Represetatios ad Algorithms i Molecular Biology Scribe Notes o Lectures 3 & 4: Motif Discovery via Eumeratio & Motif Represetatio Usig Positio Weight Matrix Joshua Gervi Based o presetatios by

More information

ECE534, Spring 2018: Solutions for Problem Set #2

ECE534, Spring 2018: Solutions for Problem Set #2 ECE534, Srig 08: s for roblem Set #. Rademacher Radom Variables ad Symmetrizatio a) Let X be a Rademacher radom variable, i.e., X = ±) = /. Show that E e λx e λ /. E e λx = e λ + e λ = + k= k=0 λ k k k!

More information

Expectation and Variance of a random variable

Expectation and Variance of a random variable Chapter 11 Expectatio ad Variace of a radom variable The aim of this lecture is to defie ad itroduce mathematical Expectatio ad variace of a fuctio of discrete & cotiuous radom variables ad the distributio

More information

1 General linear Model Continued..

1 General linear Model Continued.. Geeral liear Model Cotiued.. We have We kow y = X + u X o radom u v N(0; I ) b = (X 0 X) X 0 y E( b ) = V ar( b ) = (X 0 X) We saw that b = (X 0 X) X 0 u so b is a liear fuctio of a ormally distributed

More information

Rank tests and regression rank scores tests in measurement error models

Rank tests and regression rank scores tests in measurement error models Rak tests ad regressio rak scores tests i measuremet error models J. Jurečková ad A.K.Md.E. Saleh Charles Uiversity i Prague ad Carleto Uiversity i Ottawa Abstract The rak ad regressio rak score tests

More information

Frequentist Inference

Frequentist Inference Frequetist Iferece The topics of the ext three sectios are useful applicatios of the Cetral Limit Theorem. Without kowig aythig about the uderlyig distributio of a sequece of radom variables {X i }, for

More information

1 Inferential Methods for Correlation and Regression Analysis

1 Inferential Methods for Correlation and Regression Analysis 1 Iferetial Methods for Correlatio ad Regressio Aalysis I the chapter o Correlatio ad Regressio Aalysis tools for describig bivariate cotiuous data were itroduced. The sample Pearso Correlatio Coefficiet

More information

Econ 325 Notes on Point Estimator and Confidence Interval 1 By Hiro Kasahara

Econ 325 Notes on Point Estimator and Confidence Interval 1 By Hiro Kasahara Poit Estimator Eco 325 Notes o Poit Estimator ad Cofidece Iterval 1 By Hiro Kasahara Parameter, Estimator, ad Estimate The ormal probability desity fuctio is fully characterized by two costats: populatio

More information

Asymptotic distribution of the first-stage F-statistic under weak IVs

Asymptotic distribution of the first-stage F-statistic under weak IVs November 6 Eco 59A WEAK INSTRUMENTS III Testig for Weak Istrumets From the results discussed i Weak Istrumets II we kow that at least i the case of a sigle edogeous regressor there are weak-idetificatio-robust

More information

18. Two-sample problems for population means (σ unknown)

18. Two-sample problems for population means (σ unknown) 8. Two-samle roblems for oulatio meas (σ ukow) The Practice of Statistics i the Life Scieces Third Editio 04 W.H. Freema ad Comay Objectives (PSLS Chater 8) Comarig two meas (σ ukow) Two-samle situatios

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

Section 9.2. Tests About a Population Proportion 12/17/2014. Carrying Out a Significance Test H A N T. Parameters & Hypothesis

Section 9.2. Tests About a Population Proportion 12/17/2014. Carrying Out a Significance Test H A N T. Parameters & Hypothesis Sectio 9.2 Tests About a Populatio Proportio P H A N T O M S Parameters Hypothesis Assess Coditios Name the Test Test Statistic (Calculate) Obtai P value Make a decisio State coclusio Sectio 9.2 Tests

More information

ECE 901 Lecture 12: Complexity Regularization and the Squared Loss

ECE 901 Lecture 12: Complexity Regularization and the Squared Loss ECE 90 Lecture : Complexity Regularizatio ad the Squared Loss R. Nowak 5/7/009 I the previous lectures we made use of the Cheroff/Hoeffdig bouds for our aalysis of classifier errors. Hoeffdig s iequality

More information

CEE 522 Autumn Uncertainty Concepts for Geotechnical Engineering

CEE 522 Autumn Uncertainty Concepts for Geotechnical Engineering CEE 5 Autum 005 Ucertaity Cocepts for Geotechical Egieerig Basic Termiology Set A set is a collectio of (mutually exclusive) objects or evets. The sample space is the (collectively exhaustive) collectio

More information

Multivariate Regression: Estimating & Reporting Certainty, Hypotheses Tests

Multivariate Regression: Estimating & Reporting Certainty, Hypotheses Tests Multivariate Regressio: Estimatig & Reportig Certaity, Hypotheses Tests I. The C(N)LRM: A. Core Assumptios:. y=xβ +. E () = 0 3. V () = σ I 4. E ( X) = 0 5. X of full-colum rak. B. Coveiece Assumptios

More information

STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS. Comments:

STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS. Comments: Recall: STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS Commets:. So far we have estimates of the parameters! 0 ad!, but have o idea how good these estimates are. Assumptio: E(Y x)! 0 +! x (liear coditioal

More information

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting Lecture 6 Chi Square Distributio (χ ) ad Least Squares Fittig Chi Square Distributio (χ ) Suppose: We have a set of measuremets {x 1, x, x }. We kow the true value of each x i (x t1, x t, x t ). We would

More information

The variance of a sum of independent variables is the sum of their variances, since covariances are zero. Therefore. V (xi )= n n 2 σ2 = σ2.

The variance of a sum of independent variables is the sum of their variances, since covariances are zero. Therefore. V (xi )= n n 2 σ2 = σ2. SAMPLE STATISTICS A radom sample x 1,x,,x from a distributio f(x) is a set of idepedetly ad idetically variables with x i f(x) for all i Their joit pdf is f(x 1,x,,x )=f(x 1 )f(x ) f(x )= f(x i ) The sample

More information

Direction: This test is worth 150 points. You are required to complete this test within 55 minutes.

Direction: This test is worth 150 points. You are required to complete this test within 55 minutes. Term Test 3 (Part A) November 1, 004 Name Math 6 Studet Number Directio: This test is worth 10 poits. You are required to complete this test withi miutes. I order to receive full credit, aswer each problem

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics 8.2 Testig a Proportio Math 1 Itroductory Statistics Professor B. Abrego Lecture 15 Sectios 8.2 People ofte make decisios with data by comparig the results from a sample to some predetermied stadard. These

More information

TMA4245 Statistics. Corrected 30 May and 4 June Norwegian University of Science and Technology Department of Mathematical Sciences.

TMA4245 Statistics. Corrected 30 May and 4 June Norwegian University of Science and Technology Department of Mathematical Sciences. Norwegia Uiversity of Sciece ad Techology Departmet of Mathematical Scieces Corrected 3 May ad 4 Jue Solutios TMA445 Statistics Saturday 6 May 9: 3: Problem Sow desity a The probability is.9.5 6x x dx

More information

Lesson 10: Limits and Continuity

Lesson 10: Limits and Continuity www.scimsacademy.com Lesso 10: Limits ad Cotiuity SCIMS Academy 1 Limit of a fuctio The cocept of limit of a fuctio is cetral to all other cocepts i calculus (like cotiuity, derivative, defiite itegrals

More information

Output Analysis and Run-Length Control

Output Analysis and Run-Length Control IEOR E4703: Mote Carlo Simulatio Columbia Uiversity c 2017 by Marti Haugh Output Aalysis ad Ru-Legth Cotrol I these otes we describe how the Cetral Limit Theorem ca be used to costruct approximate (1 α%

More information

Lecture 2: Monte Carlo Simulation

Lecture 2: Monte Carlo Simulation STAT/Q SCI 43: Itroductio to Resamplig ethods Sprig 27 Istructor: Ye-Chi Che Lecture 2: ote Carlo Simulatio 2 ote Carlo Itegratio Assume we wat to evaluate the followig itegratio: e x3 dx What ca we do?

More information

Stat 139 Homework 7 Solutions, Fall 2015

Stat 139 Homework 7 Solutions, Fall 2015 Stat 139 Homework 7 Solutios, Fall 2015 Problem 1. I class we leared that the classical simple liear regressio model assumes the followig distributio of resposes: Y i = β 0 + β 1 X i + ɛ i, i = 1,...,,

More information

p we will use that fact in constructing CI n for population proportion p. The approximation gets better with increasing n.

p we will use that fact in constructing CI n for population proportion p. The approximation gets better with increasing n. Estimatig oulatio roortio: We will cosider a dichotomous categorical variable(s) ( classes: A, ot A) i a large oulatio(s). Poulatio(s) should be at least 0 times larger tha the samle(s). We will discuss

More information

Discrete Mathematics for CS Spring 2008 David Wagner Note 22

Discrete Mathematics for CS Spring 2008 David Wagner Note 22 CS 70 Discrete Mathematics for CS Sprig 2008 David Wager Note 22 I.I.D. Radom Variables Estimatig the bias of a coi Questio: We wat to estimate the proportio p of Democrats i the US populatio, by takig

More information

of the matrix is =-85, so it is not positive definite. Thus, the first

of the matrix is =-85, so it is not positive definite. Thus, the first BOSTON COLLEGE Departmet of Ecoomics EC771: Ecoometrics Sprig 4 Prof. Baum, Ms. Uysal Solutio Key for Problem Set 1 1. Are the followig quadratic forms positive for all values of x? (a) y = x 1 8x 1 x

More information

Interval Estimation (Confidence Interval = C.I.): An interval estimate of some population parameter is an interval of the form (, ),

Interval Estimation (Confidence Interval = C.I.): An interval estimate of some population parameter is an interval of the form (, ), Cofidece Iterval Estimatio Problems Suppose we have a populatio with some ukow parameter(s). Example: Normal(,) ad are parameters. We eed to draw coclusios (make ifereces) about the ukow parameters. We

More information

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting

Lecture 6 Chi Square Distribution (χ 2 ) and Least Squares Fitting Lecture 6 Chi Square Distributio (χ ) ad Least Squares Fittig Chi Square Distributio (χ ) Suppose: We have a set of measuremets {x 1, x, x }. We kow the true value of each x i (x t1, x t, x t ). We would

More information

GG313 GEOLOGICAL DATA ANALYSIS

GG313 GEOLOGICAL DATA ANALYSIS GG313 GEOLOGICAL DATA ANALYSIS 1 Testig Hypothesis GG313 GEOLOGICAL DATA ANALYSIS LECTURE NOTES PAUL WESSEL SECTION TESTING OF HYPOTHESES Much of statistics is cocered with testig hypothesis agaist data

More information

1036: Probability & Statistics

1036: Probability & Statistics 036: Probability & Statistics Lecture 0 Oe- ad Two-Sample Tests of Hypotheses 0- Statistical Hypotheses Decisio based o experimetal evidece whether Coffee drikig icreases the risk of cacer i humas. A perso

More information

Composite Quantile Generalized Quasi-Likelihood Ratio Tests for Varying Coefficient Regression Models Jin-ju XU 1 and Zhong-hua LUO 2,*

Composite Quantile Generalized Quasi-Likelihood Ratio Tests for Varying Coefficient Regression Models Jin-ju XU 1 and Zhong-hua LUO 2,* 07 d Iteratioal Coferece o Iformatio Techology ad Maagemet Egieerig (ITME 07) ISBN: 978--60595-45-8 Comosite Quatile Geeralized Quasi-Likelihood Ratio Tests for Varyig Coefficiet Regressio Models Ji-u

More information

Empirical likelihood for parametric model under imputation for missing

Empirical likelihood for parametric model under imputation for missing Emirical likelihood for arametric model uder imutatio for missig data Lichu Wag Ceter for Statistics Limburgs Uiversitair Cetrum Uiversitaire Camus B-3590 Dieebeek Belgium Qihua Wag Istitute of Alied Mathematics

More information

A statistical method to determine sample size to estimate characteristic value of soil parameters

A statistical method to determine sample size to estimate characteristic value of soil parameters A statistical method to determie sample size to estimate characteristic value of soil parameters Y. Hojo, B. Setiawa 2 ad M. Suzuki 3 Abstract Sample size is a importat factor to be cosidered i determiig

More information

A string of not-so-obvious statements about correlation in the data. (This refers to the mechanical calculation of correlation in the data.

A string of not-so-obvious statements about correlation in the data. (This refers to the mechanical calculation of correlation in the data. STAT-UB.003 NOTES for Wedesday 0.MAY.0 We will use the file JulieApartet.tw. We ll give the regressio of Price o SqFt, show residual versus fitted plot, save residuals ad fitted. Give plot of (Resid, Price,

More information

STA6938-Logistic Regression Model

STA6938-Logistic Regression Model Dr. Yig Zhag STA6938-Logistic Regressio Model Topic -Simple (Uivariate) Logistic Regressio Model Outlies:. Itroductio. A Example-Does the liear regressio model always work? 3. Maximum Likelihood Curve

More information

Hypothesis Testing. Evaluation of Performance of Learned h. Issues. Trade-off Between Bias and Variance

Hypothesis Testing. Evaluation of Performance of Learned h. Issues. Trade-off Between Bias and Variance Hypothesis Testig Empirically evaluatig accuracy of hypotheses: importat activity i ML. Three questios: Give observed accuracy over a sample set, how well does this estimate apply over additioal samples?

More information

( θ. sup θ Θ f X (x θ) = L. sup Pr (Λ (X) < c) = α. x : Λ (x) = sup θ H 0. sup θ Θ f X (x θ) = ) < c. NH : θ 1 = θ 2 against AH : θ 1 θ 2

( θ. sup θ Θ f X (x θ) = L. sup Pr (Λ (X) < c) = α. x : Λ (x) = sup θ H 0. sup θ Θ f X (x θ) = ) < c. NH : θ 1 = θ 2 against AH : θ 1 θ 2 82 CHAPTER 4. MAXIMUM IKEIHOOD ESTIMATION Defiitio: et X be a radom sample with joit p.m/d.f. f X x θ. The geeralised likelihood ratio test g.l.r.t. of the NH : θ H 0 agaist the alterative AH : θ H 1,

More information

(all terms are scalars).the minimization is clearer in sum notation:

(all terms are scalars).the minimization is clearer in sum notation: 7 Multiple liear regressio: with predictors) Depedet data set: y i i = 1, oe predictad, predictors x i,k i = 1,, k = 1, ' The forecast equatio is ŷ i = b + Use matrix otatio: k =1 b k x ik Y = y 1 y 1

More information

Research Article New Bandwidth Selection for Kernel Quantile Estimators

Research Article New Bandwidth Selection for Kernel Quantile Estimators Hidawi Publishig Cororatio Joural of Probability ad Statistics Volume, Article ID 3845, 8 ages doi:.55//3845 Research Article New Badwidth Selectio for Kerel Quatile Estimators Ali Al-Keai ad Kemig Yu

More information

Introduction to Econometrics (3 rd Updated Edition) Solutions to Odd- Numbered End- of- Chapter Exercises: Chapter 3

Introduction to Econometrics (3 rd Updated Edition) Solutions to Odd- Numbered End- of- Chapter Exercises: Chapter 3 Itroductio to Ecoometrics (3 rd Updated Editio) by James H. Stock ad Mark W. Watso Solutios to Odd- Numbered Ed- of- Chapter Exercises: Chapter 3 (This versio August 17, 014) 015 Pearso Educatio, Ic. Stock/Watso

More information

AAEC/ECON 5126 FINAL EXAM: SOLUTIONS

AAEC/ECON 5126 FINAL EXAM: SOLUTIONS AAEC/ECON 5126 FINAL EXAM: SOLUTIONS SPRING 2015 / INSTRUCTOR: KLAUS MOELTNER This exam is ope-book, ope-otes, but please work strictly o your ow. Please make sure your ame is o every sheet you re hadig

More information

1 of 7 7/16/2009 6:06 AM Virtual Laboratories > 6. Radom Samples > 1 2 3 4 5 6 7 6. Order Statistics Defiitios Suppose agai that we have a basic radom experimet, ad that X is a real-valued radom variable

More information

Geometry of LS. LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT

Geometry of LS. LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT OCTOBER 7, 2016 LECTURE 3 GEOMETRY OF LS, PROPERTIES OF σ 2, PARTITIONED REGRESSION, GOODNESS OF FIT Geometry of LS We ca thik of y ad the colums of X as members of the -dimesioal Euclidea space R Oe ca

More information

Overview. p 2. Chapter 9. Pooled Estimate of. q = 1 p. Notation for Two Proportions. Inferences about Two Proportions. Assumptions

Overview. p 2. Chapter 9. Pooled Estimate of. q = 1 p. Notation for Two Proportions. Inferences about Two Proportions. Assumptions Chapter 9 Slide Ifereces from Two Samples 9- Overview 9- Ifereces about Two Proportios 9- Ifereces about Two Meas: Idepedet Samples 9-4 Ifereces about Matched Pairs 9-5 Comparig Variatio i Two Samples

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information

Homework 3 Solutions

Homework 3 Solutions Math 4506 Sprig 04 Homework 3 Solutios. a The ACF of a MA process has a o-zero value oly at lags, 0, ad. Problem 4.3 from the textbook which you did t do, so I did t expect you to metio this shows that

More information

Department of Mathematics

Department of Mathematics Departmet of Mathematics Ma 3/103 KC Border Itroductio to Probability ad Statistics Witer 2017 Lecture 19: Estimatio II Relevat textbook passages: Larse Marx [1]: Sectios 5.2 5.7 19.1 The method of momets

More information