powered by
Print an ``uvpot'' object
# S3 method for uvpot print(x, digits = max(3, getOption("digits") - 3), …)
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
Print on screen.
print.bvpot, print.mcpot, print
print.bvpot
print.mcpot
# NOT RUN { x <- rgpd(500, 0, 1, 0.2) MLE <- fitgpd(x, 0) MLE # }
Run the code above in your browser using DataLab