1 Appendix A: Matrix Algebra

Size: px
Start display at page:

Download "1 Appendix A: Matrix Algebra"

Transcription

1 Appendix A: Matrix Algebra. Definitions Matrix A =[ ]=[A] Symmetric matrix: = for all and Diagonal matrix: 6=0if = but =0if 6= Scalar matrix: the diagonal matrix of = Identity matrix: the scalar matrix of = Triangular matrix: =0if Idempotent matrix: A = AA = A Symmetric idempotent matrix: A 0 A = A = AA Orthogonal matrix: A = A 0 Unitary matrix: A 0 A = AA 0 = I Trace of A : (A) = P = sum of diagonal terms. (ABC) = (BCA) = (CBA) if A B C are symmetric. (A) = [ (A)] (A + B) = (A)+ (B) Matrix Addition: A + B =[ + ] (A + B)+C = A+(B + C) (A + B) 0 = A 0 +B 0

2 Matrix Multiplication AB 6= BA : = = (AB) C = A (BC) A (B + C) =AB + AC (AB) 0 = B 0 A 0 Idempotent (projection) Matrix y = x + z + u where y x z and u are vectors and are scalars. Let M = ³ 0 z (z 0 z) z then, is an idempotent matrix. M M = ³ z (z 0 z) z 0 ³ 0 z (z 0 z) z = z (z 0 z) z 0 z (z 0 z) z 0 + z (z 0 z) z 0 z (z 0 z) z 0 = z (z 0 z) z 0 z (z 0 z) z 0 + z (z 0 z) z 0 = z (z 0 z) z 0 = Further note that M z = ³ z (z 0 z) z 0 z =0 Hencewehave M y = M x + M z + M z u = M x + M z u

3 Vector Lenth of a vector: Norm is defined as e = µ P e 0 e = = Orthogonal vectors: Two nonzero vectors a and b are orthogonal, written a b iff a 0 b = b 0 a =0 Regression in a Matrix form y = Xb + u TheOLSestimateis TheOLSresidualsare ˆb = (X 0 X) X 0 y = (X 0 X) X 0 Xb +(X 0 X) X 0 u = b +(X 0 X) X 0 u û = y Xˆb = Xb Xˆb + u = u X ³ˆb b Hencewehave X 0 û = X ³u 0 X ³ˆb b = X 0 u X 0 X ³ˆb b = X 0 u X 0 X (X 0 X) X 0 u = 0 Matrix Inverse (AB) = B A A 0 = A 0 0 A 0 A 3

4 A A A A =? (see p.966 A-74) Kronecker Products Let A = then A B = B B B B A is and B is Then A B is () () A (B + C) =A B + A C (A + B) C = A C + B C (A) B = A (B) = (A B) where is a scalar (A B) C = A (B C) (A B) = A B (A B) 0 = A 0 B 0 tr(a B) =tr(a)tr(b) (A B)(C D) =AC BD. Eigen values and Eigen vectors Eigen Values Characteristic vectors = Eigen vectors, c Characteristic roots = Eigen values. Ac = c Ac Ic = 0 A I c = 0 4

5 Example: Find eigen values of A : A = 3 0 Solutions: 3 A I = 0 = =0 Eigen Vector: The characteristic vectors of a symmetric matrix are orthogonal. That is, C 0 C = I where C =[c c c ] Alternatively C is a unitary matrix. Let Λ = ( )= Then we have Ac = c or AC = CΛ C 0 AC = C 0 CΛ = Λ = ( ) Alternatively we have A = CΛC 0 which is the spectral decomposition of A 5

6 Some Facts: Prove the followings. (A) = (Λ) (A) = (CΛC 0 )= (ΛCC 0 )= (ΛI) = (Λ) The trace of a matrix equals the sum of its eigen values.. A = Λ 3. AA = A = CΛ C 0 4. A = CΛ C 0 5. Suppose that A is a nonsigular symmetric matrix. Then A = CΛ C 0 6. Consider a matrix P such that then P 0 P = A P = Λ C 0 Matrix Decomposition LU decomposition (Cholesky Decomposition) A = LU where L is lower triangular and U is upper triangular matrix. L = U 0 Example: Hence the solution is given by = 0 = + 0 = = =? 6

7 Spectral (Eigen) Decomposition A = CΛC 0 Schur Decomposition A = USU 0 where U is an orthogonal matrix and S is a upper triangular matrix. Quadratic forms Let be a symmetric matrix. Then all eigen values of are positive (negative), then is a positive (negative) definite matrix. If has both negative and positive eigen values, then is indefinite..3 Matrix Algebra (Ax) x (x 0 Ax) x (x 0 Ax) A = A = Ax = xx 0 (Ax) x 0 = A 0 7

8 .4 Sample Questions: Part I: Calculation A = B = 0 0 Q: Find eigen values of A Q: Find the lower triangular matrix of A Q3: A B Q4: (A B) Q5: tr(a) Part II: Matrix Algebra Consider the following regression = () Q6: If you wrote (9) as y = Xβ + u () Define, and Q7: Consider the following problem Show the first derivertives of function. arg min = u 0 u Q8: Show the solution satisfies β =(X 0 X) X 0 y 8

9 Probability and Distribution Theory. Probability Distributions () = Prob ( = ). 0 Prob( = ). P () =(discrete case), R () =(continuous case) Cumulative Distribution Function P () = Prob ( ) : discrete () = R () = Prob ( ) : continuous. 0 (). If then () () 3. (+ ) = 4. ( ) =0 Expectations of a Random Variable Mean or expected value of a random variable is P () discrete [] = R () continuous Median: used when the distribution is not symmetric Mode: the value of at which () take its maximum 9

10 Functional expectation Let () be a function of Then P () () discrete [ ()] = R () () continuous Variance Note that () = ( ) P = ( ) () discrete R ( ) () continuous () = ( ) = + = Now we consider third and fourth central moments Skewness : ( ) 3 Kurtosis : ( ) 4 Skewness is a measure of the asymmetry of a distribution. For symmetric distribution, we have ( ) = ( + ) and ( ) 3 =0. Some Specific Probabilty Distributions.. Normal Distribution or we note = Ã! exp ( ) 0

11 Properties:. Addition and Multiplication + +. Standard normal function ³ exp (0 ) ( 0 ) = () = exp µ y x Chi-squared, and distributions (; ) = ³ Γ () exp [ 0]. If (0 ) then chi-squared with one degress of freedom.

12 . If are independent variables, then X = 3. If are independent (0 ) variables, then X = 4. If are independent (0 ) variables, then X = 5. If and are independent and variables, then If and are independent and variables, then ( ) 7. If is a (0 ) variable and is and is independent of then the ratio = p and it has the density function given by () = Γ + Γ where = and Γ () is the gamma function 8. (0 ) as Γ () = Z 0 + µ+ 9. If then ()

13 0. Noncentral distribution: If ( ) then () has a noncentral distribution.. If and have a joint normal distribution, then w =( ) 0 has w (0 Σ) where Σ =. If w (μ Σ) where w has elements, then w 0 Σ w has a noncentral. The noncentral parameter is μ 0 Σ μ.. Other Distributions Lognormal distribution () = Ã exp! ln Note that Hence () = exp µ + ³ () = + = ln () µ ln + () () µ = ln + () () Mode () = Median () = 3

14 exp [ln ] y x Properties. If ( ) then exp () ( ). If ( ) then ln () ( ) 3. If ( ) then = + is a shifted LN of. () = () + () = ( + ) = () 4. If ( ) then = is also LN. (ln + ) 5. If ( ) then = is also LN. ( ) 6. If ( ) ( ) and they are independent, then + + 4

