You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now ergmito_formulae, thanks to ergm::ergm.allstats, is very fast when it comes to compute simple statistics, but if the statistic is more complex like nodeicov with a continuous variable, then it can take much of the computation. Because of this, it is natural to use parallelization when we cannot recycle the statmats.
The text was updated successfully, but these errors were encountered:
Right now
ergmito_formulae
, thanks toergm::ergm.allstats
, is very fast when it comes to compute simple statistics, but if the statistic is more complex likenodeicov
with a continuous variable, then it can take much of the computation. Because of this, it is natural to use parallelization when we cannot recycle the statmats.The text was updated successfully, but these errors were encountered: