laks
laks

Reputation: 21

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?

Upvotes: 2

Views: 791

Answers (2)

ROOT has fitting facilities that make this relatively easy.

Upvotes: 0

Matti Pastell
Matti Pastell

Reputation: 9283

Have a look at the flexmix-package

Upvotes: 2

Related Questions