degree.dists: Potential degree distributions

View source: R/degree.dists.R

degree.distsR 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 exp.lambda < 3/2 and correlated stochastic processes exp.lambda < 3/2.

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.


streamDAG documentation built on Oct. 7, 2023, 1:08 a.m.