EUNITE.Temp.cont {TSPred} | R Documentation |
Continuation dataset of the temperatures of the EUNITE Competition
Description
A dataset with a univariate time series providing 31 points beyond the end
of the time series in EUNITE.Temp
containing average daily
temperatures measured in January 1999.
Usage
EUNITE.Temp.cont
Format
A data frame with 31 observations on the following variable.
- Temperature
a numeric vector containing further observations of
Temperature
inEUNITE.Temp
relative to January 1999.
Details
Contains the 31 values corresponding to the average daily temperatures of
January 1999 which were to be predicted of EUNITE.Temp
as
demanded by the EUNITE Competition.
Source
EUNITE 1999, Electricity Load Forecast using Intelligent Adaptive Technology: The EUNITE Network Competition. URL: http://www.eunite.org/knowledge/Competitions/1st_competition/1st_competition.htm.
References
B.-J. Chen, M.-W. Chang, and C.-J. Lin, 2004, Load forecasting using support vector Machines: a study on EUNITE competition 2001, IEEE Transactions on Power Systems, v. 19, n. 4 (Nov.), p. 1821-1830.
See Also
EUNITE.Temp
, EUNITE.Loads
,
EUNITE.Reg
Examples
data(EUNITE.Temp.cont)
str(EUNITE.Temp.cont)
plot(ts(EUNITE.Temp.cont))