Skip to content

Releases: stocnet/MoNAn

MoNAn 1.1.0

02 Oct 14:16
Compare
Choose a tag to compare

Added effects that improve on the old GW effects (where AC stands for alternating cliques):

  • concentration_AC, concentration_AC_dyad_covar,
    concentration_AC_resource_covar_bin,
    reciprocity_AC, reciprocity_AC_dyad_covar_bin, reciprocity_AC_dyad_covar,
    transitivity_AC,
    loops_AC,
    in_weights_AC

MoNAn 1.0.0

25 Apr 12:55
Compare
Choose a tag to compare

!! Backward breaking change !!

The "cache" is not visible to the user anymore, it is created automatically
and there is no more use for the function createWeightedCache.

The following functions are used differently:

  • gofMobilityNetwork does not require the specification of simulations anymore!

New functions (aliases) for easier use

  • monanDependent (createEdgelist), monanNodes (createNodeSet),
    monanEdges (createNodeSet), monadicCovariate (createNodeAttribute),
    dyadicCovariate (createNetwork), monanEstimate (estimateMobilityNetwork),
    monanSimulate (simulateMobilityNetwork), monanGOF (gofMobilityNetwork)

Further changes:

  • createEffect and addEffects; specification of node.attribute and
    edge.attribute instead of attribute.index and resource.attribute.index

  • The results objects are much smaller and contain less redundant information.

  • The State and Effects objects have print functions for easier inspection.

  • The algorithm is now stored in the outcome object for later reference.

MoNAn 0.1.3

05 Feb 12:48
Compare
Choose a tag to compare
v0.1.3

shortened examples

MoNAn 0.1.2

30 Aug 08:03
Compare
Choose a tag to compare

-- no release notes --