Skip to content

Instantly share code, notes, and snippets.

@jebyrnes
Created April 28, 2017 00:47
Show Gist options
  • Save jebyrnes/0a64ba71af43d30df4e30472ba0b68c7 to your computer and use it in GitHub Desktop.
Save jebyrnes/0a64ba71af43d30df4e30472ba0b68c7 to your computer and use it in GitHub Desktop.
kelp_mod_noyear <- alist(
kelp_s ~ dnorm(mu, sigma),
mu <- a[time_idx],
a[time_idx] ~ GPL2( Dmat , etasq , rhosq , delta_sq),
sigma ~ dcauchy(0,5),
etasq ~ dcauchy(0,2),
delta_sq ~ dcauchy(0,2),
rhosq ~ dcauchy(0,2)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment