| Wind6month {COST} | R Documentation |
Wind speed data from 10 sites
Description
The data set is a subset of the data we used in the paper, with 10 sites and 6-month long time series.
Usage
data(Wind6month)
Format
A 4320*10 matrix from 10 locations, date ranges from Sep 22, 2014 to Dec 20, 2014, 180 days
BiddleButtewind speed from site BiddleButte
ForestGrovewind speed from site ForestGrove
HoodRiverwind speed from site HoodRiver
HorseHeavenwind speed from site HorseHeaven
Meglerwind speed from site Megler
NaselleRidgewind speed from site NaselleRidge
Rooseveltwind speed from site Roosevelt
Shanikowind speed from site Shaniko
Sunnysidewind speed from site Sunnyside
Tillamookwind speed from site Tillamook
Source
https://transmission.bpa.gov/business/operations/wind/MetData/default.aspx
References
Yanlin Tang, Huixia Judy Wang, Ying Sun, Amanda Hering. Copula-based semiparametric models for spatio-temporal data.
Examples
data(Wind6month)
Y.ob = Wind6month[,-3]
Y.newloc = Wind6month[,3]
dim(Y.ob) #4320*9, data at 9 locations, with length 4320 (hours)
length(Y.newloc) #4320, time series at the new location
[Package COST version 0.1.0 Index]