简体   繁体   中英

how to estimate parameters in a mixture of two different distributions using R or any other programming language?

I have to estimate the parameters of a mixture distribution which consists of Pareto distribution and Exponential distribution. I am using the maximum likelihood estimation procedure by using log-likelihood function and differentiating it with respect to each parameter. Since the log-likelihood equation is nonlinear, I have to use Newton Rhapson's iterative method. How can I do this using R or any other programming language?

Have a look at the flexmix -package

ROOT has fitting facilities that make this relatively easy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM