Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mnk400/gumbelmle
- Owner: mnk400
- Created: 2020-02-06T04:32:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T21:03:39.000Z (over 4 years ago)
- Last Synced: 2024-10-30T18:48:32.361Z (2 months ago)
- Topics: gumbel, machine-learning, maximum-likelihood-estimation, paramter-estimation, python
- Language: Python
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.