statnet / statnetWeb

A graphical user interface for network modeling with the 'statnet' software
GNU General Public License v3.0
29 stars 17 forks source link

Geodesic distance counts #64

Open smjenness opened 6 years ago

smjenness commented 6 years ago
screen shot 2018-08-20 at 3 45 36 pm

Geodesic distance distribution count exceeds total possible dyad counts (e.g., for faux.mesa.high: choose(205, 2) = 20910)

martinamorris commented 6 years ago

This may be how SNA calculates geodesics. From ?geodist:

geodist (without loss of generality) treats all paths as directed, a fact which should be kept in mind when interpreting geodist output.

This doesn't explicitly say it treats all networks as directed, but it suggests that.

I'll see if I can engage Carter. Calling

@CarterButts

  1. does this mean geodist treats ties in undirected graphs as directed mutuals?
  2. is the result that all geodesics in undirected graphs are counted twice (once for i->j, and once for j->i)
  3. is there a reason this is the preferred behavior for undirected graphs?
martinamorris commented 5 years ago

@CarterButts asking again

smjenness commented 4 years ago

@martinamorris : is this closed?