Description Usage Arguments Value See Also Examples
View source: R/graph_feature.R
'KLdegree' computes the Kullback-Liebler divergence among the density functions of the degrees of two or more graphs
1 | KLdegree(f)
|
f |
a list containing the components 'x' and 'densities'. The first element is the vector 'x' of 'npoints' coordinates of the points where the density function i estimated, and the second is a vector 'y' of the estimated density values. |
returns a list containing the components 'theta' and 'partial'. 'theta' is a value representaing the Kullback-Liebler divergence among the corresponding distributions. 'partial' is a vector of KL divergences between each network distribuiton and the average degree distribution.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.