SpatialExtremes {SpatialExtremes} | R Documentation |
Analysis of Spatial Extremes
Description
The package SpatialExtremes aims to provide tools for the analysis of spatial extremes. Currently, the package uses the max-stable processes framework for the modelling of spatial extremes.
Max-stable processes are the extension of the extreme value theory to random fields. Consequently, they are good candidate to the analysis of spatial extremes. The strategy used in this package is to fit max-stable processes to data using composite likelihood.
In the future, the package will allow for non-stationarity as well as other approaches to model spatial extremes; namely latent variable and copula based approaches.
A package vignette has been writen to help new users. It can be
viewed, from the R console, by invoking
vignette("SpatialExtremesGuide")
.
Details
The package provides the following main tools:
-
rgp, rmaxstab, rmaxlin, rcopula
: simulates gaussian, max-stable, max-linear and copula based random fields, -
condrgp, condrmaxlin
: conditional simulations for gaussian, max-linear processes, -
fitspatgev
: fits a spatial GEV model to data, -
fitmaxstab
,lsmaxstab
: fits max-stable processes to data, -
latent
: draws a Markov chain from a Bayesian hierarchical model for spatial extremes, -
predict
: allows predictions for fitted max-stable processes, -
map
,condmap
: plot a map for GEV parameter as well as return levels - or conditional return levels -
madogram
,fmadogram
,lmadogram
: are (kind of) variograms devoted to extremes, -
fitextcoeff
: estimates semi-parametrically the extremal coefficient, -
extcoeff
: plots the evolution of the extremal coefficient from a fitted max-stable process, -
rbpspline
: fits a penalized spline with radial basis function, -
gev2frech
,frech2gev
: transform GEV (resp. Frechet) observation to unit Frechet (resp. GEV) ones -
distance
: computes the distance between each pair of locations, -
profile
,profile2d
: computes the profile composite likelihood, -
covariance
,variogram
: computes the covariance/semivariogram function.
Acknowledgement
The development of the package has been financially supported by the Competence Center Environment and Sustainability (CCES) and more precisely within the EXTREMES project.
Author(s)
Mathieu Ribatet