Skip to content
Prev 3711 / 15274 Next

implement quasi-bayesian maximum likelihood estimation for normal mixtures

Helena,

First, this isn't actually a finance question (although your data or goals may 
be related to finance), so it might be more appropriate to r-help than here.

I'm not familiar with the quasi-Bayesian mle, but I am familiar with Bayesian 
operations in R.  I'll first recommend the three books I'm aware of:

Jim Albert "Bayesian Computation with R"

Jean-Michel Marin and Christian Robert "Bayesian Core"

David Ardia "Financial Risk Management with Bayesian Estimation of GARCH Models"

The first book above has examples that are probably the closest to what you're 
looking to do.

Once you've specified a mixture model, then in the Bayesian framework sampling 
from that posterior distribution to get an estimate for some probability is 
quite straightforward.  A simple conditioning step is to use the prior 
*observed* mean (or other observed moment) to further condition your mixture 
model (or MCMC sampled distribution or gamma distribution or GPD distribution, 
or whatever).  It seems that your approach is missing this conditioning step.

Again, I'm not familiar with the quasi-Bayesian mle, but it seems to me that 
with more modern fully Bayesian techniques available, you might get better 
results by going all the way to a full Bayesian sampling method (with the added 
bonus that there is quite a lot of R code available already).

Regards,

      - Brian
Helena Richter wrote: