Skip to content

Percentile and Exceedance Probability Method

Scott Hamshaw requested to merge calcs-updates into main

Sets default exceedance probability method to "Weibull" to align with percentile method (addresses #23 (closed)) as well as adding options for other methods

Allow ignoring of NA values in percentile threshold calcs. Set default to ignore NAs. This should allow some flexibility in data handling from different sources that may or may not have NAs present. Closes #28 (closed)

Merge request reports