summaryrefslogtreecommitdiff
path: root/doc/deg_seq.md
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-09-27 15:06:31 +0100
committerKatolaZ <katolaz@freaknet.org>2017-09-27 15:06:31 +0100
commit3aee2fd43e3059a699af2b63c6f2395e5a55e515 (patch)
tree58c95505a0906ed9cfa694f9dbd319403fd8f01d /doc/deg_seq.md
First commit on github -- NetBunch 1.0
Diffstat (limited to 'doc/deg_seq.md')
-rw-r--r--doc/deg_seq.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/deg_seq.md b/doc/deg_seq.md
new file mode 100644
index 0000000..5c04cad
--- /dev/null
+++ b/doc/deg_seq.md
@@ -0,0 +1,45 @@
+deg_seq(1) -- Compute the degree sequence of a graph
+======
+
+## SYNOPSIS
+
+`deg_seq` <graph_in>
+
+## DESCRIPTION
+
+`deg_seq` computes the degree 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 sequence of <graph_in> in the
+format:
+
+ k_1
+ k_2
+ k_3
+ ....
+
+where `k_i` is the degree of the i-th node.
+
+## SEE ALSO
+
+deg_seq_w(1), conf_model_deg(1), fitmle(1), power_law(1)
+
+
+## REFERENCES
+
+* V\. Latora, V. Nicosia, G. Russo, "Complex Networks: Principles,
+ Methods and Applications", Chapter 10, Cambridge University Press
+ (2017)
+
+
+## AUTHORS
+
+(c) Vincenzo 'KatolaZ' Nicosia 2009-2017 `<v.nicosia@qmul.ac.uk>`.