15 Gamma Distribution where () = Γ () exp ( ) for 000 Γ () = Note that if is a positive integer, then Z 0 Γ () =( )! When = gamma distribution becomes exponential distribution exp ( ) for 0 () = 0 for 0 When = = gamma dist. = dist. When is a positive integer, gamma dist. is called Erlang family. Beta distribution For a variable constrained between 0 and 0 the beta distribution has its density as Γ ( + ) ³ ³ () = Γ () Γ () Usually s range becomes (0 ) that is =. symmetric if =. = = becomes (0 ) 3., becomes 4. = strictly convex 5. = = straight line 6. = strictly concave 7. Mean: + 8. Variance: + for = (++)(+) (++)(+) for = 5

16 Figure : Logistic Distribution () = When =and =0 we have (+ ) () = ( ) ( + ( ) ) 0 () = + ( ) ( + ) () = + y x + 6

17 y x + 0 y x Exponential distribution () = Weibull Distribution () = () for 0 0 for 0 When = Weibell becomes the exponential distribution. 7

18 The standard Cauchy distri- Cauchy Distribution () = ( 0 ) + where 0 is the location parameter, is the scale parameter. bution is the case where 0 =0and = () = ( + ) (+ ) y x Note that the distribution with =becomes a standard Cauchy distribution. Also note that the mean and variance of the Cauchy distribution don t exist..3 Representations of A Probability Distribution Survival Function () = () =Prob [ ] where is a continuous random variable. Hazard Function (Failure rate) () = () () = () () Let () = (exponential density function), then we have () = () () = 8

19 which implies that the harzard rate is a constant with respect to time. However for Weibull distribution or log normal distribution, the harzard function is not a constant any more. Moment Generating Function (mdf) The mgf of a random variable is () = for Note that mgf is an alternate definition of probability distribution. Hence there is one for one relationship between the pdf and mgf. However mgf does not exist sometimes. For example, the mgf for the Cauchy distribution is not able to be defined. Characteristic Function (cf) Alternatively, the following characteristic function is used frequently in Finance to define probability function. Even when the mdf does not exist, cf always exist. () = = For example, the cf for the Cauchy distribution is exp ( 0 ) Cumulants The cumulants of a random variable are defined by the cumulant generating function which is the logarithm of the mgf. () =log Then, the cumulants are gievn by = = 0 (0) = = 00 (0) = () (0) 9

20 .4 Joint Distributions The joint distribution for and denoted ( ) is defined as P P ( ) Prob ( ) = R R ( ) where Consider the following bivariate normal distribution as an example. µ ( ) = p exp + = = = Suppose that = = = =0 =05 Then we have ( ) = µ 05 exp + 05 exp 05 ( + ) ( 05 ) 0.5 z y x We denote 0

21 Marginal distribution It is defined as Prob ( = 0 )= X P ( ) Prob ( = 0 = 0 ) Prob ( = 0 )= () = R ( ) Note that ( ) = () () iff and are independent Also note that if and are independent, then ( ) = () () alternatively Prob ( )=Prob ( ) Prob ( ) For a bivariate normal distribution case, the marginal distribution is given by () = () = Expectations in a joint distribution Mean: P () = () = P P ( ) R () = R R ( ) Variance: See B-50. Covariance and Correlation [ ] = ( ) = ( ) = ( + ) = ()+ ()+ ( )

22 .5 Conditioning in a bivariate distribution ( ) = ( ) () For a bivariate normal distribution case, the conditional distribution is given by ( ) = + where = = If =0 then and are independent. Regression: The Conditional Mean The conditional mean is the mean of the conditional distribution which is defined as P ( ) ( ) = R ( ) The conditional mean function ( ) is called the regression of on = ( )+( ( )) = ( )+ Example: = + + Then ( ) = + Conditional Variance ( ) = ( ( )) = ( )

23 .6 The Multivariate Normal Distribution Let x =( ) 0 and have a multivariate normal distribution. Then we have µ (x) =() Σ exp (x μ)0 Σ (x μ). If x (μ Σ) then Ax + b (Aμ + b AΣA 0 ). If x (μ Σ) then (x μ) 0 Σ (x μ) 3. If x (μ Σ) then Σ (x μ) (0 I ) 3

24 .7 Sample Questions Q: Write down the definitionsofskewnessandkurtosis.whatisthevalueofskewnessfor the symmetric distribution. Q: Let (0 ) for = Further assume that is independent each other.then.. P = 3. Q3: Write down the standard normal density Q4: Let ( ). ln (). Prove that = (ln + ) 3. Prove that = ( ) Q5: Write down the density function of the Gamma distribution. Write down the values of and when Gamma =. Write down the values of and when Gamma = exponential distribution Q6: Write down the density function of the logistic distribution. Q7: Write down the density function of Cauchy distribution. Write down the value of when Cauchy= distribution Q8: Write down the definition of Moment Generating and Characteristic function. Q9: Suppose that x =( 3 ) 0 and x ( Σ). Write down the normal density in this case.. y = Ax + b 3. z = Σ (x c) where c 6= μ 4

25 3 Estimation and Inference 3. Definitions. Random variable and constant: A random variable is believed to change over time across individual. Constant is believed not to change either dimension. It becomes an issue in the panel data. = + Here we decompose ( = ; = ) into its mean (time invariant) and time varying components. Now is random or constant. According to the definition of random variables, can be a constant since it does not change over time. However, if has a pdf, then it becomes a random variable.. IID: independent, identically distributed: Consider the following sequence x =( )=(3) Now we are asking if each number is a random variable or constant. If they are random, then we have to ask the pdf of each number. Suppose that 0 Now we have to know that is an independent event. If they are independent, then next we have to know is identical or not. Typical assumption is IID. 3. Mean: 4. Standard error (deviation) 5. Covariance = " = = X = # X ( ) = X ( )( ) = 5

26 6. Correlation = Population values and estimates = +. Estimate: it is a statistic computed from a sample ³ˆ. Samplemeanisthestatistic for the population mean ().. Standard deviation and error: is the standard deviation and is the standard error of the population. 3. regression error and residual: is the error, ˆ is the residual 4. Estimator: a rule or method for using the data to estimate the parameter. OLS estimator is consistent should read the estimation method using OLS is consistently estimated a parameter. 5. Asymptotic = Approximated. Asymptotic theory = approximation property. We are interested in how an approximation works as Estimation in the Finite Sample. Unbiased: An estimator of a parameter is unbiased if the mean of its sampling distribution is ³ˆ =0for all. Efficient: An unbiased estimator ˆ is more efficient than another unbiased estimator ˆ is the sampling variance of ˆ is less than that of ˆ ³ˆ ³ˆ 6

27 3. Mean Squared Error: ³ˆ = ³ˆ = ³ˆ ˆ + ˆ = ³ˆ + h ³ˆ i 4. Likelihood Function: rewrite = and consider the joint density of If are independent, then ( ) = ( ) ( ) ( ) Y = ( ) = ( ) The function ( u) is called the likelihood function for given the data u. = 5. Cramer-Rao Lower Bound: Under regularity condition, the variance of an unbiased estimator of a parameter will always be at least as large as µ [ ()] Ã! ln () ln () = = where the quantity () is the information number for the sample. 4 Large Sample Distribution Theory Definition and Theorem (Consistency and Convergence in Probability). Convergence in probability: The random variable converges in probability to a constant if We denote lim Prob ( )=0for any positive or plim = 7

28 Carefully look at the subscript. This means is dependent on the size of For an example, the sample mean, P = is a function of. Almost sure convergence: ³ Prob lim = = Note that almost sure convergence is stronger than convergence in probability. We denote 3. Convergence in the th mean lim ( )=0 and denote it as When = we say convergence in quardratic mean. 4. Consistent Estimator: An estimator ˆ of a parameter is a consistent estimator of iff plim ˆ = 5. Khinchine s weak law of large number: If is a random sample from a distribution with finite mean ( )= then plim = plim X = = 6. Chebychev s weak law of large number: If is a sample of observations such that ( )= ( )=, = P = 0 as then where = P = plim ( )=0 8

