115 Pages

494lec7slides

Course: STAT 494, Fall 2009
School: Washington
Rating:
 
 
 
 
 

Word Count: 2956

Document Preview

494 1 POLS Lecture 7: Review of the Linear Regression Model (Part I) Kevin Quinn University of Washington 2 Outline Least Squares as a Fit Criterion Sampling Properties of the OLS estimator Importance of Assumptions The Least Squares Estimator as a Maximum Likelihood Estimator 3 Example: Relationship Between Household Income and Household Expenditures At each of 10 household income levels we take a...

Register Now

Unformatted Document Excerpt

Coursehero >> Washington >> Washington >> STAT 494

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
494 1 POLS Lecture 7: Review of the Linear Regression Model (Part I) Kevin Quinn University of Washington 2 Outline Least Squares as a Fit Criterion Sampling Properties of the OLS estimator Importance of Assumptions The Least Squares Estimator as a Maximum Likelihood Estimator 3 Example: Relationship Between Household Income and Household Expenditures At each of 10 household income levels we take a random sample of size 100 from the population of US households, for a total sample size of 1000 3 Example: Relationship Between Household Income and Household Expenditures At each of 10 household income levels we take a random sample of size 100 from the population of US households, for a total sample size of 1000 We record the level of expenditures for each household 3 Example: Relationship Between Household Income and Household Expenditures At each of 10 household income levels we take a random sample of size 100 from the population of US households, for a total sample size of 1000 We record the level of expenditures for each household Plotting these data we might see: Expenditures (Thousands of Dollars) 0 10 20 30 40 50 60 2 4 Income 6 8 10 4 5 It appears that the relationship between income and expenditures is essentially linear 5 It appears that the relationship between income and expenditures is essentially linear As a result, it seems reasonable to express this relationship as: yi = 1 + xi2 + i, i = 1, . . . , 1000 where yi denotes the expenditure level in household i, xi denotes the income level of household i, and i denotes a random disturbance Expenditures (Thousands of Dollars) 0 10 20 30 40 50 60 2 4 Income 6 8 10 6 7 Questions: What are good estimators of 1 and 2? How can we express our uncertainty about the underlying true values of 1 and 2? What assumptions need to be maintained and how might we know if they dont hold? 8 Least Squares as a Fit Criterion Consider the following linear model in scalar form: yi = 1 + xi22 + + xik k + i i = 1, . . . , n 8 Least Squares as a Fit Criterion Consider the following linear model in scalar form: yi = 1 + xi22 + + xik k + i i = 1, . . . , n We can write this in matrix form as: y = X + 9 Or in other words: y1 1 x12 y2 1 x22 . = . . . . . yn 1 xn2 y is n 1 X is n k is k 1 and is n 1 x1k x2k ... . . xnk 1 2 . . k 1 2 + . . n 10 The Ordinary Least Squares (OLS) Estimator One possible estimator for is to choose the coecient vector that minimizes the sum of squared residuals 11 Advantages: 11 Advantages: Has a closed form solution Can be calculated quickly 11 Advantages: Has a closed form solution Can be calculated quickly This estimator has very desirable sampling properties within the class of linear unbiased estimators as long as some additional assumptions hold 11 Advantages: Has a closed form solution Can be calculated quickly This estimator has very desirable sampling properties within the class of linear unbiased estimators as long as some additional assumptions hold As well see in a second, this estimator is the maximum likelihood estimator if a few additional assumptions are maintained 12 Disadvantages: 12 Disadvantages: Not robust to outliers in either y or (X, y) space 12 Disadvantages: Not robust to outliers in either y or (X, y) space Better estimators exist outside the class of linear unbiased estimators 13 Notation: the true value of the coecient vector an arbitrary value of the coecient vector OLS the OLS estimator of 13 Notation: the true value of the coecient vector an arbitrary value of the coecient vector OLS the OLS estimator of We can write the sum of squared residuals as: n S() = i=1 i2 13 Notation: the true value of the coecient vector an arbitrary value of the coecient vector OLS the OLS estimator of We can write the sum of squared residuals as: n n S() = i=1 i2 = i=1 (yi xi)2 13 Notation: the true value of the coecient vector an arbitrary value of the coecient vector OLS the OLS estimator of We can write the sum of squared residuals as: n n S() = i=1 i2 = i=1 (yi xi)2 The OLS estimator ( OLS) is dened to be the value of that minimizes S() 14 We can write S() in matrix form as: S() = 14 We can write S() in matrix form as: S() = = (y X) (y X) 14 We can write S() in matrix form as: S() = = (y X) (y X) = y y X y y X + X X 14 We can write S() in matrix form as: S() = = (y X) (y X) = y y X y y X + X X = y y 2 X y + X X 14 We can write S() in matrix form as: S() = = (y X) (y X) = y y X y y X + X X = y y 2 X y + X X The necessary condition for a minimum is that the gradient of S() with respect to be equal to 0 15 Calculating the gradient and setting it equal to 0 we have: S() = 2X y + 2X X = 0 15 Calculating the gradient and setting it equal to 0 we have: S() = 2X y + 2X X = 0 This implies that OLS must satisfy the so-called normal equations: X X OLS = X y 16 Assuming that (X X)1 exists (which it will as long as X has full rank) we can solve the normal equations and write our estimator OLS as: OLS = (X X)1X y 17 Example: Regression on a Constant Consider the following model: yi = 1 + i, i = 1, , n 18 The data are: y= 2 1 2 3 2 x= 1 1 1 1 1 19 Note that xx = n xi = 5 i=1 19 Note that xx = n xi = 5 i=1 1 (x x) 1 = 5 19 Note that xx = n xi = 5 i=1 1 (x x) xy = 1 = 5 yi = 10 n i=1 19 Note that xx = n xi = 5 i=1 1 (x x) xy = 1 = 5 yi = 10 n i=1 So 1 = (x x)1x y = 1 10 = 2 5 Which, as we would expect, is the mean of y 20 Example: A Bivariate Relationship Consider the following model: yi = 1 + xi22 + i 21 The data are: y= 1.5 1.0 2.5 1.0 4.0 3.0 4.5 4.0 X= 1 1 1 1 1 1 1 1 1 1 2 2 3 3 4 4 22 Note that XX = n n i=1 xi2 n i=1 xi2 n x2 i=1 i2 = 8 20 20 60 22 Note that XX = n n i=1 xi2 1 n i=1 xi2 n x2 i=1 i2 = 8 20 20 60 (X X) = 0.75 0.25 0.25 0.10 22 Note that XX = n n i=1 xi2 1 n i=1 xi2 n x2 i=1 i2 = 8 20 20 60 (X X) Xy = = 0.75 0.25 0.25 0.10 n i=1 yi n i=1 xi2yi = 21.5 64.5 22 Note that XX = n n i=1 xi2 1 n i=1 xi2 n x2 i=1 i2 = 8 20 20 60 (X X) Xy = So = 0.75 0.25 0.25 0.10 n i=1 yi n i=1 xi2yi = 21.5 64.5 0.0 1.075 = (X X)1X y = y 1.0 1.0 1.5 2.0 2.5 3.0 3.5 4.0 x 1.5 2.0 2.5 3.0 3.5 4.0 4.5 23 y 1.0 1.0 1.5 2.0 2.5 3.0 3.5 4.0 x 1.5 2.0 2.5 3.0 3.5 4.0 4.5 24 25 Sampling Properties Frequentist inference focuses on the performance of an estimator over repeated samples 25 Sampling Properties Frequentist inference focuses on the performance of an estimator over repeated samples In other words, if we were to draw a large number of random samples from some population and calculate for each sample, what would the distribution of look like over these repeated samples? 26 In order to draw some conclusions about the repeated sampling properties of the OLS estimator we need to rely on a number of assumptions 27 The Assumptions 1. (Functional Form) y = X + 27 The Assumptions 1. (Functional Form) y = X + E[ ] = 0 2. (Zero Mean Disturbances) or equivalently E[y] = X 27 The Assumptions 1. (Functional Form) y = X + E[ ] = 0 E[ ] = 2I 2. (Zero Mean Disturbances) or equivalently E[y] = X 3. (Variance-Covariance of Disturbances) 27 The Assumptions 1. (Functional Form) y = X + E[ ] = 0 E[ ] = 2I 2. (Zero Mean Disturbances) or equivalently E[y] = X 3. (Variance-Covariance of Disturbances) 4. (Relationship between X and ) E[ |X] = 0 27 The Assumptions 1. (Functional Form) y = X + E[ ] = 0 E[ ] = 2I 2. (Zero Mean Disturbances) or equivalently E[y] = X 3. (Variance-Covariance of Disturbances) 4. (Relationship between X and ) 5. (Nature of X) column rank E[ |X] = 0 X is a nonstochastic matrix with full 28 6. (Normality of Disturbances) N (0, 2I) 29 If these assumptions hold what can we say about the repeated sampling properties of OLS? 30 The mean of OLS 30 The mean of OLS OLS] = E[(X X)1X y] E[ 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] = E[(I + (X X)1X ] 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] = E[(I + (X X)1X ] = E[ + (X X)1X ] 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] = E[(I + (X X)1X ] = E[ + (X X)1X ] = + (X X)1X E[ ] 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] = E[(I + (X X)1X ] = E[ + (X X)1X ] = + (X X)1X E[ ] = + (X X)1X 0 1 30 The mean of OLS OLS] = E[(X X)1X y] E[ = E[(X X) X (X + )] = E[(X X)1X X + (X X)1X ] = E[(I + (X ] X)1X = E[ + (X X)1X ] = + (X X)1X E[ ] = + (X X)1X 0 = 1 31 OLS is unbiased 31 OLS is unbiased On average the OLS estimator yields the true value of 31 OLS is unbiased On average the OLS estimator yields the true value of Note, we didnt need to assume normal disturbances to prove unbiasedness Unbiasedness doesnt say anything about the variability of OLS 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] = E[(X X)1X X(X X)1] 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] = E[(X X)1X = (X X)1X E[ X(X X)1] ]X(X X)1 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] = E[(X X)1X = (X X)1X E[ X(X X)1] ]X(X X)1 = (X X)1X ( 2I)X(X X)1 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] = E[(X X)1X = (X X)1X E[ X(X X)1] ]X(X X)1 = (X X)1X ( 2I)X(X X)1 = 2(X X)1X X(X X)1 32 Variance-covariance matrix of OLS Var( OLS) = E[( OLS E[ OLS])( OLS E[ OLS]) ] = E[( OLS )( OLS ) ] = E[( + (X X)1X )( + (X X)1X ) ] = E[(X X)1X = (X X)1X E[ X(X X)1] ]X(X X)1 = (X X)1X ( 2I)X(X X)1 = 2(X X)1X X(X X)1 = 2(X X)1 33 Once again, we didnt need to assume normality of the disturbances to derive the variance covariance matrix of OLS However, we did assume we know 2 In practice, well estimate 2 as = nk 2 34 If we are willing to assume the disturbances are normally distributed then we can make even stronger statements about the sampling distribution of OLS 34 If we are willing to assume the disturbances are normally distributed then we can make even stronger statements about the sampling distribution of OLS In particular (assuming normal disturbances): OLS| 2 N (, 2(X X)1) 35 Other properties of the OLS estimator (assuming the assumptions hold) OLS is consistent 35 Other properties of the OLS estimator (assuming the assumptions hold) OLS is consistent OLS is the best (minimum mean squared error) linear unbiased estimator 35 Other properties of the OLS estimator (assuming the assumptions hold) OLS is consistent OLS is the best (minimum mean squared error) linear unbiased estimator Assuming normality, OLS is the best (minimum mean squared error) unbiased estimator 36 What Happens if Assumptions Dont Hold? Functional form assumption (y = X + ) doesnt hold 36 What Happens if Assumptions Dont Hold? Functional form assumption (y = X + ) doesnt hold If functional form isnt correct all bets are o 36 What Happens if Assumptions Dont Hold? Functional form assumption (y = X + ) doesnt hold If functional form isnt correct all bets are o Omitted variable bias 37 Assumption of zero mean disturbances (E[ ] = 0) doesnt hold 37 Assumption of zero mean disturbances (E[ ] = 0) doesnt hold As long as a constant term is included this is relatively benign 38 Variance-Covariance of Disturbances is not equal to 2I 38 Variance-Covariance of Disturbances is not equal to 2I Suppose E[ ] = 2 38 Variance-Covariance of Disturbances is not equal to 2I Suppose E[ ] = 2 As long as E[ |X] = 0 OLS is still unbiased 38 Variance-Covariance of Disturbances is not equal to 2I Suppose E[ ] = 2 As long as E[ |X] = 0 OLS is still unbiased Var( OLS) is now Var( OLS) = 2(X X)1(X X)(X X)1 so standard errors will not be correct 38 Variance-Covariance of Disturbances is not equal to 2I Suppose E[ ] = 2 As long as E[ |X] = 0 OLS is still unbiased Var( OLS) is now Var( OLS) = 2(X X)1(X X)(X X)1 so standard errors will not be correct 2 may be a biased estimator of 2 38 Variance-Covariance of Disturbances is not equal to 2I Suppose E[ ] = 2 As long as E[ |X] = 0 OLS is still unbiased Var( OLS) is now Var( OLS) = 2(X X)1(X X)(X X)1 so standard errors will not be correct 2 may be a biased estimator of 2 OLS still oftentimes consistent although this depends on X and 39 E[ |X] = 0 39 E[ |X] = 0 OLS is no longer unbiased OLS is no longer consistent 40 X is stochastic 40 X is stochastic If X is stochastic but perfectly measured then all of the results above still go through ( OLS) is unbiased, consistent, and best linear unbiased 40 X is stochastic If X is stochastic but perfectly measured then all of the results above still go through ( OLS) is unbiased, consistent, and best linear unbiased However, if X is measured imperfectly, i.e. there is measurement error, then things get very bad 40 X is stochastic If X is stochastic but perfectly measured then all of the results above still go through ( OLS) is unbiased, consistent, and best linear unbiased However, if X is measured imperfectly, i.e. there is measurement error, then things get very bad if only o...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Washington - STAT - 494
1POLS 494 Lecture 7: Review of the Linear Regression Model (Part I)Kevin Quinn University of Washington2Outline Least Squares as a Fit Criterion Sampling Properties of the OLS estimator Importance of Assumptions The Least Squares Estimat
Washington - STAT - 494
1POLS Lecture 8: Review of the Linear Regression Model (Part II)Kevin Quinn University of Washington2Outline Residual Diagnostics Leverage and Influence Example3Residual Diagnostics In deriving the sampling properties of the OLS esti
Washington - STAT - 494
1POLS Lecture 8: Review of the Linear Regression Model (Part II)Kevin Quinn University of Washington2Outline Residual Diagnostics Leverage and Influence Example3Residual Diagnostics In deriving the sampling properties of the OLS esti
Washington - STAT - 494
%!PS-Adobe-2.0 %Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software %Title: LogitMotiv.dvi %Pages: 11 %PageOrder: Ascend %BoundingBox: 0 0 612 792 %DocumentFonts: Helvetica Helvetica-Bold Helvetica-Oblique %+ Helvetica-BoldOblique Symbol %EndC
Washington - STAT - 494
Homework Assignment 1 CSSS/POLS 494 Advanced Quantitative Political MethodologyProfessor: Kevin Quinn, Political Science and CSSS Spring Quarter 2002 Due before class on April 16Problem 1Consider two random variables X and Y . X can take values e
Washington - STAT - 494
%!PS-Adobe-2.0 %Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software %Title: 494hw1.dvi %Pages: 3 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips 494hw1.dvi -O 0.0in0.75in,
Washington - STAT - 494
Homework Assignment 2 CSSS/POLS 494 Advanced Quantitative Political MethodologyProfessor: Kevin Quinn, Political Science and CSSS Spring Quarter 2002 Due before class on April 23Problem 1Calculate the rst derivatives of the following functions wi
Washington - STAT - 494
Homework Assignment 3 CSSS/POLS 494 Advanced Quantitative Political MethodologyProfessor: Kevin Quinn, Political Science and CSSS Spring Quarter 2002 Due before class on April 30Problem 1Consider the following dataset: y = (0, 0, 0, 1, 0) that is
Washington - STAT - 494
Homework Assignment 4 CSSS/POLS 494 Advanced Quantitative Political MethodologyProfessor: Kevin Quinn, Political Science and CSSS Spring Quarter 2002 Due before class on May 14Problem 1Let 3 1 4 1 2 -3 2 0 9 10 1 0.5 e= f = 4 A= B= C= D= 5 0 1
Washington - STAT - 494
%!PS-Adobe-2.0 %Creator: dvips(k) 5.86e Copyright 2001 Radical Eye Software %Title: 494hw4.dvi %Pages: 1 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips -o 494hw4.ps -O 0.0in,0.5i
Washington - STAT - 494
Homework Assignment 5 CSSS/POLS 494 Advanced Quantitative Political MethodologyProfessor: Kevin Quinn, Political Science and CSSS Spring Quarter 2002 Due before class on May 21Problem 1Part a) Using the data in the file hw5.dat available on the c
Washington - STAT - 494
popul: population of respondent's location in 1000s of peopleTVnews: days in the past week spent watching news on TVselfLR: Left-Right self-placement of respondent: 1. Extremely liberal
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 7 10/23/2000An Agenda Review of Mid-Term Test Term Projects (introducing people) What is OO Programming? OO Analysis and Design Introduction to UML1Mid-Term Review: Q.1Acco un t N
Washington - STAT - 536
Homework Assignment 2 CSSS 536: Logistic Regression and Log-Linear Modeling for the Social SciencesProfessor: Kevin Quinn, Political Science and CSSS Autumn Quarter 2002 Due before class on October 25Problem 1Using the Hosmer and Lemeshow low bir
Washington - STAT - 536
%!PS-Adobe-2.0 %Creator: dvips(k) 5.86e Copyright 2001 Radical Eye Software %Title: 536hw2.dvi %Pages: 1 %PageOrder: Ascend %BoundingBox: 0 0 596 842 %EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips -o 536hw2.ps -O 0.0in,0.5i
Acton School of Business - COMP - 412
COMP 412 FALL 2008Context-sensitive Analysis or Semantic Elaboration Comp 412Copyright 2008, Keith D. Cooper & Linda Torczon, all rights reserved. Students enrolled in Comp 412 at Rice University have explicit permission to make copies of these m
Wisconsin - PHYS - 201
Physics 201 : Discussion 1318. A car traveling on a flat (unbanked) circular track accelerates uniformly from rest with a tangential acceleration of 1.70 m/s2. The car makes it one-quarter of the way around the circle before it skids off the track.
Wisconsin - ENGR - 201
Texas A&M - MATH - 151
LIMIT LAWSSCOTT ZREBIEC1. Limit Laws The following fun facts is not just fun facts, they are the law! Theorem 1.1. If limxx0 f (x) = F , if c is a number, if n is an integer and if limxx0 g(x) = G then 1) limxx0 (f (x) + g(x) = F + G 2) limxx0 (f
Texas A&M - MATH - 151
LIMIT LAWSSCOTT ZREBIEC1. The computation of a CengageNOW Limit, with a subtle complication. In one of the CengageNow questions, a very subtle complication exists. The problem is to compute one of the following limits, either: lim -x + x2 - 2axx
Texas A&M - MATH - 151
Bonus Problem 4 Find each limit: xx x ; x1 ln x x + 1 lim1 2 lim ( cos1 x) x . x0 This problem is due Thursday, November 11.
Texas A&M - MATH - 142
Math142, Limit Practice Problems-copyright Maggie Arnold1Limit Practice ProblemsMATH 142Summer 011. lim 2. lim 3. lim4 4x = x 5 2x 4 4x = x 5 2x ex = x0 2x 1 ex = x 2x 1 x2 x 6 = x3 x2 5x + 10 7x2 x 6 = x x2 5x + 10 x2 8x + 12
Texas A&M - MATH - 151
MATH 151 Lecture #4 (Inverse Functions: Section 4.8)Wednesday, July 12 by X Chen4 Inverse Functions4.8 Indeterminate Forms and LHospitals Rule Warm-up exercises: (a) lim x2 x x1 x2 1 Summary. (b) lim x2 x x 2x2 + 1 x1 (c) lim ( x + 1 x) (d)
Wisconsin - SOC - 357
Does only "The Oz" himself know who wrote The Royal Book of Oz?Who Wrote the 15th Book of Oz? An Application of Multivariate Analysis to Authorship AttributionJos Nilo G. Binongosisting of 14 books. He consequently earned the title, "The Royal Hi
Wisconsin - BME - 300
Brain Cooling DeviceClient Dr. Ugo Faraguna Team Members Jay Sekhon(Leader) David Leinweber(BSAC) Jon Seaton(Communicator) Mark Reagan(BWIG) Progress Report 3 February 20 to February 25, 2009 Problem Statement: Sleep is homeostatically regulated; th
Texas A&M - PEOPLE - 434
Data- ow analysisData- ow analysiscompile-time reasoning about the run-time ow of values in the program represent facts about run-time behavior represent e ect of executing each basic block propagate facts around control ow graphFormulated as a s
Texas A&M - PEOPLE - 434
The procedure abstractionSeparate compilation:allows us to build large programs keeps compile times reasonable requires independent proceduresThe linkage convention:a social contract machine dependent division of responsibility The linkage conv
Texas A&M - PEOPLE - 434
LRparsingThere are three commonly used algorithms to build tables for an \LR" parser: 1. SLR(1) = LR(0) + FOLLOW smallest class of grammars smallest tables (number of states) simple, fast construction 2. LR(1) full set of LR(1) grammars largest t
Wisconsin - BME - 200
Progress Report February 2, 2007 Project Title: Animal Ventilator Team Members: Chris Wegener, Team Leader 608-469-3961 Ashley Anderson, Communicator 608-212-3462 Matt Smith, BWIG 414-640-3088 Micah Brown, BSAC Client: Sean Fain, Ph.D. Dept. of Medic
Wisconsin - BME - 200
Progress Report September 27, 2006 Project Title: Animal Ventilator Team Members: Chris Wegener, Team Leader 608-469-3961 Ashley Anderson, Communicator 608-212-3462 Matt Smith, BWIG 414-640-3088 Micah Brown, BSAC Client: Sean Fain, Ph.D. Dept. of Med
Wisconsin - MATH - 221
MATH 221: Calculus and Analytic Geometry Prof. Ram, Fall 2004 HOMEWORK 1 DUE September 13, 2004Problem A. Numbers (1) What are the positive integers and why do we care? (2) What are the nonnegative integers and why do we care? (3) What are the rati
Wisconsin - MATH - 221
MATH 221: Calculus and Analytic Geometry Prof. Ram, Fall 2004 HOMEWORK 7 DUE October 25, 2004 For each of the following graphing problems also determine (a) where f (x) is defined, (b) where f (x) is continuous, (c) where f (x) is differentiable, (d)
Wisconsin - M - 321
c F. Waleffe, UW Math 321, 2009/04/08Biot-SavartThe Biot-Savart law stated at http:/en.wikipedia.org/wiki/Biot-Savart_law reads 0 I d r ^ 0 I d r = (1) 2 4 r 4 r3 where 0 is the magnetic constant and I is constant by conservation of charge. Equ
Wisconsin - M - 321
Exam 3, Math 321, Spring 2007 32.5avg = 16.52# of students1.510.50051015202530grade /30
Wisconsin - M - 321
c F. Walee, Math 321 Notes, UW 2007/04/221w = z2 In cartesian forms w = u + iv, z = x + iy so u = x2 y 2 and v = 2xy, with x, y, u and v all real. First view: what do the u(x, y) and v(x, y) isocurves look like? u = x2 y 2 = u0 , xed, is a (blu
Acton School of Business - MECH - 211
Nnme'PaeeIts E RICI MECH 211Sections and2Fall 2000 TestI' Due October9, 2000 at the startof class. on must alsobe denoted an appropriate Show all work. Any force existingin an equation free body diagram. Clearly indicatefinal answers. This tes
Wisconsin - STAT - 710
Stat 710: Mathematical Statistics Lecture 6Jun ShaoDepartment of Statistics University of Wisconsin Madison, WI 53706, USAlogoJun Shao (UW-Madison)Stat 710, Lecture 6Feb 2, 20091 / 10Lecture 6: Minimax estimatorsConsider estimators of
Texas A&M - ECEN - 303
ECEN 303- Random Signals and Systems Solutions to Problem Set #12 b 2. f Z ( z ) = - exp ( b z ) 2 1 (z 3 )2 3. f Z ( z ) = - exp - . 146 146 z2 z2 4. f Z ( z ) = 2z exp - 1 exp - u ( z ) , f W ( w ) = 2w exp ( w 2 )u ( w ) . 2 2 1
Texas A&M - ECEN - 303
ECEN 303- Random Signals and Systems Problem Set #8 (MATLAB mini-project) 10/15/08 There will be no in-class quiz on 10/22. Instead, your quiz grade for that week will be based entirely on the following MATLAB mini-project which is due at the beginni
Wilfrid Laurier - LECTURE - 401
SENG 401 Analysis and Design of Large-Scale Software IILecture 13Perspective on Software ScienceYingxu Wang, Prof., PhD, PEng, FWIF, SMIEEE, SMACMDirector, Theoretical & Empirical Software Eng. Research Centre (TESERC) Dept. of Electrical and C
Pittsburgh - IS - 3966
Energy-Aware TDMA-Based MAC for Sensor NetworksKhaled A. Arisha Honeywell International Inc. Advanced Systems Tech. Group 7000 Columbia Gateway Drive Columbia, MD 21046 Moustafa A. Youssef* Department of Computer Science Univ. of Maryland at College
Wilfrid Laurier - GOPH - 359
Id 218573 230039 239231 241608 241792 253843 256190 258828 259221 262699 263006 263254 267398 271656 271729 272353 276133 276486 278105 280024 282080 286882 290829 291387 292504 294482 295476 295915 296142 298280 298324 298515 299832 300640 301450 30
Wilfrid Laurier - GOPH - 547
Id Final Grade 203386 C+ 213114 C 215915 C 222275 C 223128 B 224935 A 228883 D+ 229323 C+ 231048 C 238649 B+ 241528 B 242977 A242983 A246434 C250395 A 255945 C+ 256168 D+ 258704 B 258828 B261132 C+ 263254 B+ 264015 C265220 C 267015 W 268183 A+ 273090
Wilfrid Laurier - GOPH - 457
ID 203386 215915 222275 223128 241576 241792 242410 254916 255945 256168 257048 261132 261282 262944 263254 267015 267230 269440 271689 272508 274009 274747 276767 277840 278760 281015 286803 289495 290649 291662 291996 295499 296018 315011 316496 99
Texas A&M - MATH - 407
Math 407 1. (12) Dene the following: (a)Solutions to Exam 3April 24, 2003f (z) dz, where is a smooth curve with nite length. Let f = u + iv, and let be parmetrized by = (x (t) , y (t) = x (t) + iy (t) for a t b. Thenbf (z) dz = adx
LSU - NR - 56774
2009 Louisiana Suggested Weed Management GuideHOME GARDENS Active Ingredient Product Rate per 1000 sq ft/1 gal1 PREPLANT/PREPLANT INCORPORATED: glyphosate1 Roundup Ultra/others @ 0.5-1oz/1000 sq ft. Several brands available; consult labels for prop
LSU - E - 56848
LOUISIANA RECOMMENDATIONS FOR CONTROL OF SUGARCANE INSECTSThe sugarcane borer is the most destructive insect attacking the Louisiana sugarcane crop. Wireworms, the sugarcane aphid, sugarcane beetle, sugarcane mealybug, root stock weevils, and spring
LSU - D - 18569
INSECT REPELLENTSPeople who work or play outdoors are often attacked by numerous species of insects, ticks and mites. Mosquitoes, ticks, chiggers, fleas, biting flies and gnats are just some of the creatures that irritate and annoy people and disrup
St. Mary NE - EDU - 552
Chapter 1: Entering the Middle School as a Professional I feel I have a fairly good grasp on what to expect from teaching in a middle school. Being a non-traditional student and earning my teaching degree after two of my own children have graduated h
St. Mary NE - EDU - 552
Melissa Stone4/29/2009EDU 552A Teaching Language Arts: Middle Level Instructor: Claudia Wickham Overview of Lesson Plans click on lesson plan number to go to lesson plan.Lesson 1: PE Health Twelve Days of Winter Break Lesson 2: PE Heal
University of Dayton - ACADEMIC - 304
Please rate the applicant on the qualities you feel you can judge on the grid below. Indicate your perception of the student's readiness to function in a dietetic internship program at this time. Provide comments of ratings and your signature on next
University of Dayton - CPS - 444
signature Tiger_TOKENS = sig type linenum (* = int *) type token val TYPE: linenum * linenum -> token val VAR: linenum * linenum -> token val FUNCTION: linenum * linenum -> token val BREAK: linenum * linenum -> token val OF
Pittsburgh - CS - 131
The magazine Cricket has 176 dollars in current subscriptions.The magazine Electronic Gaming Monthly has 72 dollars in current subscriptions.The magazine Highlights has 156 dollars in current subscriptions.The magazine National Geographic has 2
University of Dayton - CPS - 346
/* * A test harness for Banker's algorithm. * * Usage: java TestHarness <one or more resources>, * e.g., java TestHarness <input file> 10 5 7 * * Once this is entered, the user enters "*" to output the state of the bank. */import java
Texas A&M - AGCJ - 407
Paige Sharber AGCJ 407 Stage I Storyboard Moo Juice Target Audience My Web site will target audiences between the ages of 6 and 12. I want kids to be able to have a fun, educational learning experience when they visit my site. I also intend to reach
Texas A&M - PORT - 404
AGCJ 404: Communicating Agricultural Information to the Public Press Release Assignment Fall Semester 2007Contact: Brittney Feltmann Day: (979)xxx-xxx Night: (979)xxx-xxx 14 November 2007 For Release15 November 2007MARKETING TACTICS UNDER THE MIC
Texas A&M - PEOPLE - 434
Top-down versus bottom-upTop-down parsers start at the root of derivation tree and ll in picks a production and tries to match the input may require backtracking some grammars are backtrack-free (predictive )Bottom-up parsers start at the leaves a
NMT - GEOP - 592
CRUSTAL STRUCTURE OF EASTERN MONTSERRAT USING SEISMIC REFLECTION DATAMontserrat, part of the island arc on the western edge of the Caribbean Plate, is primarily made up of four volcanic complexes: Silver Hills (SH), Centre Hills (CH), Soufriere Hill
LSU - D - 55817
Class 522 6th & 6th LA Bred, Zachary Gibbons, HBS 4-H STATE LIVESTOCK SHOW FEBRUARY 14-21, 2009 LAMAR-DIXION EXPO CENTER GONZALES, LA. * Beef Breeding * Angus - Bulls Class 3 6th & 6th LA Bred, Avery Kingman,CHS Class 9 2nd & 2nd LA Bred,Tyler Inzere
LSU - APPL - 003
University of Dayton - CAMPUS - 505
Review of Electromagnetic Theory I. Introduction: In these notes, I will write down Maxwell's equations and from them derive the wave equation for the electric field and develop expressions for the Poynting vector associated with the intensity of an