Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.bvpot

Printing bvpot objects


Description

Print a “bvpot” object

Usage

## S3 method for class 'bvpot'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An object of class 'bvpot'. Most often, returns of the fitbvgpd function.

digits

The number of digits to be printed.

...

Other options to be passed to the print function.

Value

Print on screen.

Author(s)

Mathieu Ribatet

See Also

Examples

set.seed(123)
x <- rgpd(500, 0, 1, 0.2)
y <- rgpd(500, 2, 0.5, -0.1)
Mlog <- fitbvgpd(cbind(x, y), c(0, 2))
Mlog

POT

Generalized Pareto Distribution and Peaks Over Threshold

v1.1-10
GPL (>= 2)
Authors
Mathieu Ribatet [aut], Christophe Dutang [ctb,cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.