KNMIdata: Wind speeds in the Netherlands.

Description Format Source References Examples

Description

Daily maximal speeds of wind gusts, measured in 0.1 m/s. The data are observed at 22 inland weather stations in the Netherlands. Only the summer months are presented here (June, July, August). Also included are the Euclidian coordinates of the 22 weather stations, where a distance of 1 corresponds to 100 kilometers. For more information on this dataset, see Einmahl et al. (2014).

Format

KNMIdata$data is a matrix with 672 rows and 22 columns, KNMI$loc is a matrix with 22 rows and 2 columns.

Source

http://www.knmi.nl/climatology/daily_data/selection.cgi

References

Einmahl, J.H.J., Kiriliouk, A., Krajina, A. and Segers, J. (2014), "An M-estimator of spatial tail dependence". See http://arxiv.org/abs/1403.1975.

Examples

1
2
3
4
5
data(KNMIdata)
locations <- KNMIdata$loc
pairIndices <- selectPairIndices(locations, maxDistance = 0.5)
Mestimator(KNMIdata$data, locations, pairIndices, k = 60, model="BR",
iterate=FALSE, covMat = FALSE)$theta

spatialTailDep documentation built on May 2, 2019, 4:51 a.m.