2
votes
1answer
502 views

Prediction with Bayesian networks in R

I've been trying to teach myself about Network Analysis, and I've been able to develop DAG charts in R. However, I've looked through three or four R packages and have seen little in the way to a ...
2
votes
1answer
65 views

Inference on random graph, with an application to mobile sensors

I've attended a course on Machine Learning and another one in Network Analysis, and I wonder if this two topics already intersect, in particular I'm interested in the following model: we have a ...
0
votes
1answer
132 views

Can an observed variable be the parent of a latent variable in a Bayesian network?

This may be a silly question, but I'm not seeing a clear answer in any of the usual sources. I'm preparing to build a Bayesian model to fit with BUGS/JAGS, currently working through the model logic ...