I read here: http://librarum.org/book/11685/31 (p. 51, Ex. 3) that quantiles are solutions to certain minimization problem. Here is the proof: http://www.math.ucla.edu/~tom/MathematicalStatistics/Sec18.pdf. It isn't stated explicitely that the problem can't have other solutions than those described. So I was wondering whether this is true and how to proove it. I can see it when $P(Z=b) = 0$.
2026-03-25 07:50:15.1774425015
Uniqueness of solution to quantile minimization problem
472 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 OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
Related Questions in QUANTILE
- Explicitly representing a random variable such as $ X(\omega):=\frac{1}{\lambda} \ln \frac{1}{1-\omega}$, which is exponential
- Where can I find examples of Skorokhod representations?
- Quantile function for binomial distribution?
- Asymptotic behaviour of the process $U_n=U_{n-1}+s(U_{n-1})X_n$, where $X_n$ is iid
- Inequality involving quantiles
- Uniform transformation of a quantile
- Implications on the cdf of $\epsilon_1-\epsilon_2$ of conditions on the cdf's of $\epsilon_1, \epsilon_2$
- Pushforward-change-of-variable with quantile function
- Choosing an interval of the CDF to find each quartile
- Prove that $\min_{\mu}\sum_{i=1}^n|y_i-\mu|=\text{median}\{y_1,\cdots,y_n\}$
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?
The answer is, yes, one can prove that there is no other estimator $b$ that minimizes $E(L(\theta,b)).$
To summarize the problem, we define $$ L(\theta, a) = \begin{cases} k_1 |\theta - a| & \text{if } a \le \theta, \\ k_2 |\theta - a| & \text{if } a > \theta, \end{cases} $$ where $k_1 > 0$ and $k_2 > 0.$ We let $p = k_1/(k_1 + k_2)$ and let $b$ be a $p$th quantile of the random variable $\theta$; that is, $P(\theta \le b) \ge p$ and $P(\theta \ge b) \ge 1 - p.$ We want to show that for any value $a$, $$E(L(\theta,a) - L(\theta,b)) \ge 0.$$
I questioned the proof in http://www.math.ucla.edu/~tom/MathematicalStatistics/Sec18.pdf until I realized that $$L(\theta,a) = k_1 |\theta - a| I(\theta \ge a) + k_2 |\theta - a| I(\theta < a)$$ is equivalent to $$L(\theta,a) = k_1 |\theta - a| I(\theta > a) + k_2 |\theta - a| I(\theta \le a),$$ (because in either case, $|\theta - a| = 0$ when $\theta = a$), and in addition, $P(\theta \le b) \ge p$ implies $P(\theta > b) \le 1 - p$ and $P(\theta \ge b) \ge 1 - p$ implies $P(\theta < b) \le p.$ Then indeed, for the case $a > b$, we can use the second formulation of $L(\theta,a)$ to conclude that $$E(L(\theta,a) - L(\theta,b)) \ge (a - b)(k_2 P(\theta \le b) - k_1 P(\theta > b)).$$ From $a - b > 0,$ $k_1 > 0,$ $k_2 > 0,$ $P(\theta \le b) \ge p,$ $P(\theta > b) \le 1 - p,$ and $k_2 p - k_1 (1 - p) = k_2 \frac{k_1}{k_1 + k_2} - k_1 \frac{k_2}{k_1 + k_2} = 0,$ it then follows that $$E(L(\theta,a) - L(\theta,b)) \ge (a - b)(k_2 p - k_1 (1 - p)) = 0.$$ For the case $b > a$, we use the first formulation of $L(\theta,a)$ to find that $$E(L(\theta,a) - L(\theta,b)) \ge (b - a)(k_1 P(\theta \ge b) - k_2 P(\theta < b)),$$ which (together with other facts already given) implies that $$E(L(\theta,a) - L(\theta,b)) \ge (b - a)(k_1 (1 - p) - k_2 p) = 0.$$ None of the steps in the proof assumes either that $P(\theta = b) = 0$ or that $P(\theta = b) > 0,$ so the proof is equally valid in either of these two cases.
An immediate consequence is that if $a$ is also a $p$th quantile of $\theta,$ then $$E(L(\theta,a) - L(\theta,b)) = 0.$$
Now suppose $a$ is greater than any $p$th quantile of $\theta,$ that is, $P(\theta \ge a) < 1 - p.$ Again, let $b$ be a $p$th quantile of $\theta,$ so $a > b.$ The exact expected value of $L(\theta,a) - L(\theta,b)$ in this case is $$\begin{align} E(L(\theta,a) - L(\theta,b)) & = E(-k_1(a - b) I(\theta \ge a) \\ & \qquad\quad + ((k_1 + k_2)(a - \theta) - k_1(a - b)) I(b < \theta < a) \\ & \qquad\quad + k_2(a - b) I(\theta \le b)) \\ & = (a - b)(k_2 P(\theta \le b) - k_1 P(\theta > b)) \\ & \qquad + (k_1 + k_2) E((a - \theta) I(b < \theta < a)). \end{align}$$ Either $P(b < \theta < a) = 0$ or $P(b < \theta < a) > 0.$ If $P(b < \theta < a) = 0,$ then $$\begin{align} E(L(\theta,a) - L(\theta,b)) & = E(k_2(a - b) I(\theta \le b) - k_1(a - b) I(\theta \ge a)) \\ & = (a - b)(k_2 P(\theta \le b) - k_1 P(\theta \ge a)) \\ & > (a - b)(k_2 p - k_1 (1 - p)) = 0. \end{align}$$ But if $P(b < \theta < a) > 0,$ then $E((a - \theta) I(b < \theta < a)) > 0,$ and $$\begin{align} E(L(\theta,a) - L(\theta,b)) & = (a - b)(k_2 P(\theta \le b) - k_1 P(\theta > b)) \\ & \qquad + (k_1 + k_2) E((a - \theta) I(b < \theta < a)) \\ & > (a - b)(k_2 p - k_1 (1 - p)) = 0. \end{align}$$ So we see that no such value $a$ can minimize $E(L(\theta,a).$
On the other hand, suppose $b > a$, where again $a$ is not a $p$th quantile of $\theta$. Then $P(\theta \le a) < p.$ The exact expected value of $L(\theta,a) - L(\theta,b)$ is $$\begin{align} E(L(\theta,a) - L(\theta,b)) & = E(k_1(b - a) I(\theta \ge b) \\ & \qquad\quad + ((k_1 + k_2)(b - \theta) - k_2(b - a)) I(a < \theta < b) \\ & \qquad\quad - k_2(b - a) I(\theta \le a)) \\ & = (b - a)(k_1 P(\theta \ge b) - k_2 P(\theta < b)) \\ & \qquad + E((k_1 + k_2)(b - \theta) I(a < \theta < b)). \end{align}$$ Again, either $P(b < \theta < a) = 0$ or $P(b < \theta < a) > 0,$ and in either case $$E(L(\theta,a) - L(\theta,b)) > 0.$$ So in fact no value $a$ that is not a $p$th quantile of $\theta$ can minimize $E(L(\theta,a).$ This proof still has not made any assumption about whether $P(\theta = b)$ is positive.
In summary, $a$ minimizes $E(L(\theta,a))$ if and only if $a$ is a $p$th quantile of $\theta.$ I think that's what you meant by "uniqueness" of the solution.