I have to estimate parameters of a mixture distribution which consists of Pareto distribution and Exponential distribution. I am using maximum likelihood estimation procedure by using log likelihood function and differentiating it with respect to each parameter.Since the log likelihood equation is non linear, I have to use Newton Rhapson iterative method.How can I do this using R or any other programming language?
views:
72answers:
3Sure does but not that the question was not tagged C++.
Dirk Eddelbuettel
2010-08-02 19:40:41
I believe C++ falls into the set of "any other programming language" but outside of the set of "languages which were tagged"
JD Long
2010-08-02 21:17:11
@Dirk: Sure---but as JD says---I took the "other" languages bit as license to stray. However, it *is* worth mentioning that people who find R natural and comfortable may find ROOT unnatural and uncomfortable: the tools are specialized for different domains. Certainly, I won't be hurt if laks takes a different approach here...
dmckee
2010-08-02 23:24:52