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

G, H, K #7

Open
galaxywall opened this issue Nov 19, 2020 · 2 comments
Open

G, H, K #7

galaxywall opened this issue Nov 19, 2020 · 2 comments

Comments

@galaxywall
Copy link

galaxywall commented Nov 19, 2020

I am a little confused about how you set the matrices G, H, and K for the simulations in terms of the codes below? How did you pick the entry values, the diagonal and off-diagonal ones(e.g. -0.25, -0.4, 1), for G, H, and K in both cases?

Also, could you please give me a little more idea how can I draw a graph given G,H, and K? Could you lead me to the relevant codes?

modelList[[i]] <- HurdleNormal:::simulateHurdle210(N=thisN, thisP, c('G', 'Hupper', 'Hlower', 'K'), structure='chain', structureArgs=list(sparsity=thisSparsity), intensityArgs=list(G=-.25,K=-.4, Hupper=-.75, Hlower=-.75), Gdiag=-.5, Hdiag=1, gibbs_args=list(mvnorm=mvnorm, kcell=kcell, post_fun=contam))

modelList[[i]] <- HurdleNormal:::simulateHurdle210(N=thisN, thisP, c('G'), structure='chain', structureArgs=list(sparsity=thisSparsity), intensityArgs=list(G=1), Gdiag=-4.5, Hdiag=2, gibbs_args=list(mvnorm=mvnorm, kcell=kcell, post_fun=contam))
@amcdavid
Copy link
Owner

amcdavid commented Nov 20, 2020 via email

@galaxywall
Copy link
Author

galaxywall commented Nov 20, 2020

So is this a problematic setting? Could you elaborate a little bit about what is special about this setting? What did you mean by "V"?

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

2 participants