I understand Mathematica can find shortest paths. However, is it also able to find the most probable paths? I mean this is a case where edges are given probabilistic wights (from 0 to 1) and the most probable path from i to j is simply a multiplication (not addition) of weights queuing within the path.
I am not currently working on Mathematica. I understood some of its capabilities from the the documentations and tutorial guides. I am enquiring so as to confirm weather Mathematica could serve for my particular need; thence I would pay for a licence and download it.
In UCINET, for example, the users have the choice upon the type of weights (e.g cost, probability, etc.) allotted to the edges to compute 'reachability'. Reachability looks for all paths between i and j and computes the product of the path that attains the maximum value. That is: MAX(i * h1 * h2 * h3 * j), where h are the internediate nodes between i and j.
However, UCINET only provides the reachability (product of the most probable path) but do not actually tells which path is it..
The answer I am looking for is weather Mathematica could do that or not.
Thanks