python-mle icon indicating copy to clipboard operation
python-mle copied to clipboard

A Python package for performing Maximum Likelihood Estimates

Results 25 python-mle issues
Sort by recently updated
recently updated
newest added

Theano implements fast convolution via FFT. We could implement a `Conv` distribution that takes two distributions and represents their convolution.

enhancement

We should implement various ways to test for goodness of fit.

enhancement

Users should be able to pass lower and upper bounds to `par`. Distributions should also be able to enforce bounds (for example, `sigma > 0` in `Normal`). If a user-specified...

enhancement

we should do studies about the performance of the different minimization methods

After pip install git+https://github.com/ibab/python-mle.git I try to do: from mle import* but it raises AttributeError: partially initialized module 'theano' has no attribute 'compile' (most likely due to a circular import)