Skip to content
Prev 279924 / 398506 Next

profile likelihood

plocq <less.is.mo_ <at> hotmail.com> writes:
We need a reproducible example, please.

  fpot() is in the evd package, not in the SpatialExtremes package
(you didn't say explicitly that it was, but this would be helpful
information).

  This minimal example works:

library(evd)
uvdata <- rgpd(100, loc = 0, scale = 1.1, shape = 0.2)
M1 <- fpot(uvdata, 1)
library(SpatialExtremes)
profile(M1)

  So you need to provide us with a minimal example that doesn't work.