29 7. Kolmogorov s Strong LLN: If is a sequence of independently distributed random variables such that ( )= and ( )= such that P = as then 0 8. (Corollary of 7) If is a sequence of iid variables such that ( )= and then 0 9. Markov s Strong LLN: If is a sequence of independent random variables with ( )= and if for some 0, P = h +i + then 0 Properties of Probability Limits. If and are random variables with plim = and plim = then plim ( + ) = + plim = plim = if 6= 0. W is a matrix whose elements are random variables and if plimw = Ω then plimw = Ω 3. If X and Y are random matrices with plimx = B and plimy = C then plimx Y = BC 9

30 Convergence in Distribution. converges in distribution to a random variable with cdf () if lim ( ) () =0at all continuity points of () In this case, () is the limiting distribution of andthisiswritten. Cramer-Wold Device: If x x then c 0 x c 0 x where c 3. Lindeberg-Levy CLT (Central limit theorem): If arearandomsamplefroma probability distribution with finite mean and finite variance, then it sample mean, = P = have the following limiting distribution ( ) 0 4. Lindegerg-Feller CLT: Suppose that are a random sample from a probability distribution with finite mean and finite variance.let = X = = X = where lim max ( ) ( )=0 Further assume that lim = then it sample mean, = P = have the following limiting distribution ( ) 0 or ( ) (0 ) 30

31 5. Liapounov CLT: Suppose that { } is a sequnece of independent random variables with finite mean and finite positive variance such that ³ + for some 0 If is positive and finite for all sufficiently large, then ( ) (0 ) 6. Multivariate Lindeberg-Feller CLT: ( x μ ) (0 Q) where (x )=Q and we assume that lim Q = Q 7. Asymptotic Covariance Matrix: Suppose that ³ˆθ θ (0 V) thenitsasymptoticcovariance matrixisdefined as Asy. Var ³ˆθ = V Order of A Sequence. A sequence is of order denoted iff (a) == () (b) = = ( ):plim = plim = (c) = ( +0)= ( ): plim( +0) =. A sequence is of order less than iff (a) =0= () : plim0 =0 (b) = then = () plim =0 3

32 Order in Probability. A sequence random variable is ( ()) ifthereexistssome such that 0 and all Prob µ () where is a finite constant (a) If (0 ) then = () Since given there is always some such that Prob ( ) (b) ( ) = + (c) If ( ) (0 ) then ( )= but = (). The notation = ( ) means 0 (a) If (0 ) then = and = () (b) ( ) = + 3

33 Sample Qestions Part I: Consider the following model = + (0 ) and Q: Show that = () =0 for all and Q: Consider = P = and = P = Suppose that 6=0but 6= 0 then is = = ()? Q3: Suppose that =0but 6= 0 then is = and =? Q4: Suppose that =0but =0 then is = and =? P Q5: Consider = P = = Suppose that = 0 but 6= 0 then is =? Part II: Consider the following model y = Xb + u Q6: Obtain the limiting distribution of θ = x 0 u Q7: Obtain the limiting distribution of ˆb Q8: Suppose that (0 ) Find the asymptotic variance of ˆb 33

34 5 Chapters through 4: The Classical Assumptions. Linear y = Xb + u. X is a nonstochastic and finite matrix 3. X 0 X is nonsingular for all 4. (u) =0 5. u (0 I) When X is stochastic 4. Exogeneity of the independent variables: (u X) =0 5-. Homoscedasticity and no-autocorrelation. 5-. Normal distribution. Properties: A. Existence: Given,,3, ˆβ exists for all and it unique B. Unbiasedness: Given -4, ³ˆβ = β C. Normality: Given -5, ˆβ ³β (X 0 X) D. Gauss-Markov Theorem: OLS estimator is the minimum variance linear unbiased estimator (whether X is stochastic or nonstochastic). Linear Model Consider two models. = + + =

35 Consider log, semilog, level: = + + ln = + ln + ln =

36 5. Brainstorm I: Sample Mean Notation: = earning at time Classification: Male, Female, Skilled Worker, Non-skilled worker. Question : How to test the difference between male and female earning. = sample mean of male earning = sample mean of female earning Question : How to explain the earning difference between male and female. By using skill data. 3 = sample mean of skilled worker 4 = sample mean of nonskilled worker If so how? Question 3: Deriving the limiting distributions for Q and Q as Question 4: Form a null hypothesis to test if male and female earning difference. 36

37 5. Brainstorm II: Trend Regression Notation: The true model is given by = + 0 Now consider two regressions = + = + Question : Deriving the limiting distribution of ˆ Question : Write down as a function of, and Question 3: Deriving the limiting distribution of ˆ 37

38 5.3 Brainstorm I Continue: Dummy Regression Notation: = earning. = Decision for Ph.D. program. = Decision for taking Econometric class Consider the following decision tree. If =0 then the values for does not matter. Question : Construct a dummy regression for the first example of Brainstorm I Question : Construct a dummy regression for the current example Question 3: Derive the limiting distribution for Q. 38

39 5.4 Sample Questions Basic 0: Sample Mean Suppose that is i.i.d. ( ). Let ˆ P = = ( ) Show that ˆ is biased but consistent. Obtain the unbiased estimator.. Let = for = Obtain the unbiased variance for 3. Let = + for =3 Obtain the unbiased variance for 4. Let ˆ ˆ ˆ 3 be the unbiased variance for Q,,3. Find the smallest variance. Basic I: Single Regressor Consider the following model = + We assume that all classical assumptions hold.. Show the OLS estimator ˆ is unbiased.. Show the OLS estimator is minimizing the following quadratic loss X = 3. Show that Basic II: Multiple Regressors X ˆ =0 = Consider the following model = X β + = + + or equivalently y = Xβ + u = X +X +u We assume the classical assumptions hold. 39

40 . Show the OLS estimator ˆ is unbiased.. Show the OLS estimator is minimizing the following quadratic loss u 0 u 3. Show that 4. Show that X 0 û =0 ˆ =(X 0 X) X 0 y 5. Define M and M and show the followings ˆ = (X 0 M X ) X 0 M y ˆ = (X 0 M X ) X 0 M y 6. Suppose that =0 Consider the following two regressions y = X + e (3) y = X + X + u (4) (a) Show that in (3) is smaller than that in (4). (b) Write down the relationship between and in general. (c) Suppose that 6=0and ratio for ˆ is greater than. Show that in (4) is greater than in (3). 7. Consider (3) as the true model. (0 ) Let = û0 û (a) Show that ˆ and ˆ be independent. (b) Show that ˆ q (X 0X ) 40

41 8. Consider (4) as the true model. Let = + is independent on Also is independent on. (a) Find plimˆ (b) Let (0 ) for 0 Find plimˆ and plimˆ 9. Consider (4) as the true model. 6=0 and is independent on Suppose that you are interested in testing Derive the limiting distribution ˆ = ˆ ˆ 0 : = =0 4

42 5.5 Answer and Additional Notes True Model (when is nonstochastic) = + = + = + Regression = + + = + ( + )+ = + + (5). How to obtain ˆ and ˆ (OLS estimators) Takethesampleaverage () - () yields X = + X + X (6) = + or equivalently = + since = X = ˆ = + P P ˆ = P P = P P Sinceweassume is nonstochastic, we have P P ³ˆ = P = P =0 P ³ˆ = P 4 = ( P ) P (7)

43 Note that ³X =( + + ) = ( + + ) Hence ³X = ( + + ) = + + +( + + ) We will assume ( ) = 0 for 6= : independent = :identical Then we have = µ X µ = X + ³X = ³X +( + + ) = ³X + ( + + ) = + µ = = (8) since =0if 6= and + =0for all Also note that + = µ = X µ + X µ + X + X + + ³X = 0 + = = 43

44 Now, we have ³X = + + +( + + ) = X ( + + ) = " X X # = ( + + ) = = à X X! = = = = à X = X = =! X = = = à X! X = since X = = X = X Ã! X X = X X = = = = X = = = + = Now from (3), we have ³ˆ P = P = P = P = P = ( P ) P = P = P Note that lim P =0if X = In order to have a finite variance, we need to have ³ˆ = 44 P P

