Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fitting of probability distributions to AnnualRecurrenceProbability #131

Open
jamaa opened this issue Dec 11, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jamaa
Copy link
Member

jamaa commented Dec 11, 2023

we could try to add the possibility of fitting various probability distributions such as Gumbel, Pearson 3, Weibull, ...
A good template could be the comercial standard software HQ-EX from DHI:
HQ-EX 4.0 Flyer (PDF)
HQ-EX 4.0 User Manual (PDF)
hqex

For fitting probability distributions, maybe the already included Math.NET Numerics library can help us. It already contains a few distributions and also has a Fit method for non-linear least-squares fitting an arbitrary function with up to 5 parameters to a set of points.

original ideas from #91

@jamaa jamaa added the enhancement New feature or request label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant