[SciPy-User] max likelihood

David Goldsmith d.l.goldsmith at gmail.com
Mon Jun 21 17:34:51 EDT 2010


On Mon, Jun 21, 2010 at 2:17 PM, eneide.odissea <eneide.odissea at gmail.com>wrote:

> Hi All
> I had a look at the scipy.stats documentation and I was not able to find a
> function for
> maximum likelihood parameter estimation.
> Do you know whether is available in some other namespace/library of scipy?
> I found on the web few libraries ( this one is an example
> http://bmnh.org/~pf/p4.html <http://bmnh.org/%7Epf/p4.html> ) having it,
> but I would prefer to start playing with what scipy already offers by
> default ( if any ).
> Kind Regards
> eo
>

scipy.stats.distributions.rv_continuous.fit (I was just working on the
docstring for that; I don't believe my changes have been merged; I believe
Travis recently updated its code...)

DG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100621/d7cec1d4/attachment.html>


More information about the SciPy-User mailing list