In frequency analysis in hydrology, the streamflow QT corresponding to a specified exceedance probability p (or return period T = 1/p) can be computed as
QT = mu + KT sigma
where μ and σ are the mean and standard deviation of the streamflow series, respectively, and KT is the frequency factor.
Write a function to compute the frequency factor for the normal distribution given the exceedance probability as a vector.

Solution Stats

21 Solutions

7 Solvers

Last Solution submitted on Jul 18, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...