Description Usage Format Source References Examples
The data set is a subset of the data we used in the paper, with 10 sites and 6-month long time series.
1 |
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
https://transmission.bpa.gov/business/operations/wind/MetData/default.aspx
Yanlin Tang, Huixia Judy Wang, Ying Sun, Amanda Hering. Copula-based semiparametric models for spatio-temporal data.
1 2 3 4 5 | 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.