Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement heterogeneous number of trials in binomial-reference ERGM. #17

Open
krivit opened this issue May 22, 2022 · 0 comments
Open

Comments

@krivit
Copy link
Member

krivit commented May 22, 2022

Some use-cases:

  • n(i,j) arbitrary. Probably have to pass an adjacency matrix (or close) of values.
  • n(i,j) with block structure. Requires a Run-Length-Encoded Valued Dyad Matrix that stores runs of nonzero values?
  • n(i,j) := min(a[i],a[j]), which arises in collapsed bipartite networks. Probably implementable as a special case.
@krivit krivit changed the title Enable heterogeneous number of trials in binomial-reference ERGM. Implement heterogeneous number of trials in binomial-reference ERGM. May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant