Set noise prior variance to current value for linear growth model

This commit is contained in:
Ben Letham 2018-05-29 14:41:36 -07:00
parent 4a8fb5921e
commit 41d4ab472f
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ model {
k ~ normal(0, 5);
m ~ normal(0, 5);
delta ~ double_exponential(0, tau);
sigma_obs ~ normal(0, 0.1);
sigma_obs ~ normal(0, 0.5);
beta ~ normal(0, sigmas);
// Likelihood

View file

@ -104,7 +104,7 @@ model {
k ~ normal(0, 5);
m ~ normal(0, 5);
delta ~ double_exponential(0, tau);
sigma_obs ~ normal(0, 0.1);
sigma_obs ~ normal(0, 0.5);
beta ~ normal(0, sigmas);
// Likelihood

View file

@ -149,7 +149,7 @@ model {
k ~ normal(0, 5);
m ~ normal(0, 5);
delta ~ double_exponential(0, tau);
sigma_obs ~ normal(0, 0.1);
sigma_obs ~ normal(0, 0.5);
beta ~ normal(0, sigmas);
// Likelihood