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

BiddleButte

wind speed from site BiddleButte

ForestGrove

wind speed from site ForestGrove

HoodRiver

wind speed from site HoodRiver

HorseHeaven

wind speed from site HorseHeaven

Megler

wind speed from site Megler

NaselleRidge

wind speed from site NaselleRidge

Roosevelt

wind speed from site Roosevelt

Shaniko

wind speed from site Shaniko

Sunnyside

wind speed from site Sunnyside

Tillamook

wind 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]