User anthony leverrier - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-21T10:42:54Zhttp://mathoverflow.net/feeds/user/1606http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/78011/multidimensional-berry-esseen-for-probability-density-functionsMultidimensional Berry-Esseen for probability density functionsAnthony Leverrier2011-10-13T09:03:28Z2011-10-22T16:27:53Z
<p>This is a follow up to this recent question: <a href="http://mathoverflow.net/questions/75829" rel="nofollow">http://mathoverflow.net/questions/75829</a></p>
<p>There exists a <em>multidimensional</em> version of the usual Berry-Esseen theorem (for cumulative distribution functions), see for example this paper (which I cannot find online) of 1945 by Bergström "On the central limit theorem in the space Rk, k> 1".</p>
<p>There also exists a <em>local limit</em> version of the Berry-Esseen theorem for probability density functions: see for instance chapter VII of the book "Sums of independent random variables" by Petrov.</p>
<p>I was not able, however, to find a multidimensional version of this local limit theorem. Does such a result appear somewhere in the literature?</p>
<p>Many thanks!</p>
<p>Edit (October 22):
I've found a partial answer in this paper of Ričardas Zitikis:
"A Berry-Esseen bound for multivariate l-estimates with explicit dependence on dimension"
<a href="http://www.springerlink.com/content/916020285j808858/" rel="nofollow">http://www.springerlink.com/content/916020285j808858/</a></p>
<p>In this paper, a bound is provided (Theorem 1.2) but still depends on a <em>universal constant</em> $c$. It would still be great to known an upper bound on $c$. </p>
http://mathoverflow.net/questions/78029/how-to-correctly-generate-uniformly-distibuted-random-elements-from-son/78049#78049Answer by Anthony Leverrier for How to correctly generate uniformly distibuted random elements from SO(n)?Anthony Leverrier2011-10-13T19:12:01Z2011-10-13T19:12:01Z<p>Here is a relevant reference:
How to generate random matrices from the classical compact groups
<a href="http://arxiv.org/abs/arXiv:math-ph/0609050" rel="nofollow">http://arxiv.org/abs/arXiv:math-ph/0609050</a></p>
http://mathoverflow.net/questions/75829/berry-esseen-type-result-for-probability-density-functionsBerry Esseen type result for probability density functionsAnthony Leverrier2011-09-19T08:41:08Z2011-09-19T22:10:35Z
<p>Let $X_1, X_2, \cdots$ be i.i.d. random variables with $E(X_1) = 0, E(X_1^2) = \sigma^2 >0, E(|X_1|^3) = \rho < \infty$.
Let $Y_n = \frac{1}{n} \sum_{i=1}^n X_i$ and let us note $F_n$ (resp. $\Phi$) the <em>cumulative distribution function</em> of $\frac{Y_n \sqrt{n}}{\sigma}$ (resp. of the standard normal distribution).
Then, Berry Esseen theorem states that there exists a positive constant $C$ such that for all $x$ and $n$,
$$|F_n(x)-\Phi(x)| \leq \frac{C \rho}{\sigma^3 \sqrt{n}}.$$</p>
<p>Are there known conditions on the distribution of $X_1$ that allow to derive a similar statement for <em>probability density functions</em> instead of cumulative distribution functions?</p>
http://mathoverflow.net/questions/69218/if-you-were-to-axiomatize-the-notion-of-entropy/69221#69221Answer by Anthony Leverrier for If you were to axiomatize the notion of entropy .....Anthony Leverrier2011-06-30T22:31:28Z2011-06-30T22:31:28Z<p>In addition to the wikipedia page, you can take a look at this fairly recent paper
"A Characterization of Entropy in Terms of Information Loss" by John C. Baez, Tobias Fritz, Tom Leinster
<a href="http://arxiv.org/abs/1106.1791" rel="nofollow">http://arxiv.org/abs/1106.1791</a></p>
http://mathoverflow.net/questions/29323/math-puzzles-for-dinner/29391#29391Answer by Anthony Leverrier for Math puzzles for dinnerAnthony Leverrier2010-06-24T15:24:23Z2010-11-29T19:53:24Z<p>1000 prisoners are in jail.
There's a room with 1000 lockers, one for each prisoner. A jailer writes the name of each prisoner on a piece of paper and puts one in each locker (randomly, and not necessary in the locker corresponding to the name written on the paper!).</p>
<p>The game is the following. The prisoners are called one by one in the room with the lockers. Each of them can open 500 lockers. If a prisoner finds the locker which contains is name, the game continues meaning that he leaves the room (and leaves it is the exact same state as when it entered it, meaning that he cannot leave any hint), and the following prisoner is called.
If anyone of the prisoners fails to recover his name, they all lose and get killed.</p>
<p>Of course they can agree before the beginning of the game on a common strategy, but after that, they cannot communicate anymore, and they cannot leave any hint to the following prisoners.</p>
<p>A trivial strategy where each prisoner opens 500 random lockers would lead to a winning probability of 1/2^1000. But there exists a strategy that offers a winning probability of roughly 30%.</p>
http://mathoverflow.net/questions/37363/approximating-a-probability-distribution-by-a-mixtureApproximating a probability distribution by a mixtureAnthony Leverrier2010-09-01T10:25:41Z2010-09-16T04:15:47Z
<p>Let us consider a probability distribution $(g_n)_{n \in \mathbb{N}}$ which we want to approximate by a mixture of $(f_n(\lambda))_{n \in \mathbb{N}}$ where $\lambda \in \mathbb{R}$ is a parameter.</p>
<p>Are there known techniques that allow one to find the mixture minimizing the $L^1$ norm:
\begin{equation}
\min_{p} \sum_{n=0}^{\infty} \left|g_n - \int \rm{d} \lambda \; p(\lambda) f_n(\lambda) \right|
\end{equation}
where $p(\lambda)$ is a normalized probability distribution?</p>
<p>The motivation of this problem is linked to experimental physics: ideally one would like to generate an experimental process characterized by the probability distribution $g$ but this is really not practical. What is really easy, however, is to generate an experimental process with the distribution $f(\lambda)$ where $\lambda$ is a tunable parameter.
Therefore, the goal is to approximate $g$ as closely as possible with such a mixture of $f(\lambda)$, where the distance between the two distribution is computed with the $L^1$ norm, that is, I want to minimize the variation distance between the two distributions.</p>
<p>In the specific problem I consider, $f(\lambda)$ is a Poisson distribution with parameter $\lambda \geq 0$, but I really am interested in a general method to approach this problem-</p>
<p>Any pointer to the relevant literature would be greatly appreciated.
Thanks a lot!</p>
http://mathoverflow.net/questions/37425/best-tablet-computer-for-mathematics/37426#37426Answer by Anthony Leverrier for Best tablet computer for mathematicsAnthony Leverrier2010-09-01T21:06:44Z2010-09-01T21:06:44Z<p>Clifford Johnson has two nice posts about this (concerning the iPad) on his blog:</p>
<p><a href="http://asymptotia.com/2010/08/27/my-office-in-my-handbag-the-ipad-as-a-serious-work-tool/" rel="nofollow">http://asymptotia.com/2010/08/27/my-office-in-my-handbag-the-ipad-as-a-serious-work-tool/</a></p>
<p><a href="http://asymptotia.com/2010/08/31/a-letter-for-you/" rel="nofollow">http://asymptotia.com/2010/08/31/a-letter-for-you/</a></p>
http://mathoverflow.net/questions/37370/expressing-any-fx-y-using-only-addition-and-unary-functions/37371#37371Answer by Anthony Leverrier for Expressing any f(x,y) using only addition and unary functions?Anthony Leverrier2010-09-01T12:23:08Z2010-09-01T12:23:08Z<p>I think this was proven by Kolmogorov.
See the following reference:
A. N. Kolmogorov, “On the representation of continuous functions of several variables by
superpositions of continuous functions of one variable and addition”, Dokl. Akad. Nauk
SSSR 114 (1957), 953–956; English transl., Amer. Math. Soc. Transl. (2) 28 (1963), 55–59.</p>
http://mathoverflow.net/questions/32442/how-to-generate-a-net-on-a-8-dimensional-sphere/33773#33773Answer by Anthony Leverrier for How to generate a net on a 8-dimensional sphereAnthony Leverrier2010-07-29T10:41:24Z2010-07-29T10:41:24Z<p>In case the goal is to draw points inside the sphere, the discussion
<a href="http://mathoverflow.net/questions/33129/intuitive-proof-that-the-first-n-2-coordinates-on-a-sphere-are-uniform-in-a-bal" rel="nofollow">http://mathoverflow.net/questions/33129/intuitive-proof-that-the-first-n-2-coordinates-on-a-sphere-are-uniform-in-a-bal</a>
seems relevant.</p>
<p>In other words, one simply draws random points on the 10-dimensional sphere (by drawing a normal vector and normalizing it) and discards the last two coordinates.</p>
http://mathoverflow.net/questions/104413/tail-bound-for-poisson-random-variable/104425#104425Comment by Anthony LeverrierAnthony Leverrier2012-08-10T19:31:07Z2012-08-10T19:31:07ZNumerically, this appears to be true. http://mathoverflow.net/questions/78011/multidimensional-berry-esseen-for-probability-density-functionsComment by Anthony LeverrierAnthony Leverrier2011-10-18T09:48:50Z2011-10-18T09:48:50Z@Yvan Velenik Thanks a lot! I don't have access to mathscinet but I found the paper you mentioned: it can be downloaded here perso.telecom-paristech.fr/~leverrie/Rozowski.pdf However, there are many notations which are obscure for me, and I'm wondering if there exists some more modern treatment of the question somewhere. http://mathoverflow.net/questions/75829/berry-esseen-type-result-for-probability-density-functionsComment by Anthony LeverrierAnthony Leverrier2011-09-19T09:27:16Z2011-09-19T09:27:16Zindeed! Thanks.http://mathoverflow.net/questions/75829/berry-esseen-type-result-for-probability-density-functionsComment by Anthony LeverrierAnthony Leverrier2011-09-19T09:16:43Z2011-09-19T09:16:43Zok, thanks! I just need to find a copy of the book...http://mathoverflow.net/questions/59939/identifying-poisoned-wines/59953#59953Comment by Anthony LeverrierAnthony Leverrier2011-03-29T14:55:26Z2011-03-29T14:55:26Z@Ori I see, You're righthttp://mathoverflow.net/questions/59939/identifying-poisoned-winesComment by Anthony LeverrierAnthony Leverrier2011-03-29T09:58:11Z2011-03-29T09:58:11Z@Roland You have only one hour to perform the test so you cannot wait to see which rats survive to reuse them. Otherwise, it would be easy: one would simply administrate the different wines successively to a single rat until it dies.http://mathoverflow.net/questions/59939/identifying-poisoned-wines/59953#59953Comment by Anthony LeverrierAnthony Leverrier2011-03-29T07:09:54Z2011-03-29T07:09:54ZI guess the problem is not to find a solution that works on average but one working in the worst case.http://mathoverflow.net/questions/29323/math-puzzles-for-dinner/29391#29391Comment by Anthony LeverrierAnthony Leverrier2010-11-29T19:53:58Z2010-11-29T19:53:58Z@Thomas, you're right of course! I corrected it.http://mathoverflow.net/questions/41943/quantum-error-correctionComment by Anthony LeverrierAnthony Leverrier2010-11-23T23:38:17Z2010-11-23T23:38:17ZA new theoretical physics SE site should be launched pretty soon <a href="http://area51.stackexchange.com/proposals/23848/theoretical-physics" rel="nofollow">area51.stackexchange.com/proposals/23848/…</a> and will be more suited than MO for specific quantum information questions.http://mathoverflow.net/questions/45106/quantum-pcp-theorem/45167#45167Comment by Anthony LeverrierAnthony Leverrier2010-11-08T16:20:57Z2010-11-08T16:20:57Z@Peter I asked Scott for his updated opinion, and he still thinks that a quantum generalization of the PCP theorem should exist:
<a href="http://scottaaronson.com/blog/?p=471#comment-54163" rel="nofollow">scottaaronson.com/blog/?p=471#comment-54163</a>http://mathoverflow.net/questions/45106/quantum-pcp-theorem/45167#45167Comment by Anthony LeverrierAnthony Leverrier2010-11-07T16:47:22Z2010-11-07T16:47:22Z@Peter: Well, I'm not sure there is sufficient data to answer that, but I guess it should be below 99%. http://mathoverflow.net/questions/45106/quantum-pcp-theorem/45167#45167Comment by Anthony LeverrierAnthony Leverrier2010-11-07T16:13:45Z2010-11-07T16:13:45ZScott Aaronson seems to be much more optimistic on that matter: <a href="http://scottaaronson.com/blog/?p=139" rel="nofollow">scottaaronson.com/blog/?p=139</a>http://mathoverflow.net/questions/29323/math-puzzles-for-dinner/29598#29598Comment by Anthony LeverrierAnthony Leverrier2010-10-26T15:42:27Z2010-10-26T15:42:27Z@Vectornaut The princess can move: she could spend day n in the room number (n+1).http://mathoverflow.net/questions/37363/approximating-a-probability-distribution-by-a-mixture/38925#38925Comment by Anthony LeverrierAnthony Leverrier2010-09-16T16:12:07Z2010-09-16T16:12:07ZThanks for the reference!
Yes, I indeed started by taking $p$ supported on a finite number of points, and it works pretty well in practice.
Still, it's a bit frustrating as a continuous density would be much more natural.http://mathoverflow.net/questions/37363/approximating-a-probability-distribution-by-a-mixtureComment by Anthony LeverrierAnthony Leverrier2010-09-02T16:05:40Z2010-09-02T16:05:40ZUnfortunately, it is really the $L^1$ distance which is relevant in my problem so I cannot switch from the $L^1$ to the $L^2$ distance. Furthermore, as the distributions are defined over $\mathbb{N}$, I cannot see how a bound on the $L^2$ distance could give any information concerning the $L^1$ distance?