NEWS
mvPot 0.1.7 (2025-03-13)
- Removed broken hyperlinks in documentation.
- Change of maintainer, implementation of new CRAN checks (longer description, no printing)
- Fixes to C++ code for STRICT checks.
mvPot 0.1.6 (2023-10-13)
- Fix an compilation issue on Fedora.
mvPot 0.1.5 (2021-02-25)
- Exposed number of replications for integration.
- Fix to censoredLikelihoodXS for cases when likelihood != "mgp".
- New option for censoredLikelihoodBR (matrix of data, Poisson and binomial likelihood).
- Updated documentation.
- Added reference to tutorial.
mvPot 0.1.4 (2018-04-09)
- New functions censoredLikelihoodXS and rExtremalStudentParetoProcess.
- Censored likelihood for Brown-Resnick renamed censoredLikelihoodBR.
- New efficient simulation algorithm for Pareto process.
- Remove deprecated method in C code.
- Correction of typos.
mvPot 0.1.3 (2017-08-24)
- Correction of cluster definition condition for parallel computing.
- Addition of mvTProbQuasiMonteCarlo for efficient quasi Monte Carlo estimation of t distribution functions.
mvPot 0.1.2 (2017-02-22)
- Modification of genVecQMC to return previous prime integer and ready to use generating vector (no division by p is needed).
- Replaced calls to erf by pnorm in C++ library.
- mvtNormCpp is now registered when package is loaded.
mvPot 0.1.1 (2016-07-11)
- Added a
NEWS.md
file to track changes of the package.
- Fix compilation issues with Solaris distribution.
- Slight modifications on the documentation.