Малювання n інтервалів рівномірно випадковим чином, ймовірність того, що принаймні один інтервал перекривається з усіма іншими


17

Випадково намалюйте nn інтервалів від [ 0 , 1 ][0,1] , де кожна кінцева точка A, B вибирається з рівномірного розподілу між .[ 0 , 1 ][0,1]

Яка ймовірність того, що хоча б один інтервал перетинається з усіма іншими?


Ви можете подивитися на ймовірності того, що останній звертаються п менше , ніж мінімум , все раніше намальованих А , і ймовірність того, що останній B п більше , ніж максимум все раніше намальованої B . Це має бути корисним. Потім надуйте ймовірність, щоб врахувати той факт, що нам потрібен не останній , а будь- який. (У мене немає часу на те, щоб розглянути це, але це виглядає як весела маленька проблема. Удачі!)AnABnB
С. Коласа - Відновіть Моніку

Можливо, дещо дивно, що (1) відповідь не залежить від розподілу (лише, щоб він був безперервним), і (2) для n > 1n>1 він постійний!
whuber

1
Так побудований n- й інтервал: i) намалюйте два числа рівномірно з [0,1], ii) нехай меншим буде A n,An а більшим B nBn ?
еквалл

Відповіді:


5

Ця публікація відповідає на питання і окреслює частковий прогрес у доведенні її правильності.


При n = 1 відповідь тривіально дорівнює 1 . Для всіх більших росіян це (на диво) завждиn=11n 2 / 3 .2/3

Щоб зрозуміти, чому, спочатку зауважте, що питання можна узагальнити до будь-якого безперервного розподілу F (замість рівномірного розподілу). Процес, за допомогою якого генеруються n інтервалів, становить витяг 2 n iid змінних X 1 , X 2 , ... , X 2 n з F та формування інтервалівFn2nX1,X2,,X2nF

[ хв ( X 1 , X 2 ) , макс ( X 1 , X 2 ) ] , , [ хв ( X 2 n - 1 , X 2 n ) , max ( X 2 n - 1 , X 2 n ) ] .

[min(X1,X2),max(X1,X2)],,[min(X2n1,X2n),max(X2n1,X2n)].

Тому що все 2 п від X я незалежний, вони змінні. Це означає, що рішення було б таким же, якби ми випадково переставляли їх усіх. Отже, давайте умовляємо статистику замовлень, отриману шляхом сортування X i :2nXiXi

X ( 1 ) < X ( 2 ) < < X ( 2 n )

X(1)<X(2)<<X(2n)

(де, оскільки F безперервний, існує нульовий шанс, що будь-які два будуть рівними). У п інтервали формуються шляхом вибору випадкової перестановки сг š 2 н і поєднуючи їх в парахFnσS2n

[ хв ( X σ ( 1 ) , X σ ( 2 ) ) , max ( X σ ( 1 ) , X σ ( 2 ) ) ] , , [ хв ( X σ ( 2 n - 1 ) , X σ ( 2 n ) ) , max ( X σ ( 2n1),Xσ(2n))].

[min(Xσ(1),Xσ(2)),max(Xσ(1),Xσ(2))],,[min(Xσ(2n1),Xσ(2n)),max(Xσ(2n1),Xσ(2n))].

Whether any two of these overlap or not does not depend on the values of the X(i)X(i), because overlapping is preserved by any any monotonic transformation f:RRf:RR and there are such transformations that send X(i)X(i) to ii. Thus, without any loss of generality, we may take X(i)=iX(i)=i and the question becomes:

Let the set {1,2,,2n1,2n}{1,2,,2n1,2n} be partitioned into nn disjoint doubletons. Any two of them, {l1,r1}{l1,r1} and {l2,r2}{l2,r2} (with li<rili<ri), overlap when r1>l2r1>l2 and r2>l1r2>l1. Say that a partition is "good" when at least one of its elements overlaps all the others (and otherwise is "bad"). As a function of nn, what is the proportion of good partitions?

To illustrate, consider the case n=2n=2. There are three partitions,

{{1,2},{3,4}}, {{1,4},{2,3}}, {{1,3},{2,4}},

{{1,2},{3,4}}, {{1,4},{2,3}}, {{1,3},{2,4}},

of which the two good ones (the second and third) have been colored red. Thus the answer in the case n=2n=2 is 2/32/3.

We may graph such partitions {{li,ri},i=1,2,,n}{{li,ri},i=1,2,,n} by plotting the points {1,2,,2n}{1,2,,2n} on a number line and drawing line segments between each lili and riri, offsetting them slightly to resolve visual overlaps. Here are plots of the preceding three partitions, in the same order with the same coloring:

Figure 1

From now on, in order to fit such plots easily in this format, I will turn them sideways. For instance, here are the 1515 partitions for n=3n=3, once again with the good ones colored red:

Figure 2

Ten are good, so the answer for n=3n=3 is 10/15=2/310/15=2/3.

The first interesting situation occurs when n=4n=4. Now, for the first time, it is possible for the union of the intervals to span 11 through 2n2n without any single one of them intersecting the others. An example is {{1,3},{2,5},{4,7},{6,8}}{{1,3},{2,5},{4,7},{6,8}}. The union of the line segments runs unbroken from 11 to 88 but this is not a good partition. Nevertheless, 7070 of the 105105 partitions are good and the proportion remains 2/32/3.


The number of partitions increases rapidly with nn: it equals 1352n1=(2n)!/(2nn!)1352n1=(2n)!/(2nn!). Exhaustive enumeration of all possibilities through n=7n=7 continues to yield 2/32/3 as the answer. Monte-Carlo simulations through n=100n=100 (using 1000010000 iterations in each) show no significant deviations from 2/32/3.

I am convinced there is a clever, simple way to demonstrate there is always a 2:12:1 ratio of good to bad partitions, but I have not found one. A proof is available through careful integration (using the original uniform distribution of the XiXi), but it is rather involved and unenlightening.


Very cool. I have a hard time following what it means to "condition on the order statistics", would it be possible to add a line of intuition? Seems like a useful technique. I understand up to that the Xi are exchangeable, indeed even iid, that that this allows us to consider any permutation.
ekvall

1
@Student To "condition on" means to say, let's temporarily hold these values fixed and consider what we can learn from that. Later, we will let those values vary (according to their probability distribution). In this case, once we find that the answer is 2/3 regardless of the fixed values of the order statistics, then we no longer have to carry out the second step of varying the order statistics. Mathematically, the order stats are a vector-valued variable X and the indicator of being good is Y, so E(Y)=E(E(Y|X))=E(2/3)=2/3.
whuber
Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.