degree.dists {streamDAG} | R Documentation |
Potential degree distributions
Description
Calculates degree distribution probability density. By default calculates an uncorrelated (random) density for a given degree.
Usage
degree.dists(d, exp.lambda = 3/2, normalize = TRUE)
Arguments
d |
degree |
exp.lambda |
if not NULL, allows specification of chaotic |
normalize |
ensures that sum of demsities = 1 |
Details
In general f(d) = \exp(-\lambda d)
where d
is the degree. For random degree distributions, \lambda = \log(3/2)
.
Value
Returns a density plot for a degree.
Author(s)
Ken Aho
See Also
degree.distribution
, plot_degree.dist
.
[Package streamDAG version 1.5 Index]