Reciprocal Distance Sum Calculator

vertex accessibility measure

CalculatorsFreeNo Signup
4.9(198 reviews)
All Tools

Loading tool...

About Reciprocal Distance Sum Calculator

A reciprocal distance sum calculator computing RDS(v) = Σ_{u≠v} 1/d(v,u) for each vertex. Vertex-centric version of Harary index. H(G) = ½ Σ RDS(v). Central vertices have highest RDS. Identifies most 'accessible' nodes. Client-side.

Reciprocal Distance Sum Calculator Features

  • RDS(v)
  • Σ1/d(v,u)
  • Accessibility
  • Centrality
  • Common graphs
Reciprocal distance sum RDS(v) = Σ 1/d(v,u) for all u≠v. Vertex-level Harary: H(G) = ½ Σ RDS(v). High RDS = central, accessible vertex. Low RDS = peripheral. Close vertex analogue of closeness centrality.

How to Use

Select graph:

  • RDS(v): Per vertex
  • Max: Most central
  • H = ½Σ: Harary

Centrality Measure

RDS(v) is a closeness centrality variant. Classical closeness: n/Σd(v,u). RDS: Σ1/d(v,u). RDS is more robust: doesn't blow up with one distant vertex. Harmonic centrality.

Node Identification

Highest RDS: graph center (most accessible). Lowest RDS: periphery. RDS ranking identifies structurally important vertices for drug targets, network hubs, central atoms.

Step-by-Step Instructions

  1. 1Select graph.
  2. 2For each vertex v: sum 1/d(v,u).
  3. 3Rank vertices by RDS.
  4. 4Identify central nodes.
  5. 5Sum for Harary.

Reciprocal Distance Sum Calculator — Frequently Asked Questions

RDS vs closeness centrality?+

Closeness: n/Σd(v,u) (reciprocal of average distance). RDS: Σ1/d(v,u) (sum of reciprocal distances). RDS doesn't require division, handles disconnected components naturally (infinite d → 0 contribution).

How does RDS relate to Harary index?+

H(G) = Σ_{i<j} 1/d(i,j) = ½ Σ_v RDS(v). Harary index is the sum of all vertex RDS values, divided by 2 (to avoid double-counting).

What makes a vertex have high RDS?+

High RDS: close to many other vertices (short distances to most of the graph). Central vertices in compact substructures. Trees: center vertex. Complete: all equal.

Share this tool: