Package: dgumbel 1.0.1
dgumbel: The Gumbel Distribution Functions and Gradients
Gumbel distribution functions (De Haan L. (2007) <doi:10.1007/0-387-34471-3>) implemented with the techniques of automatic differentiation (Griewank A. (2008) <isbn:978-0-89871-659-7>). With this tool, a user should be able to quickly model extreme events for which the Gumbel distribution is the domain of attraction. The package makes available the density function, the distribution function the quantile function and a random generating function. In addition, it supports gradient functions. The package combines 'Adept' (C++ templated automatic differentiation) (Hogan R. (2017) <doi:10.5281/zenodo.1004730>) and 'Eigen' (templated matrix-vector library) for fast computations of both objective functions and exact gradients. It relies on 'RcppEigen' for easy access to 'Eigen' and bindings to R.
Authors:
dgumbel_1.0.1.tar.gz
dgumbel_1.0.1.zip(r-4.5)dgumbel_1.0.1.zip(r-4.4)dgumbel_1.0.1.zip(r-4.3)
dgumbel_1.0.1.tgz(r-4.4-x86_64)dgumbel_1.0.1.tgz(r-4.4-arm64)dgumbel_1.0.1.tgz(r-4.3-x86_64)dgumbel_1.0.1.tgz(r-4.3-arm64)
dgumbel_1.0.1.tar.gz(r-4.5-noble)dgumbel_1.0.1.tar.gz(r-4.4-noble)
dgumbel_1.0.1.tgz(r-4.4-emscripten)dgumbel_1.0.1.tgz(r-4.3-emscripten)
dgumbel.pdf |dgumbel.html✨
dgumbel/json (API)
NEWS
# Install 'dgumbel' in R: |
install.packages('dgumbel', repos = c('https://blunde1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/blunde1/dgumbel/issues
Last updated 5 years agofrom:86f325746e. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win-x86_64 | NOTE | Oct 11 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 11 2024 |
R-4.4-win-x86_64 | NOTE | Oct 11 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 11 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 11 2024 |
R-4.3-win-x86_64 | NOTE | Oct 11 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 11 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 11 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
The Gumbel Distribution and Derivatives | dgumbel pgumbel qgumbel rgumbel |