Learn R Programming

GLmom (version 1.3.1)

streamflow: Streamflow Data

Description

Annual maximum streamflow measurements for extreme value analysis.

Usage

streamflow

Arguments

Format

A data frame with 50 rows and 2 columns:

Year

Year of observation (character)

r1

Annual maximum streamflow value (numeric)

References

Grego, J. M., Yates, P. A., & Mai, K. (2015). Standard error estimation for mixed flood distributions with historic maxima. Environmetrics, 26(3), 229-242. tools:::Rd_expr_doi("10.1002/env.2333")

Shin, Y., Shin, Y., & Park, J. S. (2025). Building nonstationary extreme value model using L-moments. Journal of the Korean Statistical Society, 1-24. tools:::Rd_expr_doi("10.1007/s42952-025-00325-3")

Examples

Run this code
data(streamflow)
head(streamflow)

Run the code above in your browser using DataLab