statnet / ergm

Fit, Simulate and Diagnose Exponential-Family Models for Networks
Other
94 stars 36 forks source link

Use MPLE predictor matrix to detect extreme statistics #536

Open krivit opened 1 year ago

krivit commented 1 year ago

For any dyad-independent statistic, one can obtain its maximum and minimum values under the sample space from the MPLE predictor matrix (provided it's a dyad census) by taking the weighted sum of the positive change statistics and the sum of the negative change statistics.

This can be used to find "dropped" terms even when the InitErgmTerm* function doesn't provide its maxima and minima.