User balu - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-18T10:15:24Zhttp://mathoverflow.net/feeds/user/11247http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/48009/inequality-on-probability-distributionsInequality on probability distributionsBalu2010-12-02T07:36:38Z2012-07-18T08:29:15Z
<p>I would like to know if the following inequality is satisfied by all probability distributions (or at least some class of probability distributions) for all integer $n \geq 2$. </p>
<p>$\int_0^{\infty} F(z)^{n-1}(1-\frac{F(z)}{n})\left[zF(z)^{n-2} - \int_0^z F(t)^{n-2}dt\right]f(z)dz$
$\leq \int_0^{\infty} F(z)^{n-1}\left[zF(z)^{n-1} - \int_0^z F(t)^{n-1}dt\right]f(z)dz $</p>
<p>Some comments follow:</p>
<p>1) F(z) is the cumulative distribution function of any probability distribution over positive real numbers. The outer integral runs over the entire support of the distribution, thus, in general, from zero to infinity. f(z) is the probability density function. </p>
<p>2) I will be happy even if this is proved for bounded support distributions, in which case, the outer integral runs from 0 to some upper limit H.</p>
<p>3) Note that both the LHS and the RHS are always non-negative. This is because of the special form of what is inside the square brackets. For both the LHS and the RHS, the second term in the square bracket (i.e. the negative integral from 0 to z), when replaced by its value at the upper limit throughout the region of integration from 0 to z, gives precisely the first term in the square bracket. Thus the term in the square bracket is always non-negative, for both the LHS and the RHS. </p>
<p>4) Also note the obvious similarity in the structure between the LHS and the RHS. The only differences are the difference in exponent for what is inside the square brackets, and the LHS having an extra factor of $1 - \frac{F(z)}{n}$. </p>
<p>5) Note that for $n=2$, this inequality is definitely true since the LHS evaluates to zero owing to the term in the square bracket in the LHS becoming zero, and the RHS is always non-negative, as mentioned in point 3 above. </p>
<p>6) It is easy to work out that for all $n \geq 2$, this inequality is true for uniform [0,1] distributions, i.e., the distribution with support [0,1] and $F(z) = z$. </p>
<p>7) I tried evaluating this integral for small values of $n$ (till 50) using Maple for exponential distribution, and the positive half of the normal distribution and found it to be true. I am guessing that this inequality is true for at least some large class of probability distributions if not all distributions. </p>
<p>8) For instance, would a monotone hazard rate condition help? Monotone hazard rate means that $\frac{f(z)}{1-F(z)}$ is non-decreasing. </p>
http://mathoverflow.net/questions/94083/capped-binomial-random-variablesCapped binomial random variablesBalu2012-04-15T01:19:40Z2012-04-16T13:27:49Z
<p>Consider a random variable $X = \sum_{i=1}^{m} X_i$, where each $X_i$ is an indicator
random variable that is $1$ with probability $k/m$ and $0$ otherwise. We are interested in the quantity $S_X(m) = E[\min(X,k)]$. The motivation is that we have a bin of capacity $k$. At each step, a ball is thrown into the bin with probability
$k/m$. At the end of $m$ steps, we ask how many balls are in the bin. This quantity, in expectation, is precisely $S_X(m)$. </p>
<p>Now suppose we throw "fractional balls", i.e., instead of having ${0,1}$ random variables $X_i$s, we have random variables $Y_i$ that have support $[0,1]$.
We retain the same expectation, i.e., $E[Y_i] = k/m = E[X_i]$ and the $Y_i$'s are iid.
Let $S_Y(m) = E[\min(Y,k)]$, where $Y = \sum_{i=1}^{m} Y_i.$ </p>
<p>The question I am interested in is whether $S_Y(m) \geq S_X(m)$? </p>
<p>I have an intuition for why this must be true: the variance of $X_i$ is at least as much as that of $Y_i$ --- this is because $E[X_i^2] = E[X_i]$, where as $E[Y_i^2] \le E[Y_i]$. Thus, one would expect a random variable with smaller variance (namely $Y = \sum_i Y_i$) to be more concentrated around the mean than a random variable with larger variance (namely $X = \sum_i X_i$), thus implying the result. Roughly speaking, one would expect the "wastage" of balls due to overflowing the capacity $k$ of the bin occurs lesser when we have fractional balls than integer balls. However this is not a definitive proof. Is there a simple proof for this?</p>
http://mathoverflow.net/questions/75712/tail-conditional-expectation-of-a-binomial-random-variableTail Conditional Expectation of a binomial random variableBalu2011-09-18T00:50:22Z2011-09-18T03:23:34Z
<p>Let $X \sim B(n,c/n)$ be a binomially distributed random variable with
parameter $p = c/n$, and hence mean $c$. Here $c$ is some function of $n$ such that </p>
<p>i) $c \geq n^{2/3}$</p>
<p>ii) The function $c$ grows slower than any linear function of $n$ (i.e., in big-O notation, $c = o(n)$, or equivalently $\lim_{n \to \infty} c/n = 0$). </p>
<p>For such a variable, I want a ball-park estimate of $E[X|X \geq c]$, i.e., tail conditional expectation (TCE), for large $n$. If the probability $c/n$ were a constant, then by central limit theorem the TCE is approximately $c + \sqrt{c}$.
However, $c/n$ is not a constant here. I am most interested in finding whether the following statement is true:</p>
<p>For all $c$ in the said range, the TCE is of the form $c + f(c)$ where $f(c) = o(c^{r})$ for some constant $r < 1$. </p>
<p>The choice of lower-bound for $c$, namely $c \geq n^{2/3}$ has no significance. I would be happy with resolving the question for a much more restricted range of $c$ by placing a bigger lower bound on $c$. </p>
<p>I tried writing the explicit expression for the TCE but I have not been able to get anything useful out of it. Also I saw a paper on TCE for binomial rv's, but it just gives the obvious formula obtained by using linearity of expectation and nothing more. </p>
http://mathoverflow.net/questions/94083/capped-binomial-random-variables/94164#94164Comment by BaluBalu2012-04-16T14:36:17Z2012-04-16T14:36:17ZThanks for the nice reference, and for taking the time to write a complete proof. http://mathoverflow.net/questions/75712/tail-conditional-expectation-of-a-binomial-random-variable/75715#75715Comment by BaluBalu2011-09-18T04:17:21Z2011-09-18T04:17:21ZThanks Ori for the quick response. http://mathoverflow.net/questions/75712/tail-conditional-expectation-of-a-binomial-random-variable/75723#75723Comment by BaluBalu2011-09-18T04:07:12Z2011-09-18T04:07:12ZThanks Brendan. http://mathoverflow.net/questions/48009/inequality-on-probability-distributionsComment by BaluBalu2011-01-02T11:37:31Z2011-01-02T11:37:31ZHahn, the answer to both of your questions is yes. http://mathoverflow.net/questions/48009/inequality-on-probability-distributions/50802#50802Comment by BaluBalu2011-01-02T11:36:03Z2011-01-02T11:36:03ZThanks Didier! Perfect. http://mathoverflow.net/questions/48009/inequality-on-probability-distributionsComment by BaluBalu2010-12-02T18:21:39Z2010-12-02T18:21:39ZThis inequality pops up in my research in algorithmic game theory. The actual context itself yields little intuition, except for the fact that if the above inequality held, the result we get would be a
natural one. Briefly, the problem has to do with comparing two kinds
of auctions with each other and analyzing bidding strategies in the
two auctions. One auction rewards the highest bidder more than the
other, so we would expect the expected highest bid to be larger in the
first auction. That is what this inequality would imply.