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 10 Jun. 2026.
Previous versions and publish date:
No previous versions
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

seeclickfixr  
Access Data from the SeeClickFix Web API
Provides a wrapper to access data from the SeeClickFix web API for R. SeeClickFix is a central plat ...
Download / Learn more Package Citations See dependency  
cmvnorm  
The Complex Multivariate Gaussian Distribution
Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mixtox  
Dose Response Curve Fitting and Mixture Toxicity Assessment
Curve Fitting of monotonic(sigmoidal) & non-monotonic(J-shaped) dose-response data. Predicting mixt ...
Download / Learn more Package Citations See dependency  
sparseR  
Variable Selection under Ranked Sparsity Principles for Interactions and Polynomials
An implementation of ranked sparsity methods, including penalized regression methods such as the spa ...
Download / Learn more Package Citations See dependency  
mcompanion  
Objects and Methods for Multi-Companion Matrices
Provides a class for multi-companion matrices with methods for arithmetic and factorization. A m ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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