Re: Question about multimodal parameter estimation
- From: "Robert Dodier" <robert.dodier@xxxxxxxxx>
- Date: 27 May 2006 21:04:19 -0700
nelson wrote:
i have some data and looking at them i suppose are generated by a gamma
distribution plus a normal distribution, in fact the look like this figure:
*
**
**
***
***
**** ****
******* ********
******************************
(i hope you can read it :) )
How can i estimate the parameter of the distribution of my data? I read
about MLE, but i can't find example that uses multimodal ditributions...
What you want is to estimate a mixture density, in this case a density
p (x) = a_1 p_1 (x) + a_2 p_2 (x) where p_1 and p_2 and gamma and
normal
density functions, respectively, and a_1 and a_2 are positive factors
(the so-called mixing weights) such that a_1 + a_2 = 1.
You can do direct MLE on p, the free parameters being a_1 and a_2
in addition to the parameters for the gamma and normal densities.
There is also the so-called expectation-maximization algorithm,
which is very simply to implement if you already have MLE implemented
for each mixture component.
Check and see if the R project (http://www.r-project.org)
already has something for this problem. Try asking on the r-help
mailing list.
FWIW
Robert Dodier
.
- Follow-Ups:
- Re: Question about multimodal parameter estimation
- From: David Winsemius
- Re: Question about multimodal parameter estimation
- References:
- Question about multimodal parameter estimation
- From: nelson
- Question about multimodal parameter estimation
- Prev by Date: Re: Question about multimodal parameter estimation
- Next by Date: OT: CANCEL Paging the Person who posted the web link for qb1 (QBasic)
- Previous by thread: Re: Question about multimodal parameter estimation
- Next by thread: Re: Question about multimodal parameter estimation
- Index(es):
Relevant Pages
|
|