Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 24 pages
Exam (elaborations)

ASU Mock Exam 02 Diagnostics & Model Failure|STP 311 Quantitative Statistics -2026 new update Practice Mock Examination |questions and answers solution

Document preview thumbnail
Preview 3 out of 24 pages

ASU Mock Exam 02 Diagnostics & Model Failure|STP 311 Quantitative Statistics -2026 new update Practice Mock Examination |questions and answers solution

Content preview

ASU -STP 311 Quantitative Statistics ·2026 new update Practice Mock Examination Mock Exam 02 Diagnostics &
Model Failure|questions and answers solution


ASU · STP 311
Quantitative Statistics · Practice Mock Examination



Mock Exam 02
Diagnostics & Model Failure
Identifying what went wrong in a stated analysis, and what the corrected conclusion should be.



INSTRUCTIONS
• Time allowed: 3 hours. Questions: 21. Total: 100 points.
• Attempt every question. Show all algebraic steps; a correct final answer with no derivation earns partial
credit only.
• State any assumption you rely on, and note where an estimator is biased, inconsistent, or undefined.
• Worked solutions follow each question in this booklet. Cover them until you have committed to an answer.
• No calculator is required. Leave answers in closed form unless a number is explicitly requested.




QUESTION PAPER
Q01 [Estimation] Errors in variables (attenuation) 5 pts
Q02 [Estimation] Location under heavy tails 5 pts
Q03 [Estimation] Misclassified binary labels 5 pts
Q04 [Diagnostics] R2 always rises with more features 5 pts
Q05 [Diagnostics] Full-sample standardization then walk-forward 5 pts
Q06 [Diagnostics] Target leakage in a default model 5 pts
Q07 [Diagnostics] Controlling for a collider 5 pts
Q08 [Applied] Hidden-sign regression: sign redrawn each point 5 pts
Q09 [Applied] Optimal stopping for the best offer 5 pts
Q10 [Applied] Combining correlated signals 5 pts
Q11 [Applied] Optimal participation rate 5 pts
Q12 [Numerical] Attenuation bias (numerical) 5 pts
Q13 [Numerical] Sharpe annualization under autocorrelation (numerical) 5 pts
Q14 [Distribution Theory] Normal approximation to a binomial 5 pts
Q15 [Market Making] Quoting against someone who knows the answer 5 pts
Q16 [Market Making] Four markets that must agree 5 pts
Q17 [Group Markets] Wisdom of crowds with correlated errors 4 pts
Q18 [Group Markets] The jar of coins 4 pts
Q19 [Linear Algebra] Updating an inverse by a rank-one change 4 pts
Q20 [Linear Algebra] Minimum-variance weights 4 pts
Q21 [Research Design] Forecasting the closing auction imbalance 4 pts

,A3. Errors in variables (attenuation)

Setup.

2 2
ε
2

independent of X and ε. The error variance σ2 is known.

Show that regressing Y on X̃ is biased and derive the corrected estimator of β.

Solution.
Set up the naive regression. Fitting Y = b X̃ + error by OLS gives, in the limit, b⋆ = Cov( X̃ , Y)/ Var( X̃ ).
Evaluate the two moments.
Numerator. Substitute both definitions and expand by the bilinearity of covariance:

Cov( X̃ , Y) = Cov(X + u, βX + ε) = β Cov(X, X) + β Cov(u, X) + Cov(X, ε) + Cov(u, ε).

By independence, Cov(u, X) = Cov(X, ε) = Cov(u, ε) = 0, and Cov(X, X) = Var(X) = σx2, so

Cov( X̃ , Y) = βσx2.

Denominator. Since u is independent of X,
Var( X̃ ) = Var(X + u) = Var(X) + Var(u) = σ2 + σ2.
x u


The attenuation. Dividing,
βσ2 σ2
x x
b⋆ = 2 2 = λβ, λ= 2 2 < 1.
σx + σu σx + σu
The measurement noise adds to the denominator’s variance but contributes nothing to the numera-
tor’s covariance, so the slope is shrunk toward 0 by the reliability ratio λ — “attenuation.”
Correct it. The naive slope bˆ and the proxy variance Vˆa r ( X˜ ) are both estimable, and σu2 is known, so
recover the signal variance as σ̂ x = Vˆ
2 ˜ ) − σu and divide it out:
ar(X 2


˜ ˆ ˆ ˜
βˆ = C ô v ( X , Y) = b · V a r ( X ) .
Vâr( X˜ ) − σu2 ˜ ) − σu2
Vâr( X
Consistent because
2
each sample moment
2
converges
˜ to its population value and the denominator
ˆ
converges to σx > 0. Degenerate: if σu ≥ Var(X) (over-stated error) the denominator is nonpositive
and the estimate is meaningless. (Simulation β = 2, λ = 0.61: naive 1.22; corrected 2.00.)




8

, A11. Location under heavy tails

Setup.

Observations are i.i.d. from a symmetric distribution centered at θ, specifically a Student-t with
2 degrees of freedom shifted to center θ. This distribution has infinite variance.

Explain why the sample mean is poor and derive a consistent alternative.

Solution.
Why the mean fails. The t2 density about its center behaves like x| − θ|−3 far out. Test whether the
second moment exists by checking the integral’s tail:
∫ ∞ ∫ ∞
dx ∞
E[(X − θ)2] ∝ x2 · x−3 dx = = log x = ∞.
x
The variance is infinite. The central limit theorem requires a finite variance, so it does not apply: the
sample mean X̄ does not concentrate at the usual n−1/2 rate and remains volatile, dominated by rare
enormous draws. (The mean θ itself exists by symmetry, so X̄ is still consistent, but its sampling error
shrinks far too slowly to be useful.)
The median is consistent with finite variance. By symmetry of the density about θ, the population
median is θ: P(X ≤θ) = 1 . 2 For any distribution with positive density at its median, the sample
median m̂ is asymptotically normal (a quoted result),

1
˙ N θ,
m̂ ∼ ,
4n f (θ)2
which has finite variance even though the mean does not — the median depends on the bulk of the
data, not the tails, so heavy tails do not inflate it. Hence the sample median is a valid estimator of θ.
The efficient choice: the MLE. Maximizing the tν likelihood (density ∝ [1 + (x — θ)2/ν]−(ν+1)/2)
leads to the score equation
(ν + 1)(Xi − θ)
∑ ν + (X − θ)2 = 0 (ν = 2).
i i

Each summand is a bounded function of Xi (it → 0 as |Xi | → ∞), so a single outlier cannot dominate
— the MLE automatically down-weights extreme observations. Solve numerically. In practice use
the median or a trimmed mean when the tail index is uncertain, and the MLE when the tν form is
trusted.




17

Document information

Uploaded on
August 26, 2026
Number of pages
24
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$16.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
smartzone
3.6
(622)
Sold
3432
Followers
2298
Items
14832
Last sold
23 hours ago




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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions