Suppose $X_1,X_2,\cdots$ are i.i.d. $N(\mu,1)$. Show that the asymptotic correlation between sample mean and sample median (after suitably centering and renormalization) is $\sqrt{\frac{2}{\pi}}$.
2026-03-26 20:38:10.1774557490
Asymptotic correlation between sample mean and sample median
2.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ASYMPTOTICS
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- How to find the asymptotic behaviour of $(y'')^2=y'+y$ as $x$ tends to $\infty$?
- Correct way to prove Big O statement
- Proving big theta notation?
- Asymptotics for partial sum of product of binomial coefficients
- Little oh notation
- Recurrence Relation for Towers of Hanoi
- proving sigma = BigTheta (BigΘ)
- What's wrong with the boundary condition of this $1$st order ODE?
- Every linearly-ordered real-parametrized family of asymptotic classes is nowhere dense?
Related Questions in CORRELATION
- What is the name of concepts that are used to compare two values?
- Power spectrum of field over an arbitrarily-shaped country
- How to statistically estimate multiple linear coefficients?
- How do I calculate if 2 stocks are negatively correlated?
- A simple question on average correlation
- Two random variables generated with common random varibales
- Correlation of all zero rows and columns in matrix
- Calculating correlation matrix from covariance matrix - r>1
- Joint probability of (X+Z) $\land$ (Y+Z) for arbitrary distribution of X, Y, Z.
- Phase space: Uncorrelated Gaussian Summed With a Linearly Correlated Gaussian
Related Questions in MEDIAN
- Is the median a function?
- Expected value of a sample median from a sample of size $\sqrt{n}$ taken from a set of $n$ numbers
- Median estimated from grouped data with a single class
- Medians from paired data
- Let $X_1$, $X_2$, $X_3$ be i.i.d. continuous random variables from Exponential Distribution.
- What does invariant to affine transformations mean?
- how to derive median from conditional median?
- Median of obtuse triangle
- Median value of a function
- Non-Existence of the Cumulative Distribution Function of a Discrete Random Variable at Median
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?
Obtain this paper, written by T.S. Ferguson, a professor at UCLA (his page is here).
It derives the joint asymptotic distribution for the sample mean and sample median.
To be specific, let $\hat X_n$ be the sample mean and $\mu$ the population mean, $Y_n$ be the sample median and $\mathbb v$ the population median. Let $f()$ be the probability density of the random variables involved ($X$) Let $\sigma^2$ be the variance. Then Ferguson proves that
$$\sqrt n\Big [\left (\begin{matrix} \hat X_n \\ Y_n \end{matrix}\right) - \left (\begin{matrix} \mu \\ \mathbb v \end{matrix}\right)\Big ] \rightarrow_{\mathbf L}\; N\Big [\left (\begin{matrix} 0 \\ 0 \end{matrix}\right) , \Sigma \Big]$$
$$ \Sigma = \left (\begin{matrix} \sigma^2 & E\left(|X-\mathbb v|\right)\left[2f(\mathbb v)\right]^{-1} \\ E\left(|X-\mathbb v|\right)\left[2f(\mathbb v)\right]^{-1} & \left[2f(\mathbb v)\right]^{-2} \end{matrix}\right)$$
Then the asymptotic correlation of this centered and normalized quantity is (abusing notation as usual)
$$\rho_{A}(\hat X_n,\, Y_n) = \frac {\text {Cov} (\hat X_n,\, Y_n)}{\sqrt {\text{Var}(\hat X_n)\text{Var}(Y_n)}} = \frac {E\left(|X-\mathbb v|\right)\left[2f(\mathbb v)\right]^{-1}}{\sigma\left[2f(\mathbb v)\right]^{-1}} = \frac {E\left(|X-\mathbb v|\right)}{\sigma}$$
In your case, $\sigma = 1$ so we end up with
$$\rho_{A}(\hat X_n,\, Y_n) = E\left(|X-\mathbb v|\right)$$
In your case, the population follows the normal with unitary variance, so the random variable $Z= X-\mathbb v$ is $N(0,1)$. Then its absolute value follows the (standard) half normal distribution, whose expected value is $$ E(|Z|) =\sigma\sqrt {\frac{2}{\pi}} = \sqrt {\frac{2}{\pi}}$$ since here $\sigma =1$. So $$\rho_{A}(\hat X_n,\, Y_n) = \sqrt {\frac{2}{\pi}}$$
Added note: It can be seen that the result does not depend on $\sigma =1$ since $\sigma$ cancels out from nominator and denominator.