Return Levels and Credible Intervals for a Poisson-GP Model "Poor Man's version".
RL.poisGPBayes0.Rd
Compute return levels along with credible bounds for a Poisson-GP model with Bayesian inference results, "Poor Man's version".
Usage
# S3 method for poisGPBayes0
RL(
object,
period,
level = 0.7,
credintType = c("HPD", "eqtail"),
smooth = TRUE,
...
)
Arguments
- object
The
poisGPBayes0
object to use.- period
See
RL.poisGPBayes
.- level
See
RL.poisGPBayes
.- credintType
The type of credible interval wanted. See
credInt
.- smooth
See
RL.poisGPBayes
.- ...
Other arguments to be passed to
RL.poisGPBayes
.