45 Nowitiseasytoshowthat(byusingLLCLT) ³ˆ or ˆ p P µ 0 (0 ) P To Students: Q. Now you do more simple model = + (9) and get the limiting distribution of ˆ Here we assume = =0 Q. (Example of nonstochastic ) Consider = + (0) This is a regression of on That is, we let = and =for all in (9) then we have (0). Find the limiting distribution of ˆ When is stochastic We don t work with expectation term here. Instead of this, we take probability limit (since we are obtaining the limiting distribution, so we are caring about consistency only. The previous case, both two unbiaseness and consistency becomes identical problem since was nonstochastic.) Note that Similarly, we have plim ³ˆ = plim P P = plim P P =0 plim plim = + = = + = 45

46 Hence ³X = ( + + ) = + + +( + + ) µ µ µ µ = ( ) " # = ( ) ( ) = ( ) ( ) = 3 + = 3 = + Also note that X µ plim X X µ = plim X plim = = + Then we have X µ 0 + X 0 From Cramer-Wold Device, we have P P µ 0 Usually in textbooks, we don t follow the above derivation. Simply others use the conditional expectation. Let x =( ) 0 Then we consider ³ˆ x and ³ˆ x 46

47 which is equivalent to treat like a nonstochastic variable. Asymptotically we note that ³ˆ x 0 Q where µ x 0 x Q = lim 47

48 Dummy Variable Regression: Let s go back to our orignial example = + + where =0for = for = Suppose that = total number of female = total number of male. Then = + = or = Treat as if is nonrandom. Then we have ˆ = + P P X = X =0 Next Note so that X = X Ã! X = X = 0 if female = = if male ³X X = X = : total number of female or male Hencewehave X = X Next, find the limiting distribution of ³X = = 4 = = 4 4 () X We know plim X =0 48

49 also we know since X = X Ã = X = X =! X = X X Ã = Ã! X X = X! X = = 0 if is female. = if is male Hence X = X = Ã = X = = X = X = X =! Ã X = X = = X = X = +! where = if is male if is female Note that the stochastic properties of isthesameas as long as is independent and identically distributed. Next, we know already the value of ( ) from (8) Ã! Ã X = X X! ( ) = = = = µ 4 4 = 4 4 =

50 Hence X µ 0 4 and ³ˆ = P P = P 4 since P = 4 from (). Therefore finally we have ³ˆ 0 4 = 4 X or ˆ p 4 (0 ) Note that the asymptotic variance of ˆ is Asy Var ³ˆ = 4 Now consider the quantity of ³X = 4 ³ˆ = Asy Var Two Dependent Dummies Consider two models = = + + Now = + where Further note that 0 if is non-skilled = if is skilled X 6=0 50

51 Consider the following pay-off matrix where indiciates the total number of observations. Unskilled Skilled Total Female + Male + Total + + Assume the total number of female = that of male. Further consider the following assumptions. + = + = = Then we have Unskilled Skilled Total Female + Male + Total 3 3 and the probability matrix becomes Unskilled Skilled Total Female + Male + Total 3 3 Note that + so that finally we have = + = = = 0 = 6 Unskilled Skilled Total Female 3 Male 6 Total 6 3 5

52 Consider the following expectation Expected earning Female & unskilled; = =0 Female & skilled; =0 = Male & unskilled; = =0 Male & skilled; = = ( )= ( )= + ( )= + ( )= + + Unskilled Skilled Total Female + + ( + ) 3 3 Male ( + )+ ( + + ) 3 3 Total + ( + ) ( + )+ ( + + ) Now let =0but 0Then we have Unskilled Skilled Total Female + + ( + ) = Male + + ( + ) = Total + Hence unskilled worker s earning is lower than skilled workers, and female earning is lower than male earning because of 0 not of 0 We can do the above analysis (very tedious) but rather also can do the following regression analysis to test if =0but 6= 0 Construct the following null hypothesis Further note that when we run = () 0 : =0 0 : =0 3 0 : = =0 = + + (3) the OLS estimator ˆ may not be zero. But the OLS estimator ˆ in () could be zero. Why? 5

53 Omitted Variable If ( ) 6= 0, or in other words, ( ) 6= 0 then the OLS estimator ˆ in (3) becomes inconsistent. (To students: Prove it) Cross Dummies Suppose that among unskilled workers, there is no gender earning difference. However among skilled workers, there is gender earning difference. How to test? Expected earning Female & unskilled; = =0 Female & skilled; =0 = Male & unskilled; = =0 Male & skilled; = = ( )= ( )= + ( )= + ( )= In this case, we will have = Then test =0but 6= 0 What is the meaning of = =0but 6= 0? What is the meaning of =0and =0? What is the meaning of =0but 6= 0and 6= 0? Sequential Dummies Consider the following learning choice: Expected earning Ph.D & taking Econometrics III Ph.D & not taking Econometrics III No Ph.D ( )= + + ( )= + ( )= Construct dummy variable regression: 53

54 Another Example of Nonstochastic Regressor = + 0 Q: Find the limiting distribution of ˆ = P P Consider X =0 ³X = ( ) = ( + ) = = X Note that Hencewehave X = = ( +)( +) 6 X µ ( +)( +) 0 6 and P P P = ( +)( +) 6 Now fine which makes The answer is P P 0 µ 0 6 ( +)( +) r ( +)( +) = 6 = r r + ( )= ( ) Hencewehave 3 ³ˆ µ0 3 54

55 Linear and Nonlinear Restrictions (Chapter 5) Consider the following regression y = Xb + u = x + x + u Then in general we have ³ˆb b (0 Σ b ) or ˆ 0 ˆ 0 Next consider the following linear restriction 0ˆ + ˆ = Alternatively we may let ³ˆ ˆ = 0ˆ + ˆ + := ˆ (4) Taking Taylor expansion around their true values yields ³ˆ ˆ = ( )+ ( ) ³ˆ + ( ) ³ˆ + ( ) + Note that from (4), we have ³ˆ + ( ) ( ) ³ˆ ³ˆ + ³ˆ ( ) = 0 ( ) = ( ) = ( ) = ( ) =0 (5) so that ˆ = ³ˆ + ³ˆ ³ˆ = ( 0 ) ³ˆ 55

56 or Finally we have (ˆ ) = h 0 i h 0 = 0 0 ³ˆ ³ˆ i (ˆ ) p (0 ) 0 Now compare this limiting result with Greene. (page 84) Let h i R = and q = Then we have 0 =(Rb q) 0 h R (X 0 X) R 0 i (Rb q) Note that (X 0 X) = Σ b in our notation. Next we consider a nonlinear restriction. Usually for a nonlinear restriction case, the second and cross terms in (4) are not equal to zero but become small terms. To see this, consider ³ˆ ˆ ( )= ( ) ³ˆ + ( ) ³ˆ + or ˆ = ( ) ³ˆ + ( ) ³ˆ + where is the remainder term. Note that ³ˆ is (), sothat ³ˆ ³ˆ is ( ) and ³ˆ ³ˆ = ( ) Hence we have = is Therefore, ( ) (ˆ ) = ³ˆ + ( µ ) ³ˆ + 56

57 and (ˆ ) = h ( ) ( ) h 0 i ( ) ( ) ³ˆ ³ˆ i µ + ( ) ( ) Example: Suppose that you want to test if ˆ ˆ =0 Then we have ( ) = ( ) = 57

Economics 583: Econometric Theory I A Primer on Asymptotics

Economics 583: Econometric Theory I A Primer on Asymptotics Economics 583: Econometric Theory I A Primer on Asymptotics Eric Zivot January 14, 2013 The two main concepts in asymptotic theory that we will use are Consistency Asymptotic Normality Intuition consistency:

More information

A Primer on Asymptotics

