How to estimate return period amount at different distributions

In summary, the conversation discusses methods for estimating rain with a 100 year return period using different distribution types. For general distributions, the use of Metropolis-Hastings for random number generation is recommended. For standard distributions, most software packages have routines for this. Additionally, the approach of choosing a distribution with a similar shape to the data and tuning it using maximum likelihood methods is mentioned. The Akaike information criterion is suggested for comparing different distributions.
  • #1
re444
15
0
I have yearly rain amounts and want to estimate the rain with 100 year return period assuming different distribution. I know some ways to do with for example normal dist. but it's not general for all pdfs.
 
Physics news on Phys.org
  • #2
Hey re444 and welcome to the forums.

For a general distribution, if you know the PDF you can use things like Metropolis-Hastings for random number generation (pseudo-random) from that particular distribution. This is useful for a generic distribution that is completely non-standard.

For standard distributions, most software packages come with routines to do this for you. R is a very popular statistical package that is free and comes with a lot of packages. You can generate many random numbers from these distributions including exponential, gaussian, uniform, chi-square, poisson, binomial, and so on.

If you want to do something like say X/Y where X and Y are standard distributions then simply get a random number from both distributions and calculate the function (for example x = randomnumber1, y = randomnumber2, final random number = x/y).

That's the basic idea of doing the above. If you have a standard distribution, chances are there will be a function to generate it for you. If it's non-standard and you have the PDF, use something like Metropolis-Hastings.
 
  • Like
Likes 1 person
  • #3
The standard model theory approach is to pick a distribution that looks about the right shape for the data and has two or three parameters you can tune. You can then use maximum likelihood methods to tune it. You can try a few different distributions and compare them for likelihood, biasing against those needing more parameters. Standard methods for that biasing require the models to be "nested", which won't be true for rather different distributions, but I find the approach here http://en.wikipedia.org/wiki/Akaike_information_criterion persuasive.
 

1. What is a return period?

A return period is a statistical measure used to estimate the likelihood of a certain event occurring. It represents the average time between occurrences of an event of a certain magnitude.

2. How is return period amount estimated?

Return period amount is estimated by using a statistical distribution that best fits the data. This can be done by plotting the data on a graph and using a mathematical formula to determine the probability of the event occurring at different time intervals.

3. What distributions are commonly used to estimate return period amount?

The most commonly used distributions for estimating return period amount are the Normal distribution, the Lognormal distribution, and the Exponential distribution. Other distributions such as the Weibull and Gamma distributions can also be used depending on the type of data and the shape of the distribution.

4. How do different distributions affect the estimated return period amount?

Different distributions can affect the estimated return period amount by changing the shape of the probability curve. For example, the Normal distribution assumes a symmetrical curve, while the Lognormal distribution assumes a right-skewed curve. This can result in different probabilities and return period amounts for the same data.

5. How can the accuracy of estimated return period amount be improved?

The accuracy of estimated return period amount can be improved by using more robust statistical methods, such as Maximum Likelihood Estimation (MLE), and by incorporating more data points. It is also important to ensure that the chosen distribution is the best fit for the data, as using an incorrect distribution can lead to inaccurate estimates.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
468
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
440
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
23
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Back
Top