This post is asked again due to lack of answers first time around. Suppose we have a linear model $y=Q+Rx+error$, where $E(error)=0$, and $z$ is an instrument for $x$ (endogenous) where the correlation between the instrument and the error is 0 but that between the instrument and the endogenous $x$ is not zero. Moreover, $E(error$$^2$$|z)$=$\sigma^2$. Show that the asymptotic variance of ${\sqrt\ N}$*(estimator of R-true R) can be written as $\sigma^2$/($Corr(z,x)^2$*Var(x)), where estimator of R is the sample analogue of R= $(E(zx)$^-1)$E(zy)$.
2026-03-28 16:26:32.1774715192
Asymptotic var of IV estimator
704 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in STATISTICS
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Statistics based on empirical distribution
- Given $U,V \sim R(0,1)$. Determine covariance between $X = UV$ and $V$
- Fisher information of sufficient statistic
- Solving Equation with Euler's Number
- derive the expectation of exponential function $e^{-\left\Vert \mathbf{x} - V\mathbf{x}+\mathbf{a}\right\Vert^2}$ or its upper bound
- Determine the marginal distributions of $(T_1, T_2)$
- KL divergence between two multivariate Bernoulli distribution
- Given random variables $(T_1,T_2)$. Show that $T_1$ and $T_2$ are independent and exponentially distributed if..
- Probability of tossing marbles,covariance
Related Questions in REGRESSION
- How do you calculate the horizontal asymptote for a declining exponential?
- Linear regression where the error is modified
- Statistics - regression, calculating variance
- Why does ANOVA (and related modeling) exist as a separate technique when we have regression?
- Gaussian Processes Regression with multiple input frequencies
- Convergence of linear regression coefficients
- The Linear Regression model is computed well only with uncorrelated variables
- How does the probabilistic interpretation of least squares for linear regression works?
- How to statistically estimate multiple linear coefficients?
- Ridge Regression in Hilbert Space (RKHS)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
You just gotta get your hands dirty.
Let $\mathbf x_i'=(1, x_i)$, $\mathbf X=(\mathbf x_1, \mathbf x_2, \dots, \mathbf x_n)'$, $\mathbf z_i'=(1, z_i)$ and $\mathbf Z=(\mathbf z_1, \mathbf z_2, \dots, \mathbf z_n)'$. The IV estimator is:
$$ \hat{\mathbf{R}}=(\mathbf{Z'X})^{-1}\mathbf{Z'y}. $$
The asymptotic distribution is: $$ \sqrt{n}(\hat{\mathbf{R}}-\mathbf{R}) {\buildrel d \over \longrightarrow} N(\boldsymbol{0}, \sigma^2\mathbf{Q^{-1}_{ZX}}\mathbf{Q_{ZZ}}\mathbf{Q^{-1}_{XZ}}) $$ where $n^{-1}\mathbf{Z'X}{\buildrel p \over \longrightarrow}\mathbf{Q_{ZX}}$, $n^{-1}\mathbf{Z'Z}{\buildrel p \over \longrightarrow}\mathbf{Q_{ZZ}}$ and $\mathbf{Q_{XZ}}=\mathbf{Q'_{ZX}}$. Looking at these more closely:
$$ \frac{1}{n}\mathbf{Z'X}=\frac{1}{n}\sum_{i=1}^n\mathbf{z}_i\mathbf x_i'{\buildrel p \over \longrightarrow}E(\mathbf{zx}')=\begin{pmatrix} 1 & E(x) \\ E(z) & E(xz)\end{pmatrix}=\mathbf{Q_{ZX}}\\ \frac{1}{n}\mathbf{Z'Z}=\frac{1}{n}\sum_{i=1}^n\mathbf{z}_i\mathbf z_i'{\buildrel p \over \longrightarrow}E(\mathbf{zz}')=\begin{pmatrix} 1 & E(z) \\ E(z) & E(z^2)\end{pmatrix}=\mathbf{Q_{ZZ}} $$ The whole thing together: $$ \mathbf{Q^{-1}_{ZX}}\mathbf{Q^{}_{ZZ}}\mathbf{Q^{-1}_{XZ}}=\begin{pmatrix} 1 & E(x) \\ E(z) & E(xz)\end{pmatrix}^{-1}\begin{pmatrix} 1 & E(z) \\ E(z) & E(z^2)\end{pmatrix}\begin{pmatrix} 1 & E(z) \\ E(x) & E(xz)\end{pmatrix}^{-1}\\ =\frac{1}{Cov(x,z)^2}\begin{pmatrix} E(xz) & -E(x) \\ -E(z) & 1\end{pmatrix}\begin{pmatrix} 1 & E(z) \\ E(z) & E(z^2)\end{pmatrix}\begin{pmatrix} E(xz) & -E(z) \\ -E(x) & 1\end{pmatrix}\\ =\frac{1}{Cov(x,z)^2}\begin{pmatrix}Cov(x,z) & E(xz)E(z)-E(x)E(z^2) \\ 0 & V(z)\end{pmatrix}\begin{pmatrix} E(xz) & -E(z) \\ -E(x) & 1\end{pmatrix}\\ =\frac{1}{Cov(x,z)^2}\begin{pmatrix}A & B\\ -E(x)V(z) & V(z)\end{pmatrix} $$ where $A=Cov(x,z)E(xz)-E(x)(E(xz)E(z)-E(x)E(z^2))$ and $B=E(z)(E(xz)-Cov(x,z))-E(x)E(z^2)$.
Multiplying the (2,2) element of the above matrix by $\sigma^2$ gives you the asymptotic variance of the (normalized) IV estimator of the slope coefficient. Rewrite it: $$ \sigma^2\frac{V(z)}{Cov(z,x)^2}=\sigma^2\frac{V(x)}{V(x)}\frac{V(z)}{Cov(z,x)^2}=\sigma^2\frac{1}{V(x)}\frac{1}{\left(\frac{Cov(z,x)}{\sqrt{V(x)}\sqrt{V(z)}}\right)^2}=\sigma^2\frac{1}{V(x)}\frac{1}{Corr(z,x)^2}. $$
And we are done.