<< Chapter < Page | Chapter >> Page > |
A Young diagram (“YD", denoted ) is a finite collection of squares arranged in such a way that the leftmost column is the tallest column and each subsequent column has height equal to or less than the preceding column. For example, the shaded region in [link] is a YD. There is a natural partial ordering of Young diagrams–a YD is “larger" than a second YD if it contains the entire second YD. We will define a skew Young diagram (“SYD", denoted ) as a pair of two YD's in this way: where are YD's such that . For example, the shaded region in [link] is a SYD whose is the YD in [link] and has columns of height 3,2,1,1. A SYD is greater than a YD if . A SYD is equal to a YD if .
To explain our problem, let us first define what a probability distribution is:
Definition: A probability distribution, , on a finite set S is a function that assigns a nonnegative real number, , (the “probability" of choosing s) to each element s S such that
We want to sample from SYD's that fit in an a b box with this probability distribution:
where denotes the size of the diagram or, simply, the number of boxes in the diagram (i.e. for in [link] , ).
Propp and Wilson developed an algorithm for exact sampling by altering the Markov Chain Monte Carlo algorithm [link] . Sampling by the Markov Chain Monte Carlo simulation does not return a value exactly according to the probability distribution desired, but instead samples according to a distribution whose values are within a small error of the corresponding values of the desired distribution. It is not exact sampling because it is forward simulation and can only be exact if a Markov Chain is taken infinitely many steps into the future, which is impossible. So instead of forward simulation, Propp and Wilson sample by taking steps of the Markov Chain from an indefinite point in the past to the present and have proven that this algorithm, called Coupling from the Past (“CFTP"), samples exactly according to a given probability distribution [link] .
Propp and Wilson's CFTP can be used to sample from lattice paths in an a b square lattice that start in the top left corner and take only downward and leftward steps, terminating in the bottom right corner [link] . Thankfully, there is a bijection between YD's and lattice paths–every lattice path corresponds to a unique YD consisting of the unit boxes under the path (and vice versa). Thus, there is a one-to-one correspondence between lattice paths and YD's. Due to this bijection, CFTP [link] may be applied to sample from YD's.
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?