Predict a `pgpTList` Object.
predict.pgpTList.Rd
Predict a `pgpTList` Object.
Arguments
- object
A
pgpTList
object representing a list of Poisson-GP fitted models- newdata
An optional object giving the "new" dates for which the simulation will be done. It can simply be an object with class
"Date"
or an object with class"dailyMet"
. Depending on the class ofnewdata
, the variables required for the prediction (such as sine waves) will be recomputed or not. Whennewdata
is not given or isNULL
,object$data
is used.- lastFullYear
Logical, used only when
newdata
is not provided or isNULL
. WhenTRUE
, only the last full year innewdata
will be used.- trace
Integer level of verbosity.
- which
The kind of result wanted.
- probExcM
A vector of (small) probabilities of exceedance for the maximum \(M\) of the marks on the prediction period. For each probability \(p\), the value of the quantile \(m\) of \(M\) with probability \(1 - p\) will be computed. Note that the quantile may be
NA
if the value \(F_M(m)\) of distribution function of \(M\) is lower than \(1 -p\) when \(m := \textrm{max}_t\{u_t\}\) because the POT model can only provide the tail distribution of \(M\).- ...
Not used yet.
Value
An object with class "predict.pgpTList"
A data
frame in long format. Among the columns we find Date
,
tau
and u
and the NHPP parameters muStar
,
sigmaStar
and xiStar
. The column sigma
contains the GP scale parameter.