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: 10 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T21:03:39.000Z (about 6 years ago)
- Last Synced: 2025-04-05T04:16:47.034Z (about 1 year ago)
- Topics: gumbel, machine-learning, maximum-likelihood-estimation, paramter-estimation, python
- Language: Python
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- 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.