
Changelog
nethist 1.0.0
update: 2026/08/04
New features
-
multinethist()- New implementation of Song and Olhede (2026+) for multi-layer network histogram estimation.
-
common_foption assumes a common graphon across layers. - Accepts a wider range of inputs: 3D array, list of
igraph/networkobjects, andergm.multi::combined_networksobject.
-
nethist()- New
method = "LSE"option, implementing Gao et al. (2015) for single-layer network histograms. - Now implemented as a single-layer wrapper around
multinethist().
- New
-
hnethist(): new hybrid network histogram method for shape-based model selection. -
fitted(): new S3 method fornethistandmultinethistobjects. - New dataset:
IndianVil, a multilayer network.
Bug fixes
-
netsummary_plot()(formerlyviolin_netsummary()): return 0 instead of NaN when a subsampled network is empty.
Other changes
-
netsummary_plot(): x-axis values are now shown as igraph plots of v-shapes and cycles instead of labels. - Renamed output field
LSEtoMSEinnethist/multinethistobjects. - Documentation terminology unified from “node” to “vertex”.
-
multinethist(): reject plainmatrix/Matrixelements in list input, since vertex ordering across layers cannot be verified.
nethist 0.2.2
update: 2022/12/08
-
plot.nethist()- You can display the estimated probabilities in
p_matofnethistobjects by settingprob=TRUE. Useprob.colandprob.cexto set the color and size of text, respectively.
- You can display the estimated probabilities in
-
nethist()- Check the convergence criterion every 5 iterations from the fifth iteration (5,10,15,…) instead of every 5 iterations from the first iteration (1,6,11,…).
- minor speed improvement.
nethist 0.2.1
update: 2022/11/26
- Initialization step of
nethist()is faster than earlier by computing hamming distance from the (simple) adjacency matrix instead of Manhattan distance.
nethist 0.2.0
update: 2022/11/19
- Computation speed of
nethist()andviolin_netsummary()are improved.
nethist 0.1.1
update: 2022/11/08
- Documentations update: provide extra about default values of arguments, rewrite examples.
Bug fixes
- Resolving default value issue of R in
violin_netsummary().