Next Article in Journal
Evaluation of Various Technologies for Wave Energy Conversion in the Portuguese Nearshore
Next Article in Special Issue
Short-Term Load Forecasting for Microgrids Based on Artificial Neural Networks
Previous Article in Journal
Harmonic Current Predictors for Wind Turbines
Previous Article in Special Issue
A Bayesian Method for Short-Term Probabilistic Forecasting of Photovoltaic Generation in Smart Grid Operation and Control
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Load Forecast Model Switching Scheme for Improved Robustnessto Changes in Building Energy Consumption Patterns

School of Electrical and Electronic Engineering, Yonsei University, Seoul, 120-749, Korea
*
Author to whom correspondence should be addressed.
Energies 2013, 6(3), 1329-1343; https://doi.org/10.3390/en6031329
Submission received: 4 January 2013 / Revised: 27 January 2013 / Accepted: 26 February 2013 / Published: 5 March 2013
(This article belongs to the Special Issue Hybrid Advanced Techniques for Forecasting in Energy Sector)

Abstract

:
This paper presents a new, accurate load forecasting technique robust to fluctuations due to unusual load behavioral changes in buildings, i.e., the potential for small commercial buildings with heterogeneous stores. The proposed scheme is featured with two functional components: data classification by daily characteristics and automatic forecast model switching. The scheme extracts daily characteristics of the input load data and arranges the load data into weekday and weekend data. Forecasting is conducted based on a selected model among ARMAX (autoregressive moving average with exogenous variable) models with the processed input data. Kalman filtering is applied to estimate model parameters. The model-switching scheme monitors the accumulated error and substitutes a backup load model for the currently working model, when the accumulated error exceeds a threshold value, to reduce the increased bias error due to the change in the consumption pattern. This switching reinforces the limited performance of parameter estimation given a fixed structure and, thus, forecasting capability. The study results demonstrate that the proposed scheme is reasonably accurate and even robust to changes in the electricity use patterns. It should help improve the performance for building control systems for energy efficiency.

1. Introduction

Buildings in every shape and size are envisioned to be a huge potential for the efficiency improvement of the power grid, especially because residential and commercial buildings are responsible for about 30- to 40-percent of primary energy consumption worldwide. A rich body of literature for developing high performance energy management systems (EMS) for buildings can be found to achieve significant energy savings [1,2,3]. Among the enabling technologies, load forecasting, in particular, short-term hourly load forecasting [4,5], should be the front-end application of the EMS, because it helps to better understand energy behavior and provides the baseline estimate of future real savings, especially under dynamic pricing. It helps analyze the load shape and variability and determine proper controls or demand response under a grid emergency, as well. The central aim of this paper is thus to develop an accurate and robust scheme for predicting the hourly power use of a building.
Several load forecasting techniques have been studied [6,7,8]. These studies can be categorized into three types: regression techniques [9,10], artificial neural network (ANN)-related methods [11,12,13] and time series approaches [14,15,16]. In regression techniques, linear representations are applied as the main forecasting function, where mathematical relationships among electrical load demand, weather and exogenous variables are intended. This technique has a test-feasibility and short handling of non-stationary temporal cases as an advantage and disadvantage. The ANN uses historical load and weather data to identify the load model and, therefore, has good approximation capabilities for a wide range of nonlinear models. However, the ANN often converges slowly in training mode and needs to manually determine the network structure and parameters.
In time series techniques, load demands are treated as time series signals. This technique predicts load demand using time series analysis. Among these approaches, stochastic time series techniques have the advantage of finding models with a minimum mean square forecasting error. However, the gradient search-based technique used by the basic stochastic time series (STS) approach is prone to finding local optimal points that build an insufficient forecasting model, because the forecasting error function of this approach possesses multiple minimum points. In summary, this approach is sufficient, but involves computational risk caused by numerical instability.
In the case of buildings, the increase of an accumulated error from load characteristic change, caused by consumption patterns and business and working hour changes, can occur. The Figure 1 shows that accumulated errors of the fixed model and our proposed model in load forecasting are increased dramatically when the load characteristic is changed. Figure 1 illustrates a case where the forecasting scheme using a fixed model fails to perform best, and thus, the accumulated error increases dramatically when the load characteristics are changed. It also includes a desired performance obtained through proposed model switching, as detailed in Section 3. Motivated by the observation that many of the previous forecasting methods using a fixed model do not perform well, as the above dynamic change may occur, we propose an accurate load forecasting technique that combines proven forecasting models with different model structures in order to improve the limited performance of existing techniques. In this research, the autoregressive moving average with exogenous variable (ARMAX) model with temperature as the exogenous variable is selected to represent the load behavior [13,17]. Our scheme has two core components: data pattern classification according to weekday and weekend characteristics and model switching in response to the significant change in the accumulated error. The improved robustness and resulting forecasting accuracy should help advance smart grid technologies, including energy management, security analysis, economic dispatch and power scheduling, by forecasting more accurate energy usage.
Figure 1. Trends of increasing accumulated error.
Figure 1. Trends of increasing accumulated error.
Energies 06 01329 g001
The remainder of this paper is organized as follows. Section 2 describes the ARMAX model and Kalman filtering as the forecast model and a tool for estimating parameters of the model. In Section 3, we propose the scheme for improving the accuracy and robustness by changing the model structure and reducing the accumulated error. Section 4 provides numerical study results using MATLAB simulations. Section 5 presents concluding remarks.

2. Background

The load pattern possesses nonlinear and dynamic characteristics, seasonal and diurnal variations and different weather conditions. The ARMAX model selection technique has been extensively studied, because it can describe the relationship between load and extra variables, including weather. In the ARMAX model, the load is denoted as a linear function that has an inaccessible white-noise input and an accessible exogenous input series. The characteristics of the load model are identified based on the variables in the function. The remaining problem becomes finding the proper values of variables in the model, namely parameter estimation.
By adequately constructing the load model and estimating parameters in the function, we can forecast the future load. Thus, an ARMAX-based load model and Kalman filtering for parameter estimation are introduced below as the processes of load forecasting.

2.1. ARMAX-Based Load Model

In this paper, the ARMAX model is used to define the relationship between load and temperature that is regarded as the exogenous variable influencing the load demand, because load demand in a building is susceptible to weather and the number of people in the building. The notation of the ARMAX model for this paper is represented as follows:
A ( q ) L ( t ) = B ( q ) u ( t ) + C ( q ) e ( t )
where L ( t ) , u ( t ) and e ( t ) are the load, the exogenous variable and the white noise at time t, respectively; A ( q ) , B ( q ) and C ( q ) are the autoregressive (AR) part, the exogenous input part and the moving average (MA) part. Each part has a back-shift operator, q and an order parameter and can be represented as follows:
A ( q ) = 1 + a 1 q 1 + + a n q n , B ( q ) = b 1 + b 2 q 1 + + b m q m + 1 , C ( q ) = 1 + c 1 q 1 + + c r q r
where a 1 , ⋯, a n , b 1 , ⋯, b m and c 1 , ⋯, c r are parameters of the autoregressive part, the exogenous input part and the moving average part; and n, m and r are the AR order, input order and MA order.
In determining the order number of each part, the sample autocorrelation function (ACF), the sample partial autocorrelation function (PACF) and the cross-correlation function (CCF) are employed [18]. In general, it is challenging to select appropriate model orders, and it is therefore essential to use a technique derived from experience.
In this paper, we modify the ARMAX model for our research. First, we divide the back-shift operator into day and time back-shift operators. Because we concentrate on forecasting energy consumption, and since time and date are important factors in load forecasting, we use the day and the 24 h factor as follows:
q n = > d j t k
where d and t are the day and time back-shift operator, respectively; and j and k are their respective order. Each order has the following definition:
n = 24 j + k
where j is a natural number; and k is a number from 0 to 23. For example, n = 55 means that j is 2 and k is 7. Thus, q 55 = d 2 t 7 , and it means two days and seven hours ago. Second, we define the load, the exogenous variable and the noise term. For the load term, we use the electrical consumption (kWh) of building in an hour. The exogenous variable is defined as outdoor temperature ( C ). The last term (noise) is assumed to be white Gaussian noise.

