Distribution of Number of Pieces

  • Thread starter Thread starter mXSCNT
  • Start date Start date
  • Tags Tags
    Distribution
mXSCNT
Messages
310
Reaction score
1
Let \{A_i\} be independent random variables, real numbers selected uniformly from the interval (0,1-v) for some constant v, 0<v<1.
Let B_i = \cup^i_{j=1} (A_j,A_j+v)
Let C_i be the number of disconnected pieces of B_i.

Problem: What is the distribution of C_i? I doubt that a closed form expression is possible but it's tough to even find a computer program to calculate it except via monte carlo.
 
Physics news on Phys.org
mXSCNT said:
Let \{A_i\} be independent random variables, real numbers selected uniformly from the interval (0,1-v) for some constant v, 0<v<1.
Let B_i = \cup^i_{j=1} (A_j,A_j+v)
Let C_i be the number of disconnected pieces of B_i.

Problem: What is the distribution of C_i? I doubt that a closed form expression is possible but it's tough to even find a computer program to calculate it except via monte carlo.

I haven't worked out the details, but I think I see a way to approach this. Even if it doesn't result in a closed form formula, you might be able to work out an algorithm to compute it. Basically, the hard part is finding the volume left of an i-cube of side 1-v after several pieces have been sliced off. It should be easier for v >= 1/3, but tricky for v < 1/3. The idea is to work with the order statistics of the Aj, and find the probability that there are exactly k-1 "gaps" of the form A(m+1)-A(m) > v. In this case Ci = k. Is that making sense?

Mind if I ask what is the application of this?
 
Conjecture:

P\{C_i = k\} = \frac{1}{(1-v)^i}\binom{i-1}{k-1}\sum_{j=0}^{k-1}(-1)^j\binom{k-1}{j}G(i-k+j, i; v)

where

G(m,i;v) = \sum_{n=1}^{r}(-1)^{n+1}\binom{m}{n-1}(1-nv)^i

for

\frac{1}{r+1} \leq v &lt; \frac{1}{r}
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top