Created
April 28, 2017 00:47
-
-
Save jebyrnes/0a64ba71af43d30df4e30472ba0b68c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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