Other packages > Find by keyword >

evmr  

Extreme Value Modeling for r-Largest Order Statistics
View on CRAN: Click here


Download and install evmr package within the R console
Install from CRAN:
install.packages("evmr")

Install from Github:
library("remotes")
install_github("cran/evmr")

Install by package version:
library("remotes")
install_version("evmr", "0.1.0")



Attach the package and use:
library("evmr")
Maintained by
Yire Shin
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2026-03-29
Latest Update: 2026-03-29
Description:
Tools for extreme value modeling based on the r-largest order statistics framework. The package provides functions for parameter estimation via maximum likelihood, return level estimation with standard errors, profile likelihood-based confidence intervals, random sample generation, and entropy difference tests for selecting the number of order statistics r. Several r-largest order statistics models are implemented, including the four-parameter kappa (rK4D), generalized logistic (rGLO), generalized Gumbel (rGGD), logistic (rLD), and Gumbel (rGD) distributions. The rK4D methodology is described in Shin et al. (2022) <doi:10.1016/j.wace.2022.100533>, the rGLO model in Shin and Park (2024) <doi:10.1007/s00477-023-02642-7>, and the rGGD model in Shin and Park (2025) <doi:10.1038/s41598-024-83273-y>. The underlying distributions are related to the kappa distribution of Hosking (1994) <doi:10.1017/CBO9780511529443>, the generalized logistic distribution discussed by Ahmad et al. (1988) <doi:10.1016/0022-1694(88)90015-7>, and the generalized Gumbel distribution of Jeong et al. (2014) <doi:10.1007/s00477-014-0865-8>. Penalized likelihood approaches for extreme value estimation follow Martins and Stedinger (2000) <doi:10.1029/1999WR900330> and Coles and Dixon (1999) <doi:10.1023/A:1009905222644>. Selection of r is supported using methods discussed in Bader et al. (2017) <doi:10.1007/s11222-016-9697-3>. The package is intended for hydrological, climatological, and environmental extreme value analysis.
How to cite:
Yire Shin (2026). evmr: Extreme Value Modeling for r-Largest Order Statistics. R package version 0.1.0, https://cran.r-project.org/web/packages/evmr. Accessed 21 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:36), 0.1.0 (2026-03-29 18:40)
Other packages that cited evmr R package
View evmr citation profile
Other R packages that evmr depends, imports, suggests or enhances
Complete documentation for evmr
Functions, R codes and Examples using the evmr R package
Full evmr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

preputils  
Utilities for Preparation of Data Analysis
Miscellaneous small utilities are provided to mitigate issues with messy, inconsistent or high dimen ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
potential  
Implementation of the Potential Model
Provides functions to compute the potential model as defined by Stewart (1941) ...
Download / Learn more Package Citations See dependency  
artfima  
ARTFIMA Model Estimation
Fit and simulate ARTFIMA. Theoretical autocovariance function and spectral density function for stat ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,034

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA