Can You Estimate Parameters for a Non-Closed Form Probability Distribution?

  • Context: Graduate 
  • Thread starter Thread starter jimmy1
  • Start date Start date
  • Tags Tags
    Estimation Parameter
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
jimmy1
Messages
60
Reaction score
0
I have a probability distribution of the form [tex]\sum_{i=0}^n f(n,x,y)[/tex]. There is no closed form expression for it. I need to know if there is any method that I can use to estimate the parameters {n, x, y} given some data from the above distribution.
I've tried a maximum likelihood approach, but I'm having trouble getting the derivative with respect to n. Is it possible to get this derivative, and use a maximum likelihood approch to estimate n
 
Physics news on Phys.org
Thanks for the reply. I had a look at that Leibniz's Rule link, but I'm not fully sure how to go about using it??

Anyway, I was thinking of a slightly more simple idea. I basically need an estimate of the 3 parameters {n, x, y}, preferiably using MLE. Since it's difficult to get the derivative w.r.t n, I was thinking of trying various values of n (say n=1,..,50), and for each value of n estimate MLE of x,y.

So basically, I now end up with 50 different estimates for {n, x, y}. So my question is, is there any mathematical way to tell which one of these 50 estimates is the best one? ie. Is there some sort of likelihood test I could use?