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

Temporal Bayesian Networks #13

Open
nutterb opened this issue Feb 19, 2015 · 2 comments
Open

Temporal Bayesian Networks #13

nutterb opened this issue Feb 19, 2015 · 2 comments

Comments

@nutterb
Copy link
Owner

nutterb commented Feb 19, 2015

  • Time 0 model (baseline conditions and time-dependent variables at T=1)
    • Time t model (maps time-dependent variables at time t to the same at time t+1) • unroll.markovNetwork(startTime=NULL, stoptime)
  • This function just creates a pgmNetwork object from the Markov model by repeating the transition structure over a user-specified span of time o if startTime==NULL, unroll the network from t=0 to t=stoptime
    • prior distributions defined by parameterized densities for the t=0 nodes o if startime>=1, unroll the network from time=startTime to time=stopTime
    • We may need to assume all (root) nodes at time=startTime have either been observed or computed as the posterior mode from a previous run of JAGS
@nutterb nutterb changed the title wishlist Temporal Bayesian Networks Mar 25, 2015
@jarrod-dalton
Copy link
Collaborator

Here is an excellent paper that is worth understanding. They implement a Bayesian non-linear state space model using a small dataset and WinBUGS. I think this could be represented as a temporal Bayesian network, composed of two subnetwork (HydeNet) model objects - the one mapping time 0 to time 1, and the one mapping time t to time t+1.

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.365.9015&rep=rep1&type=pdf

In case the link doesn't work, the article is:

Meyer, Renate, and Russell B. Millar. "BUGS in Bayesian stock assessments." Canadian Journal of Fisheries and Aquatic Sciences 56.6 (1999): 1078-1087.

@jarrod-dalton
Copy link
Collaborator

After reflecting on that paper, I'm getting a better idea of how temporal models with HydeNet should look. Instead of writing about it here, I'll start a vignette.

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