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/conf_model_deg_nocheck.1.html | 152 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 doc/conf_model_deg_nocheck.1.html (limited to 'doc/conf_model_deg_nocheck.1.html') diff --git a/doc/conf_model_deg_nocheck.1.html b/doc/conf_model_deg_nocheck.1.html new file mode 100644 index 0000000..5768cdb --- /dev/null +++ b/doc/conf_model_deg_nocheck.1.html @@ -0,0 +1,152 @@ + + + + + + conf_model_deg_nocheck(1) - Sample a multigraph from the configuration model + + + + + +
+ + + +
    +
  1. conf_model_deg_nocheck(1)
  2. +
  3. www.complex-networks.net
  4. +
  5. conf_model_deg_nocheck(1)
  6. +
+ +

NAME

+

+ conf_model_deg_nocheck - Sample a multigraph from the configuration model +

+ +

SYNOPSIS

+ +

conf_model_deg_nocheck degs

+ +

DESCRIPTION

+ +

conf_model_deg_nocheck samples an undirected multigraph (i.e., a +graph that might contain self-loops multiple edges) from the +configuration model associated to the degree sequence provided in the +input file degs.

+ +

PARAMETERS

+ +
+
degs
The name of the file containing the degree sequence. If degs is + equal to '-' (dash) the degree sequence is read from STDIN + (standard input).
+
+ + +

OUTPUT

+ +

conf_model_deg_nocheck prints on output the edge list of the sampled +graph.

+ +

EXAMPLES

+ +

Let us assume that the file AS-20010316.net_degs contains the degree +sequence of the data set AS-20010316.net (the graph of the Internet +at AS level in March 2001). In this case, the degree sequence is too +constrained, since the maximum degree (2277) is much larger than the +structural cut-off (see REFERENCES below). However, since +conf_model_deg_nocheck allows for self-loops and multiple edges, it +always finds a multigraph:

+ +
    $ conf_model_deg_nocheck AS-20010316.net_degs > AS_20010316_rand.net
+    $
+
+ +

SEE ALSO

+ +

conf_model_deg(1), power_law(1), hv_net(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. conf_model_deg_nocheck(1)
  6. +
+ +
+ + -- cgit v1.2.3