[quote=“jmaih”]
Is it possible to get some HPDinf and HPDsup with MLE?
Thanks,
Junior[/quote]
Hi Junior,
You should get the smoothed shocks as an output of the maximum likelihood estimation, but you cannot have HPDinf and HPDsup in this case because these intervals are computed from the metropolis hastings. We may add asymptotic confidence bands (or bootstraped confidence bands) in the case of a maximum likelihood estimation…
If you really need such intervals you may follow the bayesian approach (with a metropolis) using uniform priors over all the parameters, this will be equivalent to a constrained ML approach, and the intervals will be exact at finite distance.