Skip to content

Releases: stivalaa/EstimNetDirected

This release is more scalable in memory usage

19 May 23:53

Choose a tag to compare

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

15 Apr 04:35

Choose a tag to compare

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

04 Feb 23:48

Choose a tag to compare

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

24 Sep 23:03

Choose a tag to compare

First release of EstimNetDirected code.