MLE for discrete distributions: no fit() method on rv_discrete?
17 views
Skip to first unread message
Keith Braithwaite
unread,
May 9, 2013, 12:27:45 PM5/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scipy...@googlegroups.com
Hi,
I would like to find MLEs (and subsequently goodness of fit and so on) for empirical data against discrete distributions. I notice that scipy.stats.rv_discrete does not have the fit() method that scipy.stats.rv_continuous does. Is there a technical (either Pythonic or statistical) reason why not? If I roll my own am I going to get nonsense results?