data <- rgev(100, loc = 0.13, scale = 1.1, shape = 0.2)
fgev(data, control = list(trace = 1))
fgev(data, shape = 0)
fgev(data, scale = 1, shape = 0)
fgev(data, start = list(loc = 0), scale = 1, shape = 0)
fgev(data, nsloc = (-49:50)/100)
fgev(data, nsloc = data.frame(trend = (-49:50)/100, random =
runif(100, min=-.5, max=.5)))
fgev(data, nsloc = data.frame(trend = (-49:50)/100, random =
runif(100, min=-.5, max=.5)), locrandom = 0)
Run the code above in your browser using DataLab