Skip to content

Valid constraints for non-binary references? #295

Answered by krivit
tylerandrewscott asked this question in Q&A
Discussion options

You must be logged in to vote

Briefly, the way estimation works is that ergm takes the combination of constraints you've given it, plus the reference distribution and a few other things, and tries to figure out if it has a Metropolis-Hastings proposal that can sample from a space of networks that satisfies those constraints. If it doesn't, it stops with an error. At the moment, there are relatively few valued ERGM proposals that properly enforce constraints in ergm.

More generally, I don't know whether Unif(0,1) reference makes sense if you are going to have dyads that are 0 but are not fixed at 0. This is because for a continuous random variable X~Unif(0,1), Pr(X = 0) = 0 (and, more generally Pr(X = x) = 0 for any co…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by krivit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #294 on May 16, 2021 08:08.