MyNixOS website logo
Description

Extremal Dependence Models.

A set of procedures for parametric and non-parametric modelling of the dependence structure of multivariate extreme-values is provided. The statistical inference is performed with non-parametric estimators, likelihood-based estimators and Bayesian techniques. It adapts the methodologies of Beranger and Padoan (2015) <doi:10.48550/arXiv.1508.05561>, Marcon et al. (2016) <doi:10.1214/16-EJS1162>, Marcon et al. (2017) <doi:10.1002/sta4.145>, Marcon et al. (2017) <doi:10.1016/j.jspi.2016.10.004> and Beranger et al. (2021) <doi:10.1007/s10687-019-00364-0>. This package also allows for the modelling of spatial extremes using flexible max-stable processes. It provides simulation algorithms and fitting procedures relying on the Stephenson-Tawn likelihood as per Beranger at al. (2021) <doi:10.1007/s10687-020-00376-1>.

ExtremalDep: Extremal Dependence Models

rstudio mirror downloads cran version

A set of procedures for parametric and non-parametric modelling of the dependence structure of multivariate extreme-values is provided. The statistical inference is performed with non-parametric estimators, likelihood-based estimators and Bayesian techniques. It adapts the methodologies of Beranger and Padoan (2015) doi:10.48550/arXiv.1508.05561, Marcon et al. (2016) doi:10.1214/16-EJS1162, Marcon et al. (2017) doi:10.1002/sta4.145, Marcon et al. (2017) doi:10.1016/j.jspi.2016.10.004 and Beranger et al. (2021) doi:10.1007/s10687-019-00364-0. This package also allows for the modelling of spatial extremes using flexible max-stable processes. It provides simulation algorithms and fitting procedures relying on the Stephenson-Tawn likelihood as per Beranger at al. (2021) doi:10.1007/s10687-020-00376-1.

Version 0.0.4-2 updates:

  • Fixes a typo in dExtDep() for in the Asymetric Logistic model;
  • Replaces the Calloc() and Free() calls in the .C files by the R_* prefixed counterparts since STRICT_R_HEADERS=1 becomes the default with R 4.5.0;
  • Improves some entries in the manual.

Version 0.0.4-3 updates:

  • Inclusion of the PAMfmado() function written by Philippe Naveau.

Version 0.0.4-4 updates:

  • Fixes resetting graphical parameters in plot_ExtDep.np() when type = "Qsets";
  • Replaces closeAllConnections() by stopCluster() in fExtDepSpat().

Version 0.0.4-5 updates:

  • Improvement to dExtDep() function when model="HR" and "ET";
  • New lambda.hr() function that can be used to define the parameters of the trivariate Husler-Reiss model. Given two parameters, a range for the third parameter is provided to ensure positive definite matrices in the exponent function;
  • Improve efficiency when manipulating matrices:
    • t(A) %*% B is replaced by crossprod(A,B) (and vice versa);
    • solve(A) is replaced by chol2inv(chol(A));
    • t(x) %*% solve(A) %*% x is replaced by sum(forwardsolve(t(chol(A)),x));
  • Define outputs of fExtDep(), fExtDep.np() and fExtDepSpat() to be of class ExtDep_Freq, ExtDep_Bayes, ExtDep_npFreq, ExtDep_npBayes, ExtDep_npEmp and ExtDep_Spat;
  • Make use of class methods for plot() and summary() functions replacing the previous plot.ExtDep(), etc;
  • New est(), StdErr(), logLik(), bic(), tic() to extract outputs from objects of class ExtDep_Freq, ExtDep_Bayes and ExtDep_Spat.

Version 1.0.0 updates:

  • Version number has been updated to reflect the regular construction <major>.<minor>.<patch>.
  • Improved formatting across all .R files using the styler package.
  • Improved formatting of all manual (.Rd) files to follow the tidyverse style guide (spacing, indentation, line width, ...).
Metadata

Version

1.0.0

License

Unknown

Platforms (76)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows