But let's imagine we want to estimate probability density of positions of some entity which doesn't just constantly 'stop and make new independent decision', but make some concrete trajectory, which for example could depend on the past (by e.g. velocity) - in such situations the safer than taking statistical ensemble among single edges as in GRW/Brownian motion, should be using statistical ensemble among whole possible paths.
The simplest such model is Maximal Entropy Random Walk (MERW) on graph, it can be defined in a few ways:
- stochastic process on given graph which maximizes average entropy production, or
- assuming uniform probability distribution among possible paths on graph, or
- for each two vertices, each path of given length between them is equally probable.
Obtained formulas are:
P(a->b ) =
where M is graph's adjacency matrix (
)lambda is its dominant eigenvalue with psi eigenvector (real, positive because of Frobenius-Perron theorem)

stationary probability distribution is:
P(a) is proportional to

This stochastic process is Markovian - depends only on the last position, but to calculate these transition probabilities we just have to know the whole graph -
we should think about this probabilities not as that 'the walker' uses them directly, but that they are only used by us to propagate our knowledge while estimating probability density of his current position.
(Minus adjacency matrix) occurs to correspond to discrete Hamiltonian, so while GRW/Brownian motion spreads probability density almost uniformly, MERW has very similar localization properties as quantum mechanics.
While adding potential: changing statistical ensemble among paths into Boltzmann distribution and making infinitesimal limit of lattice constant, we get stationary probability density exactly as quantum mechanical ground state (similar to Feynman's euclidean path integrals).
Here is PRL paper about MERW localization properties: http://prl.aps.org/a...102/i16/e160602
Here is my presentation with e.g. 2 intuitive derivations of MERW formulas and some connection to quantum chaos: http://docs.google.c...YzU3M jQ1&hl=en
Here is simulator which allows to compare conductance models using GRW and MERW: http://demonstration...tropyRandomWalk
Here are more formal derivations: http://arxiv.org/abs/0710.3861
Here is a trial to expand this similarity to quantum mechanics: http://arxiv.org/abs/0910.2724
I'm currently working on my PhD thesis in physics on this subject and so I would really gladly discuss about it.












