Calculate the (estimated) median eccentricity of a graph.
metric.distance.medianecc(g, p)
Arguments
g: The input network.
p: The sampling probability.
Returns
A real constant.
Details
Is the median eccentricities of all nodes in graph g. metric.distance.medianecc calculates the (estimated) median eccentricity of graph g with a justified error.
Examples
## Not run:x <- net.erdos.renyi.gnp(1000,0.01)metric.distance.medianecc(x,0.01)## End(Not run)
References
West, Douglas Brent. Introduction to graph theory. Vol. 2. Upper Saddle River: Prentice hall, 2001.