summaryrefslogtreecommitdiff
path: root/doc/deg_seq_w.1
blob: 94fe3b2655af659a47e47adf4079d8a450c9454c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "DEG_SEQ_W" "1" "September 2017" "www.complex-networks.net" "www.complex-networks.net"
.
.SH "NAME"
\fBdeg_seq_w\fR \- Compute the degree and strength sequence of a graph
.
.SH "SYNOPSIS"
\fBdeg_seq_w\fR \fIgraph_in\fR
.
.SH "DESCRIPTION"
\fBdeg_seq_w\fR computes the degree and the strength sequence of \fIgraph_in\fR\.
.
.SH "PARAMETERS"
.
.TP
\fIgraph_in\fR
undirected input graph (edge list)\. If is equal to \fB\-\fR (dash), read the edge list from STDIN\.
.
.SH "OUTPUT"
The program prints on STDOUT the degree and strength sequence of \fIgraph_in\fR in the format:
.
.IP "" 4
.
.nf

    k_1 s_1
    k_2 s_2
    k_3 s_3
    \.\.\.\.
.
.fi
.
.IP "" 0
.
.P
where \fBk_i\fR is the degree of the i\-th node and \fBs_i\fR is its strength\.
.
.SH "SEE ALSO"
deg_seq(1), conf_model_deg(1), fitmle(1), power_law(1)
.
.SH "REFERENCES"
.
.IP "\(bu" 4
V\. Latora, V\. Nicosia, G\. Russo, "Complex Networks: Principles, Methods and Applications", Chapter 3, Cambridge University Press (2017)
.
.IP "" 0
.
.SH "AUTHORS"
(c) Vincenzo \'KatolaZ\' Nicosia 2009\-2017 \fB<v\.nicosia@qmul\.ac\.uk>\fR\.