powered by
Print an ``mcpot'' object
# S3 method for mcpot print(x, digits = max(3, getOption("digits") - 3), …)
An object of class 'mcpot'. Most often, returns of the fitmcgpd function.
'mcpot'
fitmcgpd
The number of digits to be printed.
Other options to be passed to the print function.
print
Print on screen.
print.uvpot, print.bvpot, print
print.uvpot
print.bvpot
# NOT RUN { x <- simmc(1000, alpha = 0.5) x <- qgpd(x, 0, 1, 0.15) Mc <- fitmcgpd(x, 0) Mc # }
Run the code above in your browser using DataLab