pareto icon indicating copy to clipboard operation
pareto copied to clipboard

Implement MLE for distribution parameters

Open superbobry opened this issue 12 years ago • 1 comments

See for example scipy.

superbobry avatar Jun 14 '13 11:06 superbobry

We only have MLEs for distributions which have a closed form solution, for the rest we currently provide method of moments estimates. Exceptions are:

  • Cauchy, which has undefined moments and
  • Hypergeometrical

superbobry avatar Jul 11 '13 21:07 superbobry