STERGM approximation formulas
This page documents the formulas used by the initial relationalstats.stergm implementation.
The current implementation is a separable dyadic-logistic temporal approximation. It is not a full MCMC-MLE implementation equivalent to R tergm or stergm.
Two-snapshot setup
Given two graph snapshots:
and:
each dyad has two observed states:
and:
Formation risk set
The formation model is fit only on dyads absent at time t:
The formation outcome is:
The fitted dyadic-logistic approximation is:
Dissolution risk set
The dissolution model is fit only on dyads present at time t:
The dissolution outcome is:
The fitted dyadic-logistic approximation is:
Next-period simulation
A simulated next-period graph starts from G_t.
For existing ties, dissolution is sampled from:
For absent ties, formation is sampled from:
where:
and:
Scope note
The current model captures the separable formation/dissolution framing, but it does not implement full temporal ERGM MCMC-MLE estimation or full equivalence with R tergm / stergm.