Skip to content

Releases: stivalaa/EstimNetDirected

v3.8.5

26 Mar 23:40
Compare
Choose a tag to compare

v3.8.5 (27 March 2024)

  • Implemented experimental change statistics FourCyclesNodePower, BipartiteFourCyclesNodePowerA, BipartiteFourCyclesNodePowerB
  • More test cases, particularly for bipartite change statistics
  • Removed incorrect experimental change statistics BipartiteAltK4CyclesA, BipartiteAltK4CyclesB from parser configuration table

Full Changelog: v3.8.4...v3.8.5

v3.8.4

08 Jan 04:56
Compare
Choose a tag to compare

v3.8.4 (8 January 2024)

  • Experimental statistics BipartiteAltK4CyclesA, BipartiteAltK4CyclesB
  • New statistics BipartiteIsolatesA, BipartiteIsolatesB
  • New statistics BipartriteNodeMatchBetaA, BipartiteNodeMatchBetaB, BipartiteNodeMatchAlphaA, and BipartiteNodeMatchAlphaB equivalent to b1nodematch and b2nodematch in statnet, defined by Bomiriya et al. (2023)

Full Changelog: v3.8.3...v3.8.4

v3.8.3

22 Mar 05:15
4e78f2f
Compare
Choose a tag to compare

For bipartite network goodness-of-fit plots, use mode A or mode B fraction of nodes as appropriate on degree distribution plots.
Removed dead link from README.

Full Changelog: v3.8.2...v3.8.3

v3.8.2

28 Dec 00:37
Compare
Choose a tag to compare

More bipartite change statistics (BipartiteTwoPathDiff, BipartiteTwoPathSum), more efficient threePaths computation, allow TwoPaths and AltTwoPaths for bipartite networks, more scripts for bipartite network examples, now handles Pajek bipartite .net files input where i j row has i > j, do cycle length distributions and bipartite clustering coefficients in GoF, more options on GoF script, parallelize some slow computations (e.g. geodesic distribution) in GoF script.

Full Changelog: v3.8.1...v3.8.2

v3.8.1

15 Sep 00:12
Compare
Choose a tag to compare

This release adds BinaryPairInteraction parameter for interaction of two binary attributes, in particular useful for two-mode networks, e.g.

attrInteractionParams = {BinaryPairInteraction(gender_Male, sector_Oil_and_Gas)}

Also includes the IsolatedEdges structural parameters.
Also adds options and plots on goodness-of-fit plot scripts for bipartite (two-mode) networks including plotting 4-cycle distributions.

Now allows quoted strings in config files (useful for filenames with spaces or other 'special' characters in them for example, as often found on MS-DOS style filenames on Windows PCs), and scripts convert characters like '-' and '' in parameter names to '.' (rather than '') in output for R processing as more 'R style' and also to reserve use of underscore to delimit attribute names in output files.

Full Changelog: v3.8...v3.8.1

v3.8

05 Jul 07:28
Compare
Choose a tag to compare

This release allows bipartite (two-mode) networks (undirected).
Also, Allow Arc/Edge in config file for IFD sampler, but just remove from parameter list internally (instead of error), and fix for memory leak.

v3.7.3

27 Apr 04:27
Compare
Choose a tag to compare

This release includes new goodness-of-fit test for the citation ERGM (cERGM).

Full Changelog: v3.7.2...v3.7.3

v3.7.2

19 Feb 02:49
Compare
Choose a tag to compare

Now also handles undirected networks with "isDirected = False" in config file (then arclistFile is Pajek format undirected network with *edges rather than *arcs)- and use Edge rather than Arc in structParams (and other parameters appropriate for undirected rather than directed networks). See examples in examples/undirected/ directory.

Full Changelog: v3.7.1...v3.7.2

v3.7.1

09 Jan 23:43
Compare
Choose a tag to compare

Python demonstration implementation now uses Python 3 and not Python 2.

Full Changelog: v3.7...v3.7.1

This version has example config with self-edges (loops) and a bug fix

16 Nov 23:09
4322ca7
Compare
Choose a tag to compare

Examples of config files with loops (self-edges).
Correction for max num edges if both loops allowed and reciprocity not.