-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
- 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