We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5241aa commit c775430Copy full SHA for c775430
inst/stan/dlm.stan
@@ -97,9 +97,9 @@ transformed parameters {
97
}
98
99
model {
100
- sigma ~ student_t(3,0,1); // prior for sigma
+ sigma ~ normal(0, 0.5); // prior for sigma
101
Lcorr ~ lkj_corr_cholesky(2.0); // prior for cholesky factor of a correlation matrix
102
- phi ~ student_t(3,0,1); // obseervation variance
+ phi ~ normal(0, 0.5); // obseervation variance
103
b_fixed ~ normal(0,1);
104
nu ~ student_t(3,0,1);
105
0 commit comments