python-mle
python-mle copied to clipboard
A Python package for performing Maximum Likelihood Estimates
Theano implements fast convolution via FFT. We could implement a `Conv` distribution that takes two distributions and represents their convolution.
We should implement various ways to test for goodness of fit.
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...
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)