initial values in Bayesian estimation
Posted: Tue Dec 19, 2006 8:48 pm
Dear Michel
I am doing Bayesian estimation of some model. The structure of the code is standard:
...
alpha = 0.5; // * for example, all parameters are assigned some values
model (linear);
...
end;
alpha, 0.7, 0.,1., beta_pdf, 0.5, 0.1;//** defining the prior distribution and initial draw
...
estimate ....
I have noticed that if I change values of alpha in line *, but do not change anything in line **, the results for modes are different (slightly different, but different. In particular the log data density can be noticeably different). Is it OK? I have thought that line * only applies to the the model: the model is solved with these coefficients and we check that there is a steady state and it is stable. I thought that definition * has nothing to do with estimations. Am I wrong?
Many thanks
Tanya
I am doing Bayesian estimation of some model. The structure of the code is standard:
...
alpha = 0.5; // * for example, all parameters are assigned some values
model (linear);
...
end;
alpha, 0.7, 0.,1., beta_pdf, 0.5, 0.1;//** defining the prior distribution and initial draw
...
estimate ....
I have noticed that if I change values of alpha in line *, but do not change anything in line **, the results for modes are different (slightly different, but different. In particular the log data density can be noticeably different). Is it OK? I have thought that line * only applies to the the model: the model is solved with these coefficients and we check that there is a steady state and it is stable. I thought that definition * has nothing to do with estimations. Am I wrong?
Many thanks
Tanya