Learn R Programming

POT (version 1.1-11)

print.uvpot: Printing uvpot objects

Description

Print an ``uvpot'' object

Usage

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

Value

Print on screen.

Arguments

x

An object of class 'uvpot'. Most often, returns of the fitgpd function.

digits

The number of digits to be printed.

...

Other options to be passed to the print function.

Author

Mathieu Ribatet

See Also

print.bvpot, print.mcpot, print

Examples

Run this code
x <- rgpd(500, 0, 1, 0.2)
MLE <- fitgpd(x, 0)
MLE

Run the code above in your browser using DataLab