View source: R/extreme_events.R
batch_frequency | R Documentation |
This function fits a variable (e.g., flow, snow, rain, etc) to a univariate distribution function, e.g. Weibull, GEV, Log-pearson type III, Pearson, Gumbel, Normal and Lognormal distributions. It is up to the user to decide which distribution function to use and whether any pre-processing is necessary (outliers, mixed populations, etc).
batch_frequency(data, value)
data |
A |
value |
A |
A data.frame
with return intervals and associated value for Weibull,
GEV, Log-pearson type III, Pearson, Gumbel, Normal and Lognormal distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.