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

New feature for rdiffnet #23

Open
gvegayon opened this issue Oct 23, 2017 · 3 comments
Open

New feature for rdiffnet #23

gvegayon opened this issue Oct 23, 2017 · 3 comments
Assignees

Comments

@gvegayon
Copy link
Member

Allow the model to add more randomness. Instead of setting the adoption rule to be deterministic, i.e. if exposure > threshold then adopt, it should be something like exposure > threshold + eps, where eps ~ F.

@gvegayon gvegayon self-assigned this Oct 23, 2017
@gvegayon
Copy link
Member Author

Also, allow for:

  • homophily/heterophily based influence
  • preferential attachment-like influence

So the likelihood of adoption it is also based on these.

@hannehuygelier
Copy link

Hi,

I would like to apply your R package to predict a sequence of nodes that adopt a certain behavior. So at each time point I need only 1 new adopter. Which adopter that is depends on the diffusion from the node that adopted the behavior at t-1 towards the nodes at t and is probabilistic.

Will you add an option in the adoption rule in which one could sample a single new adopter based on a certain probability distribution?

Kind regards,
Hanne

@gvegayon
Copy link
Member Author

That sounds like a nice option to add. In that case difussion would be a rather continuous process as described by a Poisson process. I believe that what you are describing may be available in the RSiena package, as the diffusion dynamics are described as a Poisson process.

I also recommend you to take a look at the EpiModel package from the Statnet group https://github.com/statnet/EpiModel .

I will leave this comment here, but unfortunately, the development of the netdiffuseR package is dormant right now (need more funds to keep going).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants