Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnk400/gumbelmle

Maximum Likelihood Estimation for gumbel distribution.
https://github.com/mnk400/gumbelmle

gumbel machine-learning maximum-likelihood-estimation paramter-estimation python

Last synced: 16 days ago
JSON representation

Maximum Likelihood Estimation for gumbel distribution.

Awesome Lists containing this project

README

        

# Parameter estimation examples using gumbel distributions

This repository consists code to two examples of parameter estimation, written in python.

- [Estimating parameters of an arbitrary gumbel distribution using the maximum likelihood technique](https://mnk400.github.io/2020/02/gumble-mle.html).
- Estimating parameters of a gumbel distribution mixed with a normal distribution.