Calculating the Likelihood

Hi,
I am trying to obtain the likelihood for different parameter values as suggested here: Likelihood only!.

However, I keep getting some weird, large positive value. I have attached the code and datafile.

Thanks.
data.m (1.35 KB)
neoclassical_without_labor.mod (1.06 KB)

First of all, your data is weird. The steady state in your model is about 2.3 while the mean of your data is 12. Regarding the positive values, note the sign convention in Dynare. The unstable version is more explicit. It says:

Thus, the posterior is actually negative (although positive values are also possible, see e.g. [Computing Log Likelihood and Optimization))

So you mean that the value of the variable likelihood as in:

is negative?
Or should I just read off from Dynare`s output somewhere?If that is the case, how can I tell Dynare to evaluate likelihood at different parameter values?
Thanks.

The output value of

is minus the log-likelihood/log-posterior, because we operate a minimizer and not a maximizer on that function.