fastrg
R package fastrg by rohelab — release notes from GitHub.
A fast random-graph sampler that spent 0.3.1 fixing what its parameters actually mean.
◆Recent moves
- 1y ago
Documentation cross-linking fixes for CRAN
Improves cross-links to other packages' documentation to satisfy CRAN. No change to sampling or model construction.
View source ↗ - 2y ago
Directed blockmodel X and Y factors swapped to match edge direction
Directed stochastic blockmodels now put outgoing block information in X and incoming in Y, matching the convention that A[i, j] is an edge from i to j — a reversal of the previous behaviour. Block sorting becomes conditional on sort_nodes, isolated nodes stop being dropped from igraph and tidygraph output, and expected_degrees() gets a computation fix alongside new plot_expectation() and expectation() utilities.
View source ↗ - 4y ago
fastRG 0.3.1
⚡ SPARKThe release that relocated model parameterisation: poisson_edges and allow_self_loops moved from the sample_*() methods onto the model constructors, and under Bernoulli parameterisation S became a matrix of connection probabilities converted internally to its Poisson equivalent. Overlapping and directed degree-corrected blockmodels arrived in the same release.
View source ↗