Skip to content

Temporal Bayesian Networks #13

@nutterb

Description

@nutterb
  • 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions