Lovegrove Mathematicals

logo

"Dedicated to making Likelinesses the entity of prime interest"

Sequential Distributions

Basic concept

Imagine an inclined ramp, down which some balls are rolled. At intervals, it is punctured by N holes through which the balls might fall. From the top of the ramp downwards, the holes are labelled 1, 2,..., N. Whenever a ball falls through hole i it is said to produce the output i .

Having reached a hole, a ball might fall through it or might get past it and travel down the ramp to the next hole. All balls reach the first hole. All the balls which reach the last hole fall through it (think of it as being the end of the ramp: everything that reaches it falls off the end). Each hole has at least one ball falling through it.

The proportion of balls reaching hole i will be denoted by F(i), and the proportion which produce the output i will be denoted by f(i). (To be clear, f(i) is the proportion of all balls; it is not the proportion of those reaching the hole. If 1000 balls are released, of which 350 reach hole 3 and 200 fall through the hole, then F(3)= 350/1000 and f(3)= 200/1000 (not 200/350) f is the sequential distribution.

General observations

  1. f is the forward differences of F, that is f(i)=F(i)-F(i+1) with f(N)=F(N)
  2. F is the cumulative sums from the right of f. For example, if N=3 then F(3)=f(3), F(2)=f(2)+f(3), F(1)=f(1)+f(2)+f(3)=1
  3. 1=F(1)>F(2)>... >F(N)>0
  4. Let r(i)= F(i)/[F(1)+...+F(N)], ie. r is the normalised form of F. Then r∈R(N)
  5. F(i)=r(i)/r(1)

Bijection ψN:R(N)→S(N)

For each r∈R(N)

  1. Divide r throughout by r(1) to give F:XN→]0,1] with 1=F(1)>...>F(N)>0
  2. Form f, the forward differences of F, f(i)=F(i)-F(i+1) with f(N)=F(N).
For example, if r=(0.50,0.45,0.05) then F=r/0.50=(1.00 0.90,0.10) and f=(1.00-0.90, 0.90-0.10, 0.10), ie f=(0.10,0.80,0.10)

This process is invertible:-

For each f∈S(N)

  1. Form F, the cumulative sums from the right of f;
  2. Normalise F to give r∈R(N)
For example, if f=(0.10,0.80,0.10) then F=(1.00,0.90,0.10) so that F(1)+F(2)+F(3)=2.00 and hence r=F/2.00= (0.50,0.45,0.05).

The importance of this bijection is that it gives meaning to the expression "choose a sequential system at random": choose r∈R(N) at random, and then find the corresponding (and unique) ψN(r).

Underlying set

The underlying set, SS(N), is the set of distributions produced by the algorithm.

Algorithm to produce f∈SS(N)

  1. Select r∈R(N)
  2. Divide throughout by r(1) to produce the function F(i)=r(i)/r(1)
  3. Form the forward differences f(i)=F(i)-F(i+1) with f(N)=F(N).

Examples

Distribution of SS(3)

This Figure shows the distribution of 500 points in SS(3).

Distribution of SS(3)

LSS(N)for N<10

The values in the following table were calculated using Great Likelinesses.

           i= 1 2 3 4 5 6 7 8 9
LSS(9)(i) 0.310 0.176 0.124 0.095 0.078 0.066 0.057 0.050 0.048
LSS(8)(i) 0.323 0.184 0.130 0.100 0.082 0.069 0.060 0.053  
LSS(7)(i) 0.338 0.194 0.137 0.106 0.087 0.073 0.064    
LSS(6)(i) 0.359 0.207 0.147 0.114 0.093 0.079      
LSS(5)(i) 0.386 0.225 0.161 0.125 0.103        
LSS(4)(i) 0.426 0.252 0.181 0142          
LSS(3)(i) 0.489 0.296 0.215            
LSS(2)(i) 0.614 0.386              
LSS(1)(i) 1.000