File: hrg-methods.Rd

package info (click to toggle)
r-cran-igraph 1.0.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 18,160 kB
  • sloc: ansic: 173,529; cpp: 19,365; fortran: 4,550; yacc: 1,164; tcl: 931; lex: 484; makefile: 149; sh: 9
file content (39 lines) | stat: -rw-r--r-- 1,649 bytes parent folder | download | duplicates (2)
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
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/hrg.R
\name{hrg-methods}
\alias{hrg-methods}
\title{Hierarchical random graphs}
\description{
Fitting and sampling hierarchical random graph models.
}
\details{
A hierarchical random graph is an ensemble of undirected graphs with \eqn{n}
vertices. It is defined via a binary tree with \eqn{n} leaf and \eqn{n-1}
internal vertices, where the internal vertices are labeled with
probabilities.  The probability that two vertices are connected in the
random graph is given by the probability label at their closest common
ancestor.

Please see references below for more about hierarchical random graphs.

igraph contains functions for fitting HRG models to a given network
(\code{fit_hrg}, for generating networks from a given HRG ensemble
(\code{sample_hrg}), converting an igraph graph to a HRG and back
(\code{hrg}, \code{hrg_tree}), for calculating a consensus tree from a set
of sampled HRGs (\code{consensus_tree}) and for predicting missing edges in
a network based on its HRG models (\code{predict_edges}).

The igraph HRG implementation is heavily based on the code published by
Aaron Clauset, at his website (not functional any more).
}
\seealso{
Other hierarchical random graph functions: \code{\link{consensus_tree}},
  \code{\link{hrg.consensus}}; \code{\link{fit_hrg}},
  \code{\link{hrg.fit}}; \code{\link{hrg.game}},
  \code{\link{sample_hrg}}; \code{\link{hrg.predict}},
  \code{\link{predict_edges}}; \code{\link{hrg_tree}};
  \code{\link{hrg}}, \code{\link{hrg.create}};
  \code{\link{print.igraphHRGConsensus}};
  \code{\link{print.igraphHRG}}
}