Releases: stivalaa/EstimNetDirected
This release is more scalable in memory usage
This release now allows (by default) change statistic computation without using lookup tables (either hash tables or arrays), which is much more scalable in terms of memory usage. This can also be more efficient in some cases even when large memory usage was not required.
This release includes ERGM simulation and goodness-of-fit scripts
Includes program to simulate ERGM networks, and scripts for goodness-of-fit tests. Also the TNT (Tie-No-Tie) sampler, Euclidean distance dyadic covariate, and change statistic for Jaccard similarity between sets of categorical attributes on nodes.
Second release includes parameters for citation networks
This release includes the DiffSign parameter for citation temporal direction in citation networks, and an option to forbid reciprocity in the simulation process, also useful for citation networks. It also includes standard error estimation using the mcmcse R package.
Initial release
First release of EstimNetDirected code.