Changelog
New in version 0.1.7
In
quantMax
the misleading warning inquantMax
is no longer thrown and the deailed steps ofmodelMatrices
are no longer shown whentrace = 0
.In the output of
quantMax
, the confidence level is added as a columnLevel
, for compatibility with thequantMax
method of the classTVGEV"
of the NSGEV package.
New in version 0.1.5
Enhancements
In both in
rqTList
andpgpTList
it is now possible to use quite arbitrary “design” functions to create variables entering in the formula(s) defining the model objects. ThedesignVars
function has been added to simplify the managment of the variables in fitting, prediction and simulation steps.A new generic
quantMax
and the corresponding method for the"pgpTList"
class have been added. This method should be used in place ofquantile
to avoid possible confusions between the quantile of the maximum and the marginal quantiles.
New in version 0.1.4
Enhancements
The
quantile
method for the class"pgpTList"
now computes the confidence intevals by the “delta method”. The quantiles and confidence intervals are computed for a quite large number of probabilities in order to build nice-looking plots.For the objects with class
"quantile.pgpTList"
as created when applying thequantile
method, there now exist anautoplot
method and aformat
method. The first builds a ggplot, the second makes a table with suitably rounded quantiles and selecting round probabilities as is often needed in reports.The
Intro
vignette has been enhanced to illustrate the use of the new methods. The secion Investigating the distribution of the maximum should be instructive for the users.
News in version 0.1.3
News in version 0.1.1
Enhancements
The
predict
method for the class"PgpTList"
now accepts anewdata
argument which can be simply a vector with class"Date"
.New method
simulate
for the class"PgpTList"
. It has anewdata
argument similar to that of thepredict
method.The
predict
and thesimulate
methods return objects having the S3 classes"predict.pgpTList"
and"simulate.pgpTList"
for which some methds are available, such asautoplot
.The package no longer depends on NSGEV and potomax from which it imported the GEV and the GPD2 distributions respectively. These distributions are now imported from the nieve package.