plot.gumbelp function

Plot Fitted Gumbel Model

Plot Fitted Gumbel Model

The plot method plot.gumbelp provides three differents plots: a histogram of the gumbel parameters, a plot of predictive density resulting of posterior distribution of gumbel parameters, and a return level plot of gumbel distribution.

## S3 method for class 'gumbelp' plot(x, type = c("histogram", "predictive", "retlevel"), t=2, k=100, ...)

Arguments

  • x: a gumbelp object
  • type: which chosen plot
  • t: start return level
  • k: end return level
  • ...: other graphics parameters

See Also

gumbelp

Examples

data(nidd.annual) out=gumbelp(nidd.annual,1,500) ## Not run: plot(out,"histogram") ## Not run: plot(out,"predictive") plot(out,"retlevel", 10)
  • Maintainer: Fernando Ferraz do Nascimento
  • License: GPL-2
  • Last published: 2016-07-14

Useful links