A Primer on Asymptotics A Primer on Asymptotics Eric Zivot Department of Economics University of Washington September 30, 2003 Revised: October 7, 2009 Introduction The two main concepts in asymptotic theory covered in these

More information

Large Sample Properties of Estimators in the Classical Linear Regression Model

Large Sample Properties of Estimators in the Classical Linear Regression Model Large Sample Properties of Estimators in the Classical Linear Regression Model 7 October 004 A. Statement of the classical linear regression model The classical linear regression model can be written in

More information

Review of Classical Least Squares. James L. Powell Department of Economics University of California, Berkeley

Review of Classical Least Squares. James L. Powell Department of Economics University of California, Berkeley Review of Classical Least Squares James L. Powell Department of Economics University of California, Berkeley The Classical Linear Model The object of least squares regression methods is to model and estimate

More information

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018 Econometrics I KS Module 2: Multivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: April 16, 2018 Alexander Ahammer (JKU) Module 2: Multivariate

More information

Graduate Econometrics I: Asymptotic Theory

Graduate Econometrics I: Asymptotic Theory Graduate Econometrics I: Asymptotic Theory Yves Dominicy Université libre de Bruxelles Solvay Brussels School of Economics and Management ECARES Yves Dominicy Graduate Econometrics I: Asymptotic Theory

More information

Stat 5101 Lecture Notes

Stat 5101 Lecture Notes Stat 5101 Lecture Notes Charles J. Geyer Copyright 1998, 1999, 2000, 2001 by Charles J. Geyer May 7, 2001 ii Stat 5101 (Geyer) Course Notes Contents 1 Random Variables and Change of Variables 1 1.1 Random

More information

Interpreting Regression Results

Interpreting Regression Results Interpreting Regression Results Carlo Favero Favero () Interpreting Regression Results 1 / 42 Interpreting Regression Results Interpreting regression results is not a simple exercise. We propose to split

More information

Linear Regression. Junhui Qian. October 27, 2014

Linear Regression. Junhui Qian. October 27, 2014 Linear Regression Junhui Qian October 27, 2014 Outline The Model Estimation Ordinary Least Square Method of Moments Maximum Likelihood Estimation Properties of OLS Estimator Unbiasedness Consistency Efficiency

More information

Linear models. Linear models are computationally convenient and remain widely used in. applied econometric research

Linear models. Linear models are computationally convenient and remain widely used in. applied econometric research Linear models Linear models are computationally convenient and remain widely used in applied econometric research Our main focus in these lectures will be on single equation linear models of the form y

More information

Spatial Regression. 3. Review - OLS and 2SLS. Luc Anselin. Copyright 2017 by Luc Anselin, All Rights Reserved

Spatial Regression. 3. Review - OLS and 2SLS. Luc Anselin.   Copyright 2017 by Luc Anselin, All Rights Reserved Spatial Regression 3. Review - OLS and 2SLS Luc Anselin http://spatial.uchicago.edu OLS estimation (recap) non-spatial regression diagnostics endogeneity - IV and 2SLS OLS Estimation (recap) Linear Regression

More information

Asymptotic Statistics-III. Changliang Zou

Asymptotic Statistics-III. Changliang Zou Asymptotic Statistics-III Changliang Zou The multivariate central limit theorem Theorem (Multivariate CLT for iid case) Let X i be iid random p-vectors with mean µ and and covariance matrix Σ. Then n (

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression Asymptotics Asymptotics Multiple Linear Regression: Assumptions Assumption MLR. (Linearity in parameters) Assumption MLR. (Random Sampling from the population) We have a random

More information

Lecture 11: Regression Methods I (Linear Regression)

Lecture 11: Regression Methods I (Linear Regression) Lecture 11: Regression Methods I (Linear Regression) Fall, 2017 1 / 40 Outline Linear Model Introduction 1 Regression: Supervised Learning with Continuous Responses 2 Linear Models and Multiple Linear

More information

Maximum Likelihood (ML) Estimation

Maximum Likelihood (ML) Estimation Econometrics 2 Fall 2004 Maximum Likelihood (ML) Estimation Heino Bohn Nielsen 1of32 Outline of the Lecture (1) Introduction. (2) ML estimation defined. (3) ExampleI:Binomialtrials. (4) Example II: Linear

More information

Introduction to Machine Learning CMU-10701

Introduction to Machine Learning CMU-10701 Introduction to Machine Learning CMU-10701 Stochastic Convergence Barnabás Póczos Motivation 2 What have we seen so far? Several algorithms that seem to work fine on training datasets: Linear regression

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume II: Probability Emlyn Lloyd University oflancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester - New York - Brisbane

More information

Introduction to the Mathematical and Statistical Foundations of Econometrics Herman J. Bierens Pennsylvania State University

Introduction to the Mathematical and Statistical Foundations of Econometrics Herman J. Bierens Pennsylvania State University Introduction to the Mathematical and Statistical Foundations of Econometrics 1 Herman J. Bierens Pennsylvania State University November 13, 2003 Revised: March 15, 2004 2 Contents Preface Chapter 1: Probability

More information

Estimation, Inference, and Hypothesis Testing

Estimation, Inference, and Hypothesis Testing Chapter 2 Estimation, Inference, and Hypothesis Testing Note: The primary reference for these notes is Ch. 7 and 8 of Casella & Berger 2. This text may be challenging if new to this topic and Ch. 7 of

More information

Lecture 11: Regression Methods I (Linear Regression)

Lecture 11: Regression Methods I (Linear Regression) Lecture 11: Regression Methods I (Linear Regression) 1 / 43 Outline 1 Regression: Supervised Learning with Continuous Responses 2 Linear Models and Multiple Linear Regression Ordinary Least Squares Statistical

More information

covariance function, 174 probability structure of; Yule-Walker equations, 174 Moving average process, fluctuations, 5-6, 175 probability structure of

covariance function, 174 probability structure of; Yule-Walker equations, 174 Moving average process, fluctuations, 5-6, 175 probability structure of Index* The Statistical Analysis of Time Series by T. W. Anderson Copyright 1971 John Wiley & Sons, Inc. Aliasing, 387-388 Autoregressive {continued) Amplitude, 4, 94 case of first-order, 174 Associated

More information

Hands-on Matrix Algebra Using R

Hands-on Matrix Algebra Using R Preface vii 1. R Preliminaries 1 1.1 Matrix Defined, Deeper Understanding Using Software.. 1 1.2 Introduction, Why R?.................... 2 1.3 Obtaining R.......................... 4 1.4 Reference Manuals

More information

Regression and Statistical Inference

Regression and Statistical Inference Regression and Statistical Inference Walid Mnif wmnif@uwo.ca Department of Applied Mathematics The University of Western Ontario, London, Canada 1 Elements of Probability 2 Elements of Probability CDF&PDF

More information

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A.

Fall 2017 STAT 532 Homework Peter Hoff. 1. Let P be a probability measure on a collection of sets A. 1. Let P be a probability measure on a collection of sets A. (a) For each n N, let H n be a set in A such that H n H n+1. Show that P (H n ) monotonically converges to P ( k=1 H k) as n. (b) For each n

More information

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) 1 EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) Taisuke Otsu London School of Economics Summer 2018 A.1. Summation operator (Wooldridge, App. A.1) 2 3 Summation operator For

More information

Quick Review on Linear Multiple Regression

Quick Review on Linear Multiple Regression Quick Review on Linear Multiple Regression Mei-Yuan Chen Department of Finance National Chung Hsing University March 6, 2007 Introduction for Conditional Mean Modeling Suppose random variables Y, X 1,

More information

Business Economics BUSINESS ECONOMICS. PAPER No. : 8, FUNDAMENTALS OF ECONOMETRICS MODULE No. : 3, GAUSS MARKOV THEOREM

Business Economics BUSINESS ECONOMICS. PAPER No. : 8, FUNDAMENTALS OF ECONOMETRICS MODULE No. : 3, GAUSS MARKOV THEOREM Subject Business Economics Paper No and Title Module No and Title Module Tag 8, Fundamentals of Econometrics 3, The gauss Markov theorem BSE_P8_M3 1 TABLE OF CONTENTS 1. INTRODUCTION 2. ASSUMPTIONS OF

More information

TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1

TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1 TABLE OF CONTENTS CHAPTER 1 COMBINATORIAL PROBABILITY 1 1.1 The Probability Model...1 1.2 Finite Discrete Models with Equally Likely Outcomes...5 1.2.1 Tree Diagrams...6 1.2.2 The Multiplication Principle...8

More information

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames

Statistical Methods in HYDROLOGY CHARLES T. HAAN. The Iowa State University Press / Ames Statistical Methods in HYDROLOGY CHARLES T. HAAN The Iowa State University Press / Ames Univariate BASIC Table of Contents PREFACE xiii ACKNOWLEDGEMENTS xv 1 INTRODUCTION 1 2 PROBABILITY AND PROBABILITY

More information

Part IB Statistics. Theorems with proof. Based on lectures by D. Spiegelhalter Notes taken by Dexter Chua. Lent 2015

Part IB Statistics. Theorems with proof. Based on lectures by D. Spiegelhalter Notes taken by Dexter Chua. Lent 2015 Part IB Statistics Theorems with proof Based on lectures by D. Spiegelhalter Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly)

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Estimation and Inference Gerald P. Dwyer Trinity College, Dublin January 2013 Who am I? Visiting Professor and BB&T Scholar at Clemson University Federal Reserve Bank of Atlanta

More information

LECTURE 2 LINEAR REGRESSION MODEL AND OLS

LECTURE 2 LINEAR REGRESSION MODEL AND OLS SEPTEMBER 29, 2014 LECTURE 2 LINEAR REGRESSION MODEL AND OLS Definitions A common question in econometrics is to study the effect of one group of variables X i, usually called the regressors, on another

More information

Inverse of a Square Matrix. For an N N square matrix A, the inverse of A, 1

Inverse of a Square Matrix. For an N N square matrix A, the inverse of A, 1 Inverse of a Square Matrix For an N N square matrix A, the inverse of A, 1 A, exists if and only if A is of full rank, i.e., if and only if no column of A is a linear combination 1 of the others. A is

More information

Wooldridge, Introductory Econometrics, 4th ed. Appendix C: Fundamentals of mathematical statistics

Wooldridge, Introductory Econometrics, 4th ed. Appendix C: Fundamentals of mathematical statistics Wooldridge, Introductory Econometrics, 4th ed. Appendix C: Fundamentals of mathematical statistics A short review of the principles of mathematical statistics (or, what you should have learned in EC 151).

More information

The Statistical Property of Ordinary Least Squares

The Statistical Property of Ordinary Least Squares The Statistical Property of Ordinary Least Squares The linear equation, on which we apply the OLS is y t = X t β + u t Then, as we have derived, the OLS estimator is ˆβ = [ X T X] 1 X T y Then, substituting

More information

The Multivariate Gaussian Distribution [DRAFT]

The Multivariate Gaussian Distribution [DRAFT] The Multivariate Gaussian Distribution DRAFT David S. Rosenberg Abstract This is a collection of a few key and standard results about multivariate Gaussian distributions. I have not included many proofs,

More information

Review of Econometrics

Review of Econometrics Review of Econometrics Zheng Tian June 5th, 2017 1 The Essence of the OLS Estimation Multiple regression model involves the models as follows Y i = β 0 + β 1 X 1i + β 2 X 2i + + β k X ki + u i, i = 1,...,

More information

Introductory Econometrics

Introductory Econometrics Based on the textbook by Wooldridge: : A Modern Approach Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna November 23, 2013 Outline Introduction

More information

Least Squares Estimation-Finite-Sample Properties

Least Squares Estimation-Finite-Sample Properties Least Squares Estimation-Finite-Sample Properties Ping Yu School of Economics and Finance The University of Hong Kong Ping Yu (HKU) Finite-Sample 1 / 29 Terminology and Assumptions 1 Terminology and Assumptions

More information

Final Exam. Economics 835: Econometrics. Fall 2010

Final Exam. Economics 835: Econometrics. Fall 2010 Final Exam Economics 835: Econometrics Fall 2010 Please answer the question I ask - no more and no less - and remember that the correct answer is often short and simple. 1 Some short questions a) For each

More information

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data July 2012 Bangkok, Thailand Cosimo Beverelli (World Trade Organization) 1 Content a) Classical regression model b)

More information

Econometrics Master in Business and Quantitative Methods

Econometrics Master in Business and Quantitative Methods Econometrics Master in Business and Quantitative Methods Helena Veiga Universidad Carlos III de Madrid Models with discrete dependent variables and applications of panel data methods in all fields of economics

More information

Introduction to Estimation Methods for Time Series models Lecture 2

Introduction to Estimation Methods for Time Series models Lecture 2 Introduction to Estimation Methods for Time Series models Lecture 2 Fulvio Corsi SNS Pisa Fulvio Corsi Introduction to Estimation () Methods for Time Series models Lecture 2 SNS Pisa 1 / 21 Estimators:

More information

The Linear Regression Model

The Linear Regression Model The Linear Regression Model Carlo Favero Favero () The Linear Regression Model 1 / 67 OLS To illustrate how estimation can be performed to derive conditional expectations, consider the following general

More information

3. Probability and Statistics

3. Probability and Statistics FE661 - Statistical Methods for Financial Engineering 3. Probability and Statistics Jitkomut Songsiri definitions, probability measures conditional expectations correlation and covariance some important

More information

Multivariate Distributions

Multivariate Distributions IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Multivariate Distributions We will study multivariate distributions in these notes, focusing 1 in particular on multivariate

More information

Ma 3/103: Lecture 24 Linear Regression I: Estimation

Ma 3/103: Lecture 24 Linear Regression I: Estimation Ma 3/103: Lecture 24 Linear Regression I: Estimation March 3, 2017 KC Border Linear Regression I March 3, 2017 1 / 32 Regression analysis Regression analysis Estimate and test E(Y X) = f (X). f is the

More information

Financial Econometrics

Financial Econometrics Material : solution Class : Teacher(s) : zacharias psaradakis, marian vavra Example 1.1: Consider the linear regression model y Xβ + u, (1) where y is a (n 1) vector of observations on the dependent variable,

More information

[y i α βx i ] 2 (2) Q = i=1

[y i α βx i ] 2 (2) Q = i=1 Least squares fits This section has no probability in it. There are no random variables. We are given n points (x i, y i ) and want to find the equation of the line that best fits them. We take the equation

More information

Regression #4: Properties of OLS Estimator (Part 2)

Regression #4: Properties of OLS Estimator (Part 2) Regression #4: Properties of OLS Estimator (Part 2) Econ 671 Purdue University Justin L. Tobias (Purdue) Regression #4 1 / 24 Introduction In this lecture, we continue investigating properties associated

More information

2.1 Linear regression with matrices

2.1 Linear regression with matrices 21 Linear regression with matrices The values of the independent variables are united into the matrix X (design matrix), the values of the outcome and the coefficient are represented by the vectors Y and

More information

Notes on Asymptotic Theory: Convergence in Probability and Distribution Introduction to Econometric Theory Econ. 770

Notes on Asymptotic Theory: Convergence in Probability and Distribution Introduction to Econometric Theory Econ. 770 Notes on Asymptotic Theory: Convergence in Probability and Distribution Introduction to Econometric Theory Econ. 770 Jonathan B. Hill Dept. of Economics University of North Carolina - Chapel Hill November

More information

Irr. Statistical Methods in Experimental Physics. 2nd Edition. Frederick James. World Scientific. CERN, Switzerland

Irr. Statistical Methods in Experimental Physics. 2nd Edition. Frederick James. World Scientific. CERN, Switzerland Frederick James CERN, Switzerland Statistical Methods in Experimental Physics 2nd Edition r i Irr 1- r ri Ibn World Scientific NEW JERSEY LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI CONTENTS

More information

Subject CS1 Actuarial Statistics 1 Core Principles

Subject CS1 Actuarial Statistics 1 Core Principles Institute of Actuaries of India Subject CS1 Actuarial Statistics 1 Core Principles For 2019 Examinations Aim The aim of the Actuarial Statistics 1 subject is to provide a grounding in mathematical and

More information

Introduction to Maximum Likelihood Estimation

Introduction to Maximum Likelihood Estimation Introduction to Maximum Likelihood Estimation Eric Zivot July 26, 2012 The Likelihood Function Let 1 be an iid sample with pdf ( ; ) where is a ( 1) vector of parameters that characterize ( ; ) Example:

More information

(DMSTT 01) M.Sc. DEGREE EXAMINATION, DECEMBER First Year Statistics Paper I PROBABILITY AND DISTRIBUTION THEORY. Answer any FIVE questions.

(DMSTT 01) M.Sc. DEGREE EXAMINATION, DECEMBER First Year Statistics Paper I PROBABILITY AND DISTRIBUTION THEORY. Answer any FIVE questions. (DMSTT 01) M.Sc. DEGREE EXAMINATION, DECEMBER 2011. First Year Statistics Paper I PROBABILITY AND DISTRIBUTION THEORY Time : Three hours Maximum : 100 marks Answer any FIVE questions. All questions carry

More information

Asymptotic Theory. L. Magee revised January 21, 2013

Asymptotic Theory. L. Magee revised January 21, 2013 Asymptotic Theory L. Magee revised January 21, 2013 1 Convergence 1.1 Definitions Let a n to refer to a random variable that is a function of n random variables. Convergence in Probability The scalar a

More information

Institute of Actuaries of India

Institute of Actuaries of India Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2018 Examinations Subject CT3 Probability and Mathematical Statistics Core Technical Syllabus 1 June 2017 Aim The

More information

1. The Multivariate Classical Linear Regression Model

1. The Multivariate Classical Linear Regression Model Business School, Brunel University MSc. EC550/5509 Modelling Financial Decisions and Markets/Introduction to Quantitative Methods Prof. Menelaos Karanasos (Room SS69, Tel. 08956584) Lecture Notes 5. The

More information

Answers to Problem Set #4

Answers to Problem Set #4 Answers to Problem Set #4 Problems. Suppose that, from a sample of 63 observations, the least squares estimates and the corresponding estimated variance covariance matrix are given by: bβ bβ 2 bβ 3 = 2

More information

Sensitivity of GLS estimators in random effects models

Sensitivity of GLS estimators in random effects models of GLS estimators in random effects models Andrey L. Vasnev (University of Sydney) Tokyo, August 4, 2009 1 / 19 Plan Plan Simulation studies and estimators 2 / 19 Simulation studies Plan Simulation studies

More information

Applied Probability and Stochastic Processes

Applied Probability and Stochastic Processes Applied Probability and Stochastic Processes In Engineering and Physical Sciences MICHEL K. OCHI University of Florida A Wiley-Interscience Publication JOHN WILEY & SONS New York - Chichester Brisbane

More information

Lecture 6: Geometry of OLS Estimation of Linear Regession

Lecture 6: Geometry of OLS Estimation of Linear Regession Lecture 6: Geometry of OLS Estimation of Linear Regession Xuexin Wang WISE Oct 2013 1 / 22 Matrix Algebra An n m matrix A is a rectangular array that consists of nm elements arranged in n rows and m columns

More information

Homoskedasticity. Var (u X) = σ 2. (23)

Homoskedasticity. Var (u X) = σ 2. (23) Homoskedasticity How big is the difference between the OLS estimator and the true parameter? To answer this question, we make an additional assumption called homoskedasticity: Var (u X) = σ 2. (23) This

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume VI: Statistics PART A Edited by Emlyn Lloyd University of Lancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester

More information

Statistical Signal Processing Detection, Estimation, and Time Series Analysis

Statistical Signal Processing Detection, Estimation, and Time Series Analysis Statistical Signal Processing Detection, Estimation, and Time Series Analysis Louis L. Scharf University of Colorado at Boulder with Cedric Demeure collaborating on Chapters 10 and 11 A TT ADDISON-WESLEY

More information

Random Vectors and Multivariate Normal Distributions

Random Vectors and Multivariate Normal Distributions Chapter 3 Random Vectors and Multivariate Normal Distributions 3.1 Random vectors Definition 3.1.1. Random vector. Random vectors are vectors of random 75 variables. For instance, X = X 1 X 2., where each

More information

Probability Distributions Columns (a) through (d)

Probability Distributions Columns (a) through (d) Discrete Probability Distributions Columns (a) through (d) Probability Mass Distribution Description Notes Notation or Density Function --------------------(PMF or PDF)-------------------- (a) (b) (c)

More information

First Year Examination Department of Statistics, University of Florida

First Year Examination Department of Statistics, University of Florida First Year Examination Department of Statistics, University of Florida August 19, 010, 8:00 am - 1:00 noon Instructions: 1. You have four hours to answer questions in this examination.. You must show your

More information

Next is material on matrix rank. Please see the handout

Next is material on matrix rank. Please see the handout B90.330 / C.005 NOTES for Wednesday 0.APR.7 Suppose that the model is β + ε, but ε does not have the desired variance matrix. Say that ε is normal, but Var(ε) σ W. The form of W is W w 0 0 0 0 0 0 w 0

More information

Test Code: STA/STB (Short Answer Type) 2013 Junior Research Fellowship for Research Course in Statistics

Test Code: STA/STB (Short Answer Type) 2013 Junior Research Fellowship for Research Course in Statistics Test Code: STA/STB (Short Answer Type) 2013 Junior Research Fellowship for Research Course in Statistics The candidates for the research course in Statistics will have to take two shortanswer type tests

More information

Non-maximum likelihood estimation and statistical inference for linear and nonlinear mixed models

Non-maximum likelihood estimation and statistical inference for linear and nonlinear mixed models Optimum Design for Mixed Effects Non-Linear and generalized Linear Models Cambridge, August 9-12, 2011 Non-maximum likelihood estimation and statistical inference for linear and nonlinear mixed models

More information

Parameter Estimation

Parameter Estimation Parameter Estimation Consider a sample of observations on a random variable Y. his generates random variables: (y 1, y 2,, y ). A random sample is a sample (y 1, y 2,, y ) where the random variables y

More information

GARCH Models Estimation and Inference

GARCH Models Estimation and Inference GARCH Models Estimation and Inference Eduardo Rossi University of Pavia December 013 Rossi GARCH Financial Econometrics - 013 1 / 1 Likelihood function The procedure most often used in estimating θ 0 in

More information

Recitation 1: Regression Review. Christina Patterson

Recitation 1: Regression Review. Christina Patterson Recitation 1: Regression Review Christina Patterson Outline For Recitation 1. Statistics. Bias, sampling variance and hypothesis testing.. Two important statistical theorems: Law of large numbers (LLN)

More information

Lecture 11. Multivariate Normal theory

Lecture 11. Multivariate Normal theory 10. Lecture 11. Multivariate Normal theory Lecture 11. Multivariate Normal theory 1 (1 1) 11. Multivariate Normal theory 11.1. Properties of means and covariances of vectors Properties of means and covariances

More information

Econometrics Summary Algebraic and Statistical Preliminaries

Econometrics Summary Algebraic and Statistical Preliminaries Econometrics Summary Algebraic and Statistical Preliminaries Elasticity: The point elasticity of Y with respect to L is given by α = ( Y/ L)/(Y/L). The arc elasticity is given by ( Y/ L)/(Y/L), when L

More information

Chapter 6. Convergence. Probability Theory. Four different convergence concepts. Four different convergence concepts. Convergence in probability

Chapter 6. Convergence. Probability Theory. Four different convergence concepts. Four different convergence concepts. Convergence in probability Probability Theory Chapter 6 Convergence Four different convergence concepts Let X 1, X 2, be a sequence of (usually dependent) random variables Definition 1.1. X n converges almost surely (a.s.), or with

More information

Regression Analysis. y t = β 1 x t1 + β 2 x t2 + β k x tk + ϵ t, t = 1,..., T,

Regression Analysis. y t = β 1 x t1 + β 2 x t2 + β k x tk + ϵ t, t = 1,..., T, Regression Analysis The multiple linear regression model with k explanatory variables assumes that the tth observation of the dependent or endogenous variable y t is described by the linear relationship

More information

Introduction to Estimation Methods for Time Series models. Lecture 1

Introduction to Estimation Methods for Time Series models. Lecture 1 Introduction to Estimation Methods for Time Series models Lecture 1 Fulvio Corsi SNS Pisa Fulvio Corsi Introduction to Estimation () Methods for Time Series models Lecture 1 SNS Pisa 1 / 19 Estimation

More information

Properties of the least squares estimates

Properties of the least squares estimates Properties of the least squares estimates 2019-01-18 Warmup Let a and b be scalar constants, and X be a scalar random variable. Fill in the blanks E ax + b) = Var ax + b) = Goal Recall that the least squares

More information

STATISTICS SYLLABUS UNIT I

STATISTICS SYLLABUS UNIT I STATISTICS SYLLABUS UNIT I (Probability Theory) Definition Classical and axiomatic approaches.laws of total and compound probability, conditional probability, Bayes Theorem. Random variable and its distribution

More information

Bivariate normal population distribution, 694 BLUE. See Best linear unbiased estimator (BLUE) Bonferroni joint tests,

Bivariate normal population distribution, 694 BLUE. See Best linear unbiased estimator (BLUE) Bonferroni joint tests, n Index n n n A Almost-sure convergence Cauchy s condition, 253 254 characterization, 251 continuous functions, 253 definition, 250 251 independent random variables, 252 not imply convergence, 252 and

More information

Panel Data Models. James L. Powell Department of Economics University of California, Berkeley

Panel Data Models. James L. Powell Department of Economics University of California, Berkeley Panel Data Models James L. Powell Department of Economics University of California, Berkeley Overview Like Zellner s seemingly unrelated regression models, the dependent and explanatory variables for panel

More information

Advanced Econometrics

Advanced Econometrics Based on the textbook by Verbeek: A Guide to Modern Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna May 16, 2013 Outline Univariate

More information

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes

Max. Likelihood Estimation. Outline. Econometrics II. Ricardo Mora. Notes. Notes Maximum Likelihood Estimation Econometrics II Department of Economics Universidad Carlos III de Madrid Máster Universitario en Desarrollo y Crecimiento Económico Outline 1 3 4 General Approaches to Parameter

More information

The Multiple Regression Model Estimation

The Multiple Regression Model Estimation Lesson 5 The Multiple Regression Model Estimation Pilar González and Susan Orbe Dpt Applied Econometrics III (Econometrics and Statistics) Pilar González and Susan Orbe OCW 2014 Lesson 5 Regression model:

More information

401 Review. 6. Power analysis for one/two-sample hypothesis tests and for correlation analysis.

401 Review. 6. Power analysis for one/two-sample hypothesis tests and for correlation analysis. 401 Review Major topics of the course 1. Univariate analysis 2. Bivariate analysis 3. Simple linear regression 4. Linear algebra 5. Multiple regression analysis Major analysis methods 1. Graphical analysis

More information

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012 Problem Set #6: OLS Economics 835: Econometrics Fall 202 A preliminary result Suppose we have a random sample of size n on the scalar random variables (x, y) with finite means, variances, and covariance.

More information

TESTING FOR NORMALITY IN THE LINEAR REGRESSION MODEL: AN EMPIRICAL LIKELIHOOD RATIO TEST

TESTING FOR NORMALITY IN THE LINEAR REGRESSION MODEL: AN EMPIRICAL LIKELIHOOD RATIO TEST Econometrics Working Paper EWP0402 ISSN 1485-6441 Department of Economics TESTING FOR NORMALITY IN THE LINEAR REGRESSION MODEL: AN EMPIRICAL LIKELIHOOD RATIO TEST Lauren Bin Dong & David E. A. Giles Department

More information

VAR Model. (k-variate) VAR(p) model (in the Reduced Form): Y t-2. Y t-1 = A + B 1. Y t + B 2. Y t-p. + ε t. + + B p. where:

VAR Model. (k-variate) VAR(p) model (in the Reduced Form): Y t-2. Y t-1 = A + B 1. Y t + B 2. Y t-p. + ε t. + + B p. where: VAR Model (k-variate VAR(p model (in the Reduced Form: where: Y t = A + B 1 Y t-1 + B 2 Y t-2 + + B p Y t-p + ε t Y t = (y 1t, y 2t,, y kt : a (k x 1 vector of time series variables A: a (k x 1 vector

More information

Hypothesis Testing. 1 Definitions of test statistics. CB: chapter 8; section 10.3

Hypothesis Testing. 1 Definitions of test statistics. CB: chapter 8; section 10.3 Hypothesis Testing CB: chapter 8; section 0.3 Hypothesis: statement about an unknown population parameter Examples: The average age of males in Sweden is 7. (statement about population mean) The lowest

More information

Graduate Econometrics I: Unbiased Estimation

Graduate Econometrics I: Unbiased Estimation Graduate Econometrics I: Unbiased Estimation Yves Dominicy Université libre de Bruxelles Solvay Brussels School of Economics and Management ECARES Yves Dominicy Graduate Econometrics I: Unbiased Estimation

More information

Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals

Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals Regression with a Single Regressor: Hypothesis Tests and Confidence Intervals (SW Chapter 5) Outline. The standard error of ˆ. Hypothesis tests concerning β 3. Confidence intervals for β 4. Regression

More information

STATISTICS/ECONOMETRICS PREP COURSE PROF. MASSIMO GUIDOLIN

STATISTICS/ECONOMETRICS PREP COURSE PROF. MASSIMO GUIDOLIN Massimo Guidolin Massimo.Guidolin@unibocconi.it Dept. of Finance STATISTICS/ECONOMETRICS PREP COURSE PROF. MASSIMO GUIDOLIN SECOND PART, LECTURE 2: MODES OF CONVERGENCE AND POINT ESTIMATION Lecture 2:

More information

Multivariate Regression

Multivariate Regression Multivariate Regression The so-called supervised learning problem is the following: we want to approximate the random variable Y with an appropriate function of the random variables X 1,..., X p with the

More information

Review of Statistics

Review of Statistics Review of Statistics Topics Descriptive Statistics Mean, Variance Probability Union event, joint event Random Variables Discrete and Continuous Distributions, Moments Two Random Variables Covariance and

More information

Review Quiz. 1. Prove that in a one-dimensional canonical exponential family, the complete and sufficient statistic achieves the

Review Quiz. 1. Prove that in a one-dimensional canonical exponential family, the complete and sufficient statistic achieves the Review Quiz 1. Prove that in a one-dimensional canonical exponential family, the complete and sufficient statistic achieves the Cramér Rao lower bound (CRLB). That is, if where { } and are scalars, then

More information

BIOS 2083 Linear Models Abdus S. Wahed. Chapter 2 84

BIOS 2083 Linear Models Abdus S. Wahed. Chapter 2 84 Chapter 2 84 Chapter 3 Random Vectors and Multivariate Normal Distributions 3.1 Random vectors Definition 3.1.1. Random vector. Random vectors are vectors of random variables. For instance, X = X 1 X 2.

More information

Econometrics Lecture 1 Introduction and Review on Statistics

Econometrics Lecture 1 Introduction and Review on Statistics Econometrics Lecture 1 Introduction and Review on Statistics Chau, Tak Wai Shanghai University of Finance and Economics Spring 2014 1 / 69 Introduction This course is about Econometrics. Metrics means

More information