batch_frequency: Batched Frequencies

View source: R/extreme_events.R

batch_frequencyR Documentation

Batched Frequencies

Description

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).

Usage

batch_frequency(data, value)

Arguments

data

A data.frame with numeric variable and date

value

A numeric vector.

Value

A data.frame with return intervals and associated value for Weibull, GEV, Log-pearson type III, Pearson, Gumbel, Normal and Lognormal distributions.


joshualerickson/wildlandhydRo documentation built on Feb. 12, 2024, 6:40 p.m.