Reputation: 21
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
Reputation: 101241
ROOT has fitting facilities that make this relatively easy.
Upvotes: 0