100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Introduction to Econometrics, 4th Edition – James H. Stock & Mark W. Watson | Solutions Manual with Empirical Exercises, Data Sets & Replication Files

Rating
-
Sold
-
Pages
317
Grade
A+
Uploaded on
30-08-2025
Written in
2025/2026

This document provides the complete solutions manual for Introduction to Econometrics, 4th Edition by James H. Stock and Mark W. Watson. It includes detailed answers to theoretical and empirical exercises, along with data sets and replication files to support practical applications. Ideal for students preparing for exams or working on econometric projects, this resource ensures a full understanding of the textbook material.

Show more Read less
Institution
Introduction To Econometrics
Course
Introduction to Econometrics











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Introduction to Econometrics
Course
Introduction to Econometrics

Document information

Uploaded on
August 30, 2025
Number of pages
317
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

SOLUTIONS MANUAL

INTRODUCTION TO ECONOMETRICS
4TH EDITION

CHAPTER NO. 01: ECONOMIC QUESTIONS AND DATA (Solutions
not Available)

CHAPTER 2. REVIEW OF PROBABILITY

SOLUTIONS TO END-OF-CHAPTER EXERCISES

2.1. (a) Probability distribution function for Y
Outcome (number of heads) Y=0 Y=1 Y=2
Probability 0.25 0.50 0.25


(b) Cumulative probability distribution function for Y
Outcome (number of Y<0 0£Y<1 1£Y<2 Y³2
heads)
Probability 0 0.25 0.75 1.0


(c) µY = E(Y ) = (0 × 0.25) + (1× 0.50) + (2 × 0.25) = 1.00

Using Key Concept 2.3: var(Y ) = E(Y 2 ) − [E(Y )]2 ,

and

E(Y 2 ) = (02 × 0.25) + (12 × 0.50) + (22 × 0.25) = 1.50

so that

var(Y ) = E(Y 2 ) − [E(Y )]2 = 1.50 − (1.00)2 = 0.50.

,2.2. We know from Table 2.2 that Pr (Y = 0) = 0.22, Pr (Y = 1) = 0.78, Pr ( X = 0) = 0.30,
Pr ( X = 1) = 0.70.
So

(a)

µY = E(Y ) = 0 × Pr (Y = 0) + 1× Pr (Y = 1)
= 0 × 0.22 + 1× 0.78 = 0.78,

µ X = E( X ) = 0 × Pr ( X = 0) + 1× Pr ( X = 1)
= 0 × 0.30 + 1× 0.70 = 0.70.
(b)

σ 2X = E[( X − µ X )2 ]
= (0 − 0.70)2 × Pr ( X = 0) + (1− 0.70)2 × Pr ( X = 1)
= (−0.70)2 × 0.30 + 0.302 × 0.70 = 0.21,
σ Y2 = E[(Y − µY )2 ]
= (0 − 0.78)2 × Pr (Y = 0) + (1− 0.78)2 × Pr (Y = 1)
= (−0.78)2 × 0.22 + 0.222 × 0.78 = 0.1716.



(c)


σ XY = cov (X , Y ) = E[( X − µ X )(Y − µY )]
= (0 − 0.70)(0 − 0.78) Pr( X = 0, Y = 0) + (0 − 0.70)(1− 0.78) Pr ( X = 0, Y = 1)
+ (1− 0.70)(0 − 0.78) Pr ( X = 1, Y = 0) + (1− 0.70)(1− 0.78) Pr ( X = 1, Y = 1)
= (−0.70) × (−0.78) × 0.15 + (−0.70) × 0.22 × 0.15 + 0.30 × (−0.78) × 0.07 + 0.30 × 0.22 × 0.63
= 0.084,
σ XY 0.084
corr (X , Y ) = = = 0.4425.
σ Xσ Y 0.21× 0.1716

,2.3. For the two new random variables W = 3+ 6 X and V = 20 − 7Y , we have:



(a)
E(V ) = E(20 − 7Y ) = 20 − 7E(Y ) = 20 − 7 × 0.78 = 14.54,
E(W ) = E(3+ 6 X ) = 3+ 6E( X ) = 3+ 6 × 0.70 = 7.2.

(b)

σ W2 = var (3+ 6 X ) = 62 σ 2X = 36 × 0.21 = 7.56,
σ V2 = var (20 − 7Y ) = (−7)2 × σ Y2 = 49 × 0.1716 = 8.4084.

(c)

σ WV = cov (3+ 6 X , 20 − 7Y ) = 6(−7)cov (X , Y ) = −42 × 0.084 = −3.52



σ WV −3.528
corr (W , V ) = = = −0.4425.
σ Wσ V 7.56 × 8.4084

, 2.4. (a) E( X 3 ) = 03 × (1− p) + 13 × p = p

(b) E( X k ) = 0 k × (1− p) + 1k × p = p

(c) E( X ) = 0.3

var ( X ) = E( X 2 ) − [E( X )]2 = 0.3− 0.09 = 0.21

Thus, σ = 0.21 = 0.46.

To compute the skewness, use the formula from exercise 2.21:

E( X − µ )3 = E( X 3 ) − 3[E( X 2 )][E( X )] + 2[E( X )]3
= 0.3− 3× 0.32 + 2 × 0.33 = 0.084

Alternatively, E( X − µ )3 = [(1− 0.3)3 × 0.3] + [(0 − 0.3)3 × 0.7] = 0.084

Thus, skewness = E( X − µ )3/σ 3 = .084/0.463 = 0.87.

To compute the kurtosis, use the formula from exercise 2.21:

E( X − µ )4 = E( X 4 ) − 4[E( X )][E( X 3 )] + 6[E( X )]2 [E( X 2 )] − 3[E( X )]4
= 0.3− 4 × 0.32 + 6 × 0.33 − 3× 0.34 = 0.0777

Alternatively, E( X − µ )4 = [(1− 0.3)4 × 0.3] + [(0 − 0.3)4 × 0.7] = 0.0777

Thus, kurtosis is E( X − µ )4/σ 4 = .0777/0.464 = 1.76




2.5. Let X denote temperature in °F and Y denote temperature in °C. Recall that Y = 0
when X = 32 and Y =100 when X = 212.

This implies Y = (100/180) × ( X − 32) or Y = −17.78 + (5/9) × X.

Using Key Concept 2.3, µX = 70oF implies that µY = −17.78 + (5/9) × 70 = 21.11°C,

and sX = 7oF implies σ Y = (5/9) × 7 = 3.89°C.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
docusity Nyc Uni
View profile
Follow You need to be logged in order to follow users or courses
Sold
1159
Member since
1 year
Number of followers
133
Documents
1298
Last sold
1 hour ago

4.5

183 reviews

5
130
4
29
3
15
2
1
1
8

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions