Write a function that takes as input n observations of peak streamflow
and exceedance probabilities
expressed as percentages and returns the flows
corresponding to the probabilities.
Use the empirical method of frequency analysis. Sort the observed flows in decreasing order and assign a rank m (e.g., the highest flow has
). If a flow occurs multiple times, assign to that flow the average of the ranks attached to the multiple occurrences. Then compute the exceedance probabilities (in percent) with
. Compute the flows corresponding to the requested exceedance probabilities with linear interpolation and return NaN for any probabilities that fall outside the range.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers6
Suggested Problems
-
3818 Solvers
-
Remove the small words from a list of words.
1566 Solvers
-
Set some matrix elements to zero
639 Solvers
-
Without the French accent please!
233 Solvers
-
How long do each of the stages of the rocket take to burn?
511 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!