mev
R package mev by lbelzile — release notes from GitHub.
An extreme-value toolkit reorganised its whole API into prefixed families and tripled its estimator count.
◆Recent moves
- 9mo ago
Two more threshold-selection routines slot into the new scheme
The first release built on 2.0's reorganised API, and it behaves exactly as that structure invites: thselect.egp and thselect.cbm are new methods dropped into an existing family rather than new machinery. The fixes clean up 2.0 fallout, including thselect.mdps returning the shape parameter rather than its reciprocal so it agrees with its siblings.
View source ↗ - 9mo ago
Threshold, stability and dependence functions regrouped under prefixes
⚡ SPARKThe release that gives the package its current shape. Everything after it is an addition within the naming scheme this release imposed, which is why 2.1 could add threshold methods without any structural work.
View source ↗ - 2y ago
Boundary-case likelihood fixes, bundled with the prior release's notes
This entry carries two releases in one body — 1.17's fixes plus 1.16's Pickands U-statistic shape estimator and new wave-height, pandemic and nutrient datasets. The fixes concentrate on boundary behaviour at xi = -1 and on profile likelihood intervals being truncated to admissible values, the kind of correctness work that precedes a major reorganisation.
View source ↗ - 3y ago
GEV and GP distribution functions brought in-house to drop evd
Implementing the d/p/q/r functions directly removed the evd dependency, and swapping nloptr for Rsolnp did the same on the optimization side. Dependency trimming that 2.0 would later extend by vectorising those same distribution functions over all their arguments.
View source ↗ - 4y ago
Four max-stable families, fixed parameters and threshold diagnostics
A broad feature release covering multivariate and univariate work at once: four new max-stable model families for simulation, fixed-parameter support in the maximum likelihood fitters, and several threshold-selection diagnostics. The threshold routines added here are the ones 2.0 would later fold into the thselect. family.
View source ↗