From 3aee2fd43e3059a699af2b63c6f2395e5a55e515 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 27 Sep 2017 15:06:31 +0100 Subject: First commit on github -- NetBunch 1.0 --- doc/deg_seq_w.1.html | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 doc/deg_seq_w.1.html (limited to 'doc/deg_seq_w.1.html') diff --git a/doc/deg_seq_w.1.html b/doc/deg_seq_w.1.html new file mode 100644 index 0000000..fed3819 --- /dev/null +++ b/doc/deg_seq_w.1.html @@ -0,0 +1,138 @@ + + + + + + deg_seq_w(1) - Compute the degree and strength sequence of a graph + + + + + +
+ + + +
    +
  1. deg_seq_w(1)
  2. +
  3. www.complex-networks.net
  4. +
  5. deg_seq_w(1)
  6. +
+ +

NAME

+

+ deg_seq_w - Compute the degree and strength sequence of a graph +

+ +

SYNOPSIS

+ +

deg_seq_w graph_in

+ +

DESCRIPTION

+ +

deg_seq_w computes the degree and the strength sequence of graph_in.

+ +

PARAMETERS

+ +
+
graph_in
undirected input graph (edge list). If is equal to - (dash), read + the edge list from STDIN.
+
+ + +

OUTPUT

+ +

The program prints on STDOUT the degree and strength sequence of +graph_in in the format:

+ +
    k_1 s_1
+    k_2 s_2
+    k_3 s_3
+    ....
+
+ +

where k_i is the degree of the i-th node and s_i is its strength.

+ +

SEE ALSO

+ +

deg_seq(1), conf_model_deg(1), fitmle(1), power_law(1)

+ +

REFERENCES

+ + + + +

AUTHORS

+ +

(c) Vincenzo 'KatolaZ' Nicosia 2009-2017 <v.nicosia@qmul.ac.uk>.

+ + +
    +
  1. www.complex-networks.net
  2. +
  3. September 2017
  4. +
  5. deg_seq_w(1)
  6. +
+ +
+ + -- cgit v1.2.3