Skip to contents

Print an object with class "poisGP".

Usage

# S3 method for poisGP
print(x, data = c("none", "raw", "fit"), ...)

Arguments

x

An object with class "poisGP".

data

Character. The value "raw" will lead to print some information about the raw data as provided to the creator poisGP. The value "fit" will lead to print some information about the data used for the fit i.e. the excesses over the threshold.

...

Passed to summary.

Value

Nothing.

Details

When data is "fit" some "OTS" blocks can be mentioned while no such blocks exist in the raw data, only MAX data. This is because as soon as the main threshold exceeds one observation in a MAX block this block must be turned into an OTS block with its threshold set to the main threshold.