powered by
Print an ``uvpot'' object
# S3 method for uvpot print(x, digits = max(3, getOption("digits") - 3), ...)
Print on screen.
An object of class 'uvpot'. Most often, returns of the fitgpd function.
'uvpot'
fitgpd
The number of digits to be printed.
Other options to be passed to the print function.
print
Mathieu Ribatet
print.bvpot, print.mcpot, print
print.bvpot
print.mcpot
x <- rgpd(500, 0, 1, 0.2) MLE <- fitgpd(x, 0) MLE
Run the code above in your browser using DataLab