2.2. Kalman Filter for the Parameter Estimation

This research briefly reviews the recursive discrete Kalman filter used for estimating parameters of the ARMAX model in line with the algorithm development. Details of the Kalman filtering approach to estimating parameters can be found in [19,20].
In order to define Kalman filtering, we have to consider the following discrete state equations:
x ( k ) = F ( k ) x ( k 1 ) + v ( k 1 )
z ( k ) = H ( k ) x ( k ) + n ( k )
where x ( k ) , F ( k ) , z ( k ) , H ( k ) , v ( k 1 ) and n ( k ) are vectors of n × 1 system states, the n × n dimensions of the state transition matrix, m × 1 measurement vectors, the m × n output matrix, n × 1 system error and m × 1 measurement error, respectively. The noise vectors, v ( k 1 ) and n ( k ) , are drawn from white Gaussian noise that has a mean of zero and no time correlation, as shown below.
E [ v ( k ) ] = E [ n ( k ) ] = 0
E [ v ( i ) v T ( j ) ] = E [ n ( i ) n T ( j ) ] = 0 f o r i j
Q 1 and Q 2 , covariance matrices, are defined as follows:
Q 1 = E [ v ( k ) v T ( k ) ] , Q 2 = E [ n ( k ) n T ( k ) ]
Given the a priori estimate of the state vector, x ^ ( 0 ) = x ^ 0 , and its error covariance matrix, P ( 0 ) = P 0 , we set k = 0 and then apply the basic Kalman filter algorithm to estimate the next state by recursively computing the following equations:
K ( k ) = [ F ( k ) P ( k ) H T ( k ) ] [ H ( k ) P ( k ) H T ( k ) + Q 2 ] 1
x ^ ( k + 1 ) = F ( k ) x ^ ( k ) + K ( k ) [ z ( k ) H ( k ) x ^ ( k ) ]
P ( k + 1 ) = [ F ( k ) K ( k ) H ( k ) ] P ( k ) [ F ( k ) K ( k ) H ( k ) ] T + K ( k ) Q 2 K T ( k )
where K ( k ) is the Kalman gain. In this Kalman filter algorithm, it is important to choose an a priori estimate of the state x ^ 0 and its covariance error P 0 , because an intelligent choice improves the accuracy and decreases the computational complexity of the algorithm. A few measurement vector samples can be considered as initial values for x ^ 0 and P 0 as follow:
x ^ 0 = [ H T Q 2 1 H ] 1 H T Q 2 1 z 0
P 0 = [ H T Q 2 1 H ] 1
For our model, the discrete state equations in Equations (5) and (6) are defined for our forecasting model as follows:
  • The state transition matrix, F ( k ) , is a constant identity matrix;
  • The error covariance matrices, Q 1 and Q 2 , are constant identity matrices;
  • The state vector, x ( k ) , has some parameters based on Equation (2);
  • The time-varying output matrix, H ( k ) , is derived from the load demand and temperature.
  • The observation value, z ( k ) , represents the load at time k. z ( k ) = H ( k ) x ( k ) takes the following form, defined by Equations (13):
L ( t ) = a 1 · · · a 24 j 1 + k 1 b 1 b 2 · · · b 24 j 2 + k 2 × L ( t 1 ) L ( t 24 j 1 + k 1 ) u ( t ) u ( t 1 ) u ( t ( 24 j 2 + k 2 ) + 1 ) T + 1 c 1 c ( t 24 j 3 + k 3 ) × e ( t ) e ( t 1 ) e ( t 24 j 3 + k 3 ) T

3. Enhanced Robustness of the Proposed Load Forecasting Scheme

Figure 2 shows the six steps of the proposed robust load forecasting. The first important step is data pattern classification. If the input data are well classified, we can determine a suitable model and reduce forecasting error. The second step, model selection, determines the structure of the forecasting model, model order and load and weather factor using the ARMAX model. The third step is model parameter estimation, during which optimal parameters of the forecasting model are estimated using the Kalman filter and database of past and present load and weather data. The third step leads to a forecast of the load at the next instant of time in the fourth step. The fifth and sixth steps are feedback processes.
Figure 2. Steps for proposed load forecasting scheme.
Figure 2. Steps for proposed load forecasting scheme.
Energies 06 01329 g002
In the fifth process, an accumulated error is obtained by summing up the absolute errors. If it exceeds the reasonable threshold value, K, the sixth step, model-switching scheme (MSS), is executed to replace the model structure. Through this process, we can respond to an increase of accumulated error and reduce total accumulated error. If it does not exceed the threshold value, the fourth step is executed. In this section, we describe data pattern classification for identifying the load model based on day characteristics and a model switching scheme for enhancing forecasting accuracy.

3.1. Data Pattern Classification for Selecting the Load Model

The main purpose of defining a forecasting model is to determine its order and the variables that have effects on the load. As mentioned in Section 2, we use the ARMAX model, which depends on load and temperature. Thus, we collected hourly load data for a building in March 2012, as well as temperature data, in order to reflect day characteristics of input data. Each data point is categorized into two databases, one for the weekday and the other for the weekend.
Figure 3 and Figure 4 show the load shape over 24 hours of weekdays and weekends in the building. These data were collected by Korea Energy Management Corporation (KEMCO) during March 2012 in Korea. As shown in Figure 3 and Figure 4, the graph shape differs for weekdays and weekends. Because people usually work on weekdays, the load characteristic of weekdays differs from that of the weekend: this research does not consider the holiday case on account of its irregularity. Temperature is also an influential factor. Based on the tendencies of loads due to weather and time, the input data sequences are divided as in Figure 5.
Figure 3. Sample of hourly electrical demand during the weekday.
Figure 3. Sample of hourly electrical demand during the weekday.
Energies 06 01329 g003
Figure 4. Sample of hourly electrical demand during the weekend.
Figure 4. Sample of hourly electrical demand during the weekend.
Energies 06 01329 g004
Figure 5. Sample of hourly electrical demand for i weeks.
Figure 5. Sample of hourly electrical demand for i weeks.
Energies 06 01329 g005
Thus, in the weekday case, this model uses data, including days from Monday to Friday, such as { m o n 1 , t u e 1 , w e d 1 , , t h u i , f r i i } . Similarly, the weekend case uses data composed only of Saturday and Sunday: { s a t 1 , s u n 1 , , s a t i , s u n i } . The value i of the data sequence represents the ith week data. Also, each datum has a 24-hourly load datum. In this data pattern classification, we reflect the characteristic of two data by using a general load model. By using Equations (1) and (2), this general model can be expressed as:
L ( t ) = ( a 1 L ( t 1 ) + + a n L ( t ( 24 j l + k l ) ) + ( b 1 T ( t ) + b 2 T ( t 1 ) + + b m T ( t ( 24 j u + k u ) + 1 ) ) + ( e ( t ) + c 1 e ( t 1 ) + + c r e ( t ( 24 j e + k e ) ) )
where at any instant, t, L ( t ) is the load; T ( t ) is the temperature and e ( t ) is the noise; L ( t ( 24 j + k ) ) is the previous load at time; 24 j + k , where j is a day and k is a time; Similarly, T ( t ( 24 j + k ) + 1 ) and e ( t ( 24 j + k ) ) are the previous temperature and noise at time, 24 j + k , respectively. This basic load model illustrates the characteristics of weekday and weekend cases by using the categorized input data. In this paper, we define the order of the load model by the following equation:
L ( t ) = a 1 L ( t 1 ) + a 2 L ( t ( 24 7 ) ) + a 3 L ( t ( 24 7 + 1 ) ) + b 1 T ( t 1 ) + b 2 T ( t ( 24 7 ) ) + b 3 T ( t ( 24 7 + 1 ) ) + e ( t )
Each term of the equation is labeled as follows: L ( t ) is the forecasted load at the next step; L ( t 1 ) is the load value one hour before on the same day; L ( t ( 24 7 ) ) is the load during the same hour 7 days prior; L ( t ( 24 7 + 1 ) ) is the load one hour before the hour of 7 days prior; T ( t 1 ) , T ( t ( 24 7 ) ) and T ( t ( 24 7 + 1 ) ) follow the same rule of load term. The last term, e ( t ) , represents total noise.

3.2. Division of Input Data Sequences

Most previous studies of load forecasting only dealt with estimating parameters of the load structure. Hence, this aspect tends to face increasing accumulated error caused by changes of input data characteristics. To overcome this problem, we substitute a candidate model for the current model when accumulated error exceeds a threshold value in our model. Therefore, candidate models reduce accumulated error as a back-up model. The candidate load models used in this paper and those characters are shown in Table 1. Finding the proper threshold value is important for defining scheme characteristics. Too small of a threshold may cause unnecessary model switching, but too large of a value may not provide the desired robustness to the behavioral change in load in time. The determination of the optimal threshold value should be different for different cases and may require considerable experience. However, it may be advised to set a value with some margin, calculated when reasonably accurate forecasting performance is observed during the initial calibration period. In this research, this value is assumed to be 250 kWh. The proposed scheme also provides two operation modes in order to help determine the appropriate model. The first is an initial mode and the second is an executing mode. Details of these modes are presented in the following subsections.
Table 1. Candidate load models.
Table 1. Candidate load models.
NameModelNote
Candidate 1 L ( t ) = a 1 L ( t 1 ) + b 1 T ( t 1 ) + e ( t ) Use data, an hour ago
Candidate 2 L ( t ) = a 1 L ( t ( 24 7 ) ) + b 1 T ( t ( 24 7 ) ) + e ( t ) Use data, a week ago
Candidate 3 L ( t ) = a 1 L ( t 1 ) + a 2 L ( t 2 ) + b 1 T ( t 1 ) + b 2 T ( t 2 ) + e ( t ) Use data, an hour and two hours ago

3.2.1. Initial Mode

The initial mode of MSS aims to provide a new structure quickly. When accumulated error exceeds a threshold value, there are not enough data to select the best candidate model. Because it needs two weeks at least in order to obtain sufficient data, MSS activates training mode to reduce accumulated error until the system collects sufficient load data. As shown in Figure 6, when this mode activates, our system generates estimated load data based on past data and chooses a model randomly or empirically among a set of models. Then, the basic model for load forecasting is substituted by the structure that was selected from the candidate models. Our scheme then forecasts the next time load using this model. Although there is a possibility that the accumulated error of the selected model again reaches the critical value, the initial mode plays a role in the lack of load data.
Figure 6. Process of the initial mode.
Figure 6. Process of the initial mode.
Energies 06 01329 g006

3.2.2. Executing Mode

While the purpose of the initial mode is to provide a model quickly in the case of a lack of load data, the executing mode aims to select the most accurate of the candidate structures by using sufficient data. When this mode activates, the system starts collecting sufficient load data to estimate the model coefficient for two weeks. This mode then simulates all candidates by using collected data, as shown in Figure 7. Then, our system selects the candidate that has a minimum error. Finally, the model with the least accumulated error during this period replaces the current forecasting model. Though it takes a longer time when we have more models, this can provide the best one.
Figure 7. Process of accurate mode.
Figure 7. Process of accurate mode.
Energies 06 01329 g007

4. Simulation Studies

Simulation studies are conduced to demonstrate the efficacy of the proposed load forecasting scheme with actual hourly load data as the basic input data. By using our basic load model, the accumulated and average errors of data pattern classification are evaluated with reference to errors without the proposed classification. The proposed scheme for enhancing the model robustness is also implemented and evaluated. Simulations for two modes are carried out to evaluate performance for the same scenarios. The scenario includes a changing load characteristic so that accumulated error increases. The weather data is obtained from the Korea Meteorological Administration [21].

4.1. Data Pattern Classification

To forecast the load, initial parameters, such as x 0 , a set of a , b , c and P 0 in Equations (1315) must be defined. In this simulation, we set those parameters arbitrarily. Using these parameters, load demand and temperature obtained from measuring the Kalman filter is applied to estimate coefficients of the basic load model for each data pattern classification case (Table 2).
The actual daily load for the week is shown in Figure 8. By using the above values, the forecasted loads with data pattern classification are presented in Figure 9. In particular, Figure 9 illustrates weekday and weekend cases simultaneously. Table 3 compares the performance of the models with and without data pattern classification in terms of max, min and average errors. It clearly indicates that data classification helps prevent interference between the weekday load and weekend load and improves the forecasting accuracy.
Table 2. Estimated coefficients for the load model.
Table 2. Estimated coefficients for the load model.
a 1 a 2 a 3 b 1 b 2 b 3 c 1
Weekday case0.6626−0.26320.5300−0.00900.1803−0.13570.0223
Weekend case0.11360.15480.6464−0.02180.06960.0105−0.0207
Whole-week case0.6052−0.18720.51730.00900.1932−0.16420.0078
Figure 8. Actual load demand.
Figure 8. Actual load demand.
Energies 06 01329 g008
Figure 9. Forecasted load demand with data pattern classification.
Figure 9. Forecasted load demand with data pattern classification.
Energies 06 01329 g009
Table 3. Error performance for data pattern classification.
Table 3. Error performance for data pattern classification.
Max errorMin errorAverage errorAccumulated error
Included0.97050.01690.39149.3928
Not included1.32300.04300.575213.8044
Difference0.35250.02610.18384.4116

4.2. Performance of the Model Switching Scheme

This subsection demonstrates the performance of the MSS. It is important to note that forecasting error is unavoidable and the accumulated error tends to increase continuously. Thus, our algorithm initializes the accumulated error to an initial value every regular checking period, e.g., one week in this paper. The threshold value of accumulated error is empirically chosen to be 250 kWh. Candidate forecasting models are selected, as shown in Table 1. We then investigate numerical simulations using new weekly data in Figure 10 to address the load characteristic change.
Figure 10. Weekly load as new incoming data.
Figure 10. Weekly load as new incoming data.
Energies 06 01329 g010
When the characteristics of input data change, the accumulated error of the load model increases, as shown in Figure 11. This figure shows that accumulated error is sharply increased after characteristic change and exceeds a threshold value. Because the accumulated error exceeds the threshold value, MSS starts one of the modes to substitute for the basic load model.
In the case of the initial mode, there are not sufficient load data. Thus, the system starts generating estimated load data and chooses the first candidate randomly. In the executing mode, our system has two weeks of data. Then, this mode simulates every candidate model using those data. Figure 12 indicates the improved performance of the executing mode in the proposed scheme. In this figure, the gray area means the difference between two modes. The consequent accumulated errors for initial and executing modes are 186.78 kWh and 104.64 kWh, respectively. As you can see, executing mode is superior to the initial mode in reducing the error. However, that mode has a disadvantage, because it cannot control accumulated error for two weeks, because the current model must be used until data collection is finished. The initial mode randomly chooses one of the candidates and uses estimated load data in order to estimate the coefficient of the load model. Even though the initial mode has lower performance than the executing mode, it is a significant operation mode, because it is able to decrease accumulated error until the system collects enough load data.
Figure 11. Trend of the accumulated error.
Figure 11. Trend of the accumulated error.
Energies 06 01329 g011
Figure 12. Comparison between initial and executing modes.
Figure 12. Comparison between initial and executing modes.
Energies 06 01329 g012

5. Conclusions

To improve the accuracy and robustness of the load forecasting, this paper has presented a new load forecasting strategy incorporating data pattern classification and automatic model switching and demonstrated the enhanced performance through case studies using the real energy consumption data. Specifically, this research improved accuracy by processing the input load data in terms of daily characteristics and reinforced the robustness against the structural bias error due to any change in electricity consumption pattern in the building by allowing the forecast model change. The proposed strategy has adopted ARMAX models with the Kalman filter for estimating their parameters, because they are easily implementable on top of their proven performance in time series analysis. However, it is worth noting that the forecasting model is not limited to the ARMAX models, as this study has investigated. Several candidate models with complementary structures should work with flexible and scalable architecture and interfaces, allowing for seamless transition from one model to the other in order to improve the accuracy and robustness. Accuracy and robustness against any uncertainty this research provides should help understand the energy behavior of buildings and enable the potential savings through proper load controls and demand responses, which should contribute to the cost-effective operation and stabilization of an entire generation and distribution systems, as well.

Acknowledgments

This work was supported in part by the Basic Science Research Program through the National Research Foundation of Korea (NRF), funded by the Ministry of Education Science and Technology (No. 20110014440). This work was supported in part by the Human Resource Development of the Korea Institute of Energy Technology Evaluation and Planning (KETEP) grant funded by the Korean government Ministry of Knowledge Economy (No.20124030200040).

References

  1. Clarkea, J.A.; Cockroftb, J.; Connera, S.; Handa, J.W.; Kellya, N.J.; Mooreb, R.; OBriena, T.; Strachan, P. Simulation-assisted control in building energy management systems. Energy Build. 2002, 34, 933–940. [Google Scholar] [CrossRef] [Green Version]
  2. Kolokotsaa, D.; Pouliezosb, A.; Stavrakakisc, G.; Lazosc, C. Predictive control techniques for energy and indoor environmental quality management in buildings. Energy Build. 2009, 44, 1850–1863. [Google Scholar] [CrossRef]
  3. Tyler, J.; Auslander, D.M. Improved Methods to Load Prediction in Commercial Buildings. In Proceedings of the 2012 ACEEE Summer Study on Energy Efficiency in Buildings, Pacific Grove, CA, USA, 12–17 August 2012; pp. 173–184.
  4. Vandaele, W. Applied Time Series and Box-Jenkins Model; Academic Press: New York, NY, USA, 1983. [Google Scholar]
  5. Gross, G.; Galiana, F.D. Short term load forecasting. Proc. IEEE 1987, 75, 1588–1573. [Google Scholar] [CrossRef]
  6. Kim, K.H.; Park, J.K.; Hwang, K.J.; Kim, S.H. Implementation of hybrid short-term load forecasting system using artificial neural networks and fuzzy expert systems. IEEE Trans. Power Syst. 1995, 10, 1534–1539. [Google Scholar]
  7. Srinivasan, D.; Swee, T.S.; Cheng, C.S.; Chan, E.K. Parallel neural network-fuzzy expert system strategy for short-term load forecasting: System implementation and performance evaluation. IEEE Trans. Power Syst. 1999, 6, 1100–1106. [Google Scholar] [CrossRef]
  8. Park, D.C.; El-Sharkawi, M.A.; Marks II, R.J.; Atlas, L.E.; Damborg, M.J. Electric load forecasting using an artificial neural network. IEEE Trans. Power Syst. 1991, 6, 442–449. [Google Scholar] [CrossRef]
  9. Mori, H.; Kosemura, K. Optimal Regression Tree Based Rule Discovery for Short-Term Load Forecasting. In Proceedings of the IEEE Power Engineering Society Winter Meeting, Columbus, OH, USA, 28 January–1 February 2001; pp. 421–426.
  10. Rahman, S.; Hazim, O. A generalized knowledge-based short-term load-forecasting technique. IEEE Trans. Power Syst. 1993, 7, 508–514. [Google Scholar] [CrossRef]
  11. Lee, K.Y.; Cha, Y.T.; Park, J.H. Short-term load forecasting using an artificial neural network. IEEE Trans. Power Syst. 2005, 7, 2499–2504. [Google Scholar] [CrossRef]
  12. Hsu, H.H.; Ho, K.L. Fuzzy expert systems: An application to shortterm load forecasting. Proc. Inst. Elect. Eng. Gen. Transm. Distrib. 1992, 139, 471–477. [Google Scholar] [CrossRef]
  13. Yang, H.T.; Huang, C.M.; Huang, C.L. Identification of ARMAX model for short term load forecasting: An evolutionary programming approach. IEEE Trans. Power Syst. 1996, 11, 403–408. [Google Scholar] [CrossRef]
  14. Ruzic, S.; Vuckovic, A.; Nikolic, N. Weather sensitive method for short term load forecasting in electric power utility of Serbia. IEEE Trans. Power Syst. 2003, 18, 1581–1586. [Google Scholar] [CrossRef]
  15. Herter, K. Residential implementation of critical-peak pricing of electricity. Energy Policy 2007, 35, 2121–2130. [Google Scholar] [CrossRef]
  16. Hagan, M.T.; Behr, S.M. The time series approach to short-term load forecasting. IEEE Trans. Power App. Syst. 1987, PAS-2, 785–791. [Google Scholar] [CrossRef]
  17. Wang, B.; Tai, N.L.; Zhai, H.Q.; Ye, J.; Zhu, J.D.; Qi, L.B. A new ARMAX model based on evolutionary algorithm and particle swarm optimization for short-term load forecasting. Electr. Power Syst. Res. 2008, 78, 1679–1685. [Google Scholar] [CrossRef]
  18. Box, G.E.P.; Jenkins, G.M. Time Series AnalysisForecasting and Control; Holden-Day: San Francisco, CA, USA, 1976. [Google Scholar]
  19. Brown, R.G.; Hesterburg, T. Introduction to Random Signal Analysis and Kalman Filtering; Wiley: New York, NY, USA, 1983. [Google Scholar]
  20. Ristic, B.; Arulampalam, S.; Gordon, N. Beyond the Kalman Filter; Artech House: Norwood, MA, USA, 2004. [Google Scholar]
  21. Korea Meteorological Administration. Available online: http://web.kma.go.kr/eng (accessed on 26 February 2013).

Share and Cite

MDPI and ACS Style

Yoo, J.; Hur, K. Load Forecast Model Switching Scheme for Improved Robustnessto Changes in Building Energy Consumption Patterns. Energies 2013, 6, 1329-1343. https://doi.org/10.3390/en6031329

AMA Style

Yoo J, Hur K. Load Forecast Model Switching Scheme for Improved Robustnessto Changes in Building Energy Consumption Patterns. Energies. 2013; 6(3):1329-1343. https://doi.org/10.3390/en6031329

Chicago/Turabian Style

Yoo, Jaeyeong, and Kyeon Hur. 2013. "Load Forecast Model Switching Scheme for Improved Robustnessto Changes in Building Energy Consumption Patterns" Energies 6, no. 3: 1329-1343. https://doi.org/10.3390/en6031329

Article Metrics

Back to TopTop