Regression Analysis For Non-Linear Load Growth (Load Forecasting)
Regression Analysis For Non-Linear Load Growth (Load Forecasting)
(Load Forecasting)
Muhammad Arslan Ahmad Technology, Lahore
Department of Electrical Lahore, Pakistan
Engineering [email protected]
University of Engineering and
Abstract—Load growth of the geographical area served by energy prices increasing by a factor of ten or more during
a utility company is the most important factor influencing the peak situations, load forecasting is vitally important for
expansion of distribution system. For an energy-limited utilities. Over the last few decades a number of forecasting
economy system, it is crucial to forecast load demand methods have been introduced. Most of these methods use
accurately. Moreover, electric load forecasting is principal to statistical techniques sometimes combined with artificial
the economic and efficient provision of electric power to meet intelligence algorithms such as neural networks, fuzzy logic,
various load demands for a specified period of time. This paper and expert systems. Two of the methods, so-called end-use
presents the detailed aspects of regression techniques being and econometric approach are broadly used for medium and
used in forecasting the electricity load. Over the last few
long-term forecasting. A variety of methods, that include the
decades a number of forecasting methods have been
introduced. Most of these methods use statistical techniques
so-called similar day approach, various regression models,
some times combined with artificial intelligence algorithms time series, neural networks, statistical learning algorithms,
such as neural networks, fuzzy logic, and expert systems. A fuzzy logic, and expert systems, have been developed for
large variety of mathematical methods and ideas have been short-term forecasting.[1]
used for load forecasting. The development and improvements Traditional models for Load Forecast can be generally
of appropriate mathematical tools will lead to the development classified as time series models and Regression Models. In
of more accurate load forecasting techniques. In this paper, we
time series models, the previous load is extrapolated to
are concerned to talk mainly about the long-term forecast
using various regression techniques.
obtain future loads. These models are frequently augmented
with transfer functions in order to adapt the consumer
Keywords—Load growth, distribution system, forecast, response to changing weather patterns and intangible factors.
mathematical models, Regression techniques, These models require large amount of data and a complex
estimation procedure. Regression models constitute the
second major modeling technique, wherein the database is
I. INTRODUCTION frequently divided into smaller segments, whereby a
Electrical Energy is one of the most important sources for Regression models is built for each segment, such as a
social and economic development of all nations. The growth season or a day or a week.[2]
in energy consumption is essentially linked with the growth
in economy. Electricity demand increases due to the Regression analysis is a technique used for analyzing the
population growth, higher per capita consumption, rapid numerical data. The dependent variable yi is a linear
development of industrial & commercial growth, higher combination of the parameters, α, and the independent
Gross Domestic Product (GDP) growth and structural variables, xi , which could be linear or nonlinear. The simple
changes in the economy.[1] linear and multiple linear regressions are the two basic types
of linear regression. For instance, in simple regression of N
Load forecasting problem has been receiving great and data points’ modeling, there is one independent variable, xi ,
growing attention as being an important and primary tool in and two parameters, α0 and α1 , which yield a straight line,
power system planning and operation. It has been an called fitted regression line: [3]
attractive research topic in many countries all over the world,
especially in fast developing countries with higher load yi =α0 +α1xi +ei i =1,...,N (1)
growth rate in recent decades. Many techniques such as auto Regression analysis is an important tool for modeling and
regressive integrated moving average and regression analysis analyzing data. Here, we fit a curve / line to the data points,
(RA) have been investigated to solve the problem of Load in such a manner that the differences between the distances
Forecasting in the last few decades.[1] of data points from the curve or line is minimized.[4]
Load forecasts can be divided into three categories: short-
term forecasts which are usually from one hour to one week,
medium forecasts which are usually from a week to a year,
and long-term forecasts which are longer than a year.[1] The
forecasts for different time horizons are important for
different operations within a utility company. The natures of
these forecasts are different as well. For example, for a
particular region, it is possible to predict a next day load with
an accuracy of approximately 1-3%.[1] However, it is
impossible to predict the next year peak load with the similar
accuracy since accurate long-term forecasts are not available.
For the next year peak forecast, it is possible to provide the
probability distribution of the load based on historical
weather observations. It is also possible, according to the
industry practice, to predict the so-called weather normalized
Figure 1. Regression Analysis[4]
load, which would take place for average annual peak
weather conditions or worse than average peak weather
conditions for a given area.[1]
Load forecasting has always been important for planning
and operational decision conducted by utility companies.
However, with the deregulation of the energy industries, load
forecasting is even more important. With supply and demand
--fluctuating with the changes of weather conditions an
II. FORECASTING METHODOLGY
Forecasting is simply a systematic procedure for
quantitatively defining future loads. Depending on the time
periods of interest, a specific forecasting procedure may be
classified as a short term, intermediate or long term
technique.
Because system planning is our basic concern and
because planning for the flow generation, transmission and
distribution facilities must begin 4-10 year in advance of the
actual in service data.
Regression analysis is the most accurate method being
used for the forecasting. There are multiple benefits of using
regression analysis. They are as follows:[4]
A. Linear Regression
It is one of the most widely known modeling techniques.
Linear regression is usually among the first few topics
which people pick while learning predictive modeling. In
this technique, the dependent variable is continuous, B. Polynomial Regression
independent variable(s) can be continuous or discrete, and A regression equation is a polynomial regression equation
nature of regression line is linear.[4] if the power of independent variable is more than 1. The
Linear Regression establishes a relationship between equation below represents a polynomial equation:[4]
dependent variable (Y) and one or more independent
variables (X) using a best fit straight line (also known as y=a+bX2 (2)
regression line).[4] In this regression technique, the best fit line is not a straight
It is represented by an equation [4] line. It is rather a curve that fits into the data points.
Y=a+bX + e,
where a is intercept, b is slope of the line and e is error term.
This equation can be used to predict the value of target
variable based on given predictor variable(s).
3) The Cubic Regression Model: Figure 4 shows the graph that compares the actual and
This model is denoted by the formula: forecasted average load consumption of Covenant
Y = a0 + a1X + a2X2 (5a) University from August 2012 – January 2013 using the
The values of a0, a1 and a2 can be derived simultaneously linear method.
using these formulas:[9]
aon + a1∑xi + a2∑xi2= ∑yi (5b)
ao∑xi+ a1∑xi2 + a2∑xi3 = ∑ xiyi (5c)
ao∑xi2+ a1∑xi3 + a2∑xi4 = ∑ xi2yi (5d)
The values to be used in this calculation are all derived
from Table 1. Substituting the values of Table 1 and solving
the equations (5b), (5c) and (5d) simultaneously, the
equation (5a) becomes:
Y = 36.34 + 0.18X + 4.77X2 (5e) Table 3[9]
To test the model, the values for the first three months (from
x=1 to x=3) are substituted into equation (5e) then the
values for the months to be forecasted (from x= 4 to x=6)
are also substituted into equation (5e).
The forecasted values are then compared with the actual
values gathered from the substation as shown in Table 1.
The MAPE and RMSE of the different models are
calculated by substituting values into equations (1) and (2).
The values are shown in Table 5.
Figure 5[9]
Table 4[9]
this period, and major maintenance operation can take place
as well. Meanwhile, this drop in load consumption accounts
for the huge deviation in the forecast values for the three
regression models. Work is under way to incorporate
artificial intelligence into the study.
REFERENCES
Figure 6[9] [2] JieWu (2013), “Short term load forecasting technique based on the
seasonal exponential adjustment method and the regression model”
Figure 6 shows the graph that compares the actual and
forecasted average load consumption of Covenant [3] J. Kumaran, “A Simple Regression Model for Electrical Energy
Forecasting” International Journal of Advanced Research in
University from August 2012 – January 2013 using the Electrical, Electronics and Instrumentation Engineering
cubic method growth method.
[4] Analytics vidya
https://www.analyticsvidhya.com/blog/2015/08/comprehensive-
guide-regression/ Retrieved on 25 October 2018
[5] Isaac A. Samuel, Felly-Njoku Chihurumanya F., Adewale Adeyinka
A. and Ayokunle A. Awelewa (2014), “Medium-Term Load
Forecasting Of Covenant University Using the Regression Analysis
Methods”, Journal of Energy Technologies (Online)Vol.4, No.4, 2014