(Untitled)

Dec 13, 2016 21:36

Something that's bugged me for a long time is this:

How many paths, starting at the origin, taking N steps either up, down, left or right, end up at a particular place (x, y)? Ignoring the fact that x+y has to have the same parity as N, something that goes like e- k(x2 + y2), right? Just central-limit-type reasoning ought to suffice to see that. ( Read more... )

math

Leave a comment

Comments 3

eub December 17 2016, 10:00:40 UTC
Is the basic intuition like: a (x, y) can be "rotated a little" to an (x, y)' -- subject to grid quantization, sure, but for larger values you don't notice much. So why can't the path be rotated-a-little equally as well as the point can?

Simplicius says: Given a path, if you're willing to compute its sum, you can then tweak one or two steps of the path to get your (x,y)' instead.

But that's not satisfactory, because it doesn't seem like you should have to do that?

Simplicius says: wolog say we start with an E (1, 0) that we're rotating alpha c.c.w. The rotated (cos, sin) should be our expectation, and we want to give probabilities on NESW that yield that expectation. Can't do that by blending just E and N, obviously, that just gives a straight line interpolant that falls inside the circle. But we can do it by blending E, N, and E+N.

Is that allowed, to rotate E to EN sometimes? Because it does seem like you're going to have to.

Reply

jcreed December 17 2016, 12:36:50 UTC
Right, it is critical, I think, to see it as the path rotating, not merely the point; what I'm trying to get a sense of is why the combinatorics of number-of-long-paths-to-(x,y) seems to have a rotation symmetry? Why is it the 2-norm that falls out, of all things?

Changing the length of the path as it rotates a little bit seems acceptable, as long as the length changes average out to nothing over the long run, and/or is negligible for long paths.

Reply

eub December 18 2016, 08:09:21 UTC
My intuition is that is really isn't the paths who have this property, it's their sums. That the sequencing of the paths needs to be erased to create the effect.

Backing up -- to me the rotational symmetry is not the basic thing here, the Gaussianness is. (You can twiddle the setup to get a Gaussian ellipsoid.) In one dimension, the Gaussianness is born out of the 2^n paths at the point where you sum them down to get the (n choose k) line, where you diagonally scan the n-cube. The multidimensional Gaussian comes together in the usual way.

Of course this assumes some properties of Gaussians which you may be preferring to roll your own intuition of?

Reply


Leave a comment

Up