SlideShare a Scribd company logo
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 9, Issue 11 (February 2014), PP. 31-36
31
Study & Development of Short Term Load Forecasting Models
Using Stochastic Time Series Analysis
V.Venkatesh1
, Shilpa G N2
,Nataraja.C3
1
Professor, ECE Department & Principal, C.I.T., Gubbi, Tumkur, Karnataka, India
2
Assistant professor, E&EE Department, SSIT, Tumkur, Karnataka, India.
3
Engineer, MTech(Energy System Engineering) , Tumkur, Karnataka, India.
Abstract:- The present paper involves the study & development of various time series models for Short Term
Electrical Load Forecasting Using Time series approach. Given one year load data, first six months data is used
for model development and then these models can be tested using next six months data. Different models for
Short term load forecasting using time series approach such as Autoregressive (AR) models, Autoregressive
Moving Average (ARMA) models, Autoregressive Integrated Moving Average (ARIMA) models and are
developed. The methodology involves Initial Model Development Phase, Parameter Tuning Phase and
Forecasting Phase.
Index Terms:- Autoregressive Moving Average (ARMA), Autoregressive Integrated Moving Average
(ARIMA), model. Autocorrelation function (acf), autocorrelation function (pacf).
I. INTRODUCTION
Load forecasting has always been the essential part of an efficient power system planning and
operation.
Power system expansion planning starts with a forecast of anticipated future load requirement.
Estimates of both demand and energy required are crucial to effective system planning. Demand forecasts are
used to determine the capacity of generation, transmission, and distribution system additions and energy
forecasts determine the type of facilities required. Load forecasts are also used to establish procurement policies
for construction capital where for sound operation the balance must be maintained in the use of dept and equity
capital. Further energy forecasts are used to determine future fuel requirement and if necessary when fuel prices
soar rate relief to maintain an adequate rate of return. In summary good forecast reflecting current and future
trends tempered with good judgment is the key to planning indeed to financial success. Short-term load
forecasting activities include forecasting the daily load curve as a series of 24 hourly forecasted loads.
Various techniques for power system load forecasting have been proposed in the last few decades.
Load forecasting with time leads, from a few minutes to several days helps the system operator to efficiently
schedule spinning reverse allocation, can provide information which is able to be used for possible energy
interchange with other utilities. In addition to these economical reasons it is also useful for system security. The
idea of time series approach is based on the understanding that a load pattern is nothing more than a time series
signal with known seasonal, weekly and daily predictions. These predictions give a rough prediction of the load
at the given season, day of the week and time of the day. Time series forecasting methods are based on the
premises that we can predict future performance of a measure simply by analyzing its past results. These
methods identify a pattern in the historical data and use that pattern to extrapolate future values. Past results can,
in fact, be very reliable predictor for a short period into the future.
In this context, the development of an accurate, fast and robust short term load forecasting
methodology is of importance to both the utility and its customers. An attempt has been made for studying Short
Term Hourly Load Forecasting using time series approach by developing Autoregressive (AR), Autoregressive
Moving Average (ARMA), Autoregressive Integrated Moving Average (ARIMA) models.
The power load demand is sensitive to weather variables. The effect of the weather variables such as
Temperature, Humidity, Wind speed and Cloud coverage on the load demand can be considered in the
development of these models for short term load forecasting using time series approach. Also non weather
variables can be taken into consideration. Also while developing these models Holidays and special events can
be separately considered.
II. TIME SERIES MODELS IN LOAD FORECASTING:
This method appears to be the most popular approach that has been applied and is still being applied in
electric power industry for short term load forecasting.
Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis
32
Fig2(a). Load time series modeling
The power system load is assumed to be time dependent evolving according to a probabilistic law. It is
a common practice to employ a white noise sequences a(t) as input to a linear filter whose output y(t) is the
power system load. This is an adequate model for predicting the load time series. The noise input is assumed
normally distributed with zero mean and some variance σt. Time series models can use non weather as well as
weather variables. These models are most widely used for load forecasting.
2.1 The Autoregressive (AR) process:
In the Autoregressive process, the current value of the time series y (t) is expressed linearly in terms of
its „p‟ previous values [y (t-1), y (t-2)……. y (t-p)] and a random noise a (t).
For an autoregressive process of order „p‟ i.e. AR (p), the model can be written as,
y (t) = Ø1 y (t-1) + ……..+ Øp y (t-p) + a (t)
----------- 1
In order to write this in more convenient form the following operators are introduced.
B y (t) = y (t-1);
Bm
y (t) = y (t-m);
And
A (q) = 1- Ø1 B1
– Ø2 B2
- ……………- Øp Bp
;
So equation 1 can be written as,
A (q) y (t) = a (t) ------------ 2
Where,
y (t) – output or the load at time„t‟
B - Backshift operator
A (q) – delay polynomial
Ø1… Øp – coefficients of delay
Polynomial
p – Order of the delay polynomial
a (t) – random noise
2.2 The Moving Average (MA) Process:
In the moving average process, the current value of the time series y (t) is expressed linearly in terms
of current and previous „q‟ values of a white noise series [ a (t), a (t-1)………a(t-q)].The noise series is
constructed from the forecast errors or residuals when load observations become available.
For a moving average of order „q‟ i.e. MA (q), the model can be written as,
y (t) = a (t) + θ1 a (t-1) + ………+ θq a (t-q)
Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis
33
--------- 3
A similar application of backshift operator on white noise series would allow equation 3 to be written
as,
y (t) = C (q) a (t) ------------- 4
And
C (q) = 1+ θ1 B1
+ θ2 B2
+ ………..+ θq Bq
;
Where,
y (t) – output or the load at time„t‟
B - Backshift operator
C (q) – delay polynomial
θ1…..θq - coefficients of delay
polynomial
q – Order of the delay polynomial
a (t) – random noise
2.3 The Autoregressive Moving-Average (ARMA) Process:
In the autoregressive moving average process, the current value of the time series y (t) is expressed
linearly in terms of its previous „p‟ values [y (t-1), y (t-2)……..y (t-p) ] and in terms of current and previous
„q‟ values of a white noise [a (t), a (t-1).…...a (t-q) ].
For an autoregressive moving average process of order „p‟ and „q‟ i.e. ARMA (p, q), the model is
written as,
y (t) = Ø1 y (t-1) + ………..+ Øp y (t-p) + a (t)
+θ1a(t-1)+…….+θqa(t-q)
------------------ 5
By using the backshift operator defined earlier equation 5 can be written as,
A (q) y (t) = C (q) a (t) ------------- 6
Where,
A (q) & C (q) – delay polynomials
p & q – Orders of the delay polynomials
A (q) & C (q) respectively.
2.4 The Autoregressive Integrated Moving-Average (ARIMA) Process:
The time series defined previously as an AR, MA or as an ARMA process is called a stationary
process. This means that the mean of the series of any of these processes and the covariances among its
observations do not change with time. If the process is non-stationary, transformation of the series to a
stationary process has to be performed first. This can be achieved, for the time series that are non-stationary in
mean, by a differencing process.
By introducing the ▼ operator, a differenced time series of order 1 can be written as,
▼y (t) = y (t) – y (t-1) = (1-B) y (t); using the definition of backshift operator, B. Consequently, an
order „d‟ differenced time series is written as,
▼d
y (t) = (1-B) d
y (t);
The differenced stationary series can be modeled as an AR, MA, or an ARMA to yield an ARIMA time
series processes.
For a series that needs to be differenced „d‟ times and has the orders „p‟ and „q‟ for AR and MA
components i.e. ARIMA (p,d,q) model is written as,
A (q) ▼d
y (t) = C (q) a (t)
----------------- 7
Where A (q) , ▼d
, and C (q) have been defined earlier.
Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis
34
III. MAIN GOALS OF TIME SERIES ANALYSIS:
There are two main goals of time series analysis:
 Identifying the nature of the phenomenon represented by the sequence of observations
 Forecasting or predicting the future values of the time series.
Both of these goals require that the pattern of the observed time series data is identified and more or
less formally described. Once the pattern is established, we can interpret and integrate it with other data. In time
series analysis it is assumed that the data consists of a systematic pattern and a random noise which usually
makes the pattern difficult to identify. Most time series analysis techniques involve some form of filtering out
noise in order to make the pattern more salient.
IV. TWO GENERAL ASPECTS OF TIME SERIES PATTERNS
Most time series patterns can be described in terms of two basic classes of components:
 Trend
 Seasonality
The former represents a general systematic linear or (most often) nonlinear component that changes
over time and does not repeat or at least does not repeat within the time range captured by our data. The latter
may have formally similar nature; however it repeats itself in systematic intervals over time.
There are no proven “automatic” techniques to identify trend components in the time series data:
however, as long as the trend is monotonous (consistently increasing or decreasing) that part of data analysis is
typically not very difficult. If the time series data contain considerable error, then the first step in the process of
trend identification is smoothing. Smoothing always involves some form of local averaging of data such that
nonsystematic components of individual observations cancel each other out.
Seasonal dependency (seasonality) is another general component of the time series pattern. It is
formally defined as correlation dependency of order „k‟ between each „ith‟
element of the series and the (i-k)th
element and measured by autocorrelation :„k‟ is usually called the lag. If the measurement error is not too large,
seasonality can be visually identified in the series as a pattern that repeats every „k‟ elements.
4.1 Autocorrelation Function (Acf):
Autocorrelation is a mathematical tool used for analyzing functions or series of values. Informally, it
the measure of how well a signal matches a time-shifted version of itself, as a function of the amount of time
shift. Autocorrelation is useful in finding repeating patterns in a signal. The autocorrelation function describes
inherent correlation between observations of a time series which are separated in time by some lag „k‟.
It is given by,
ρk = Ø1 ρk-1 + ……………+ Øp ρk-p ;
Where,
ρk = γk / γo ;
γk = E [ y (t) y (t+k) ] ;
If the function ρ is well defined its value must lie in the range [-1 1], with 1 indicating perfect
correlation and -1 indicating perfect anticorrelation.
Seasonal patterns of time series can be examined via correlograms. The Autocorrelation correlograms
displays graphically and numerically the autocorrelation function, i.e. serial correlation coefficients for
consecutive lags in a specified range of lags.
4.2 Partial Autocorrelation Function (Pacf):
Another useful method to examine serial dependencies is to examine the partial autocorrelation
function. Here correlations with all the elements within the lag are partialled out. If the lag of 1 is specified ( i.e.
there are no intermediate elements within the lag), then the partial autocorrelation is equivalent to
autocorrelation. In the sense, the partial autocorrelation provides a clearer picture of serial dependencies for
individual lags.
Serial dependency for a particular lag of „k‟ can be removed by differencing the series, i.e. converting
each ith
element of the series into its difference from the (i-k)th
element. There are two major reasons for such
transformations. First; we can identify the hidden nature of seasonal dependencies in the series. As mentioned
earlier, autocorrelations for consecutive lags are interdependent. Therefore, removing some of the
autocorrelations will change other autocorrelations and it may eliminate them or it may make some other
seasonalities apparent. The other reason for removing seasonal dependencies is to make the time series
stationary which is necessary for ARIMA model.
Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis
35
Hence techniques for preliminary identification of time series models rely on the analysis of
autocorrelation and partial autocorrelation function. These methods are very systematic and are extremely
helpful in the determination of model order, in preliminary estimation of model parameters and model
refinement.
V. MODEL DEVELOPMENT
To implement the proposed methodology, a statistical study of load demand has to be carried out for
short term load forecasting. This statistical study includes daily hourly loads for one year. The Autoregressive
(AR), Autoregressive Moving Average (ARMA) and Autoregressive Integrated Moving Average (ARIMA)
models can be developed using time series approach for short term load forecasting on first six months data and
these models are used for forecasting on the next six months data in order to provide comparisons with the
forecasts.
Development of these models comprises of three major computational steps:
 Initial model development phase
 Parameter tuning phase
 Forecasting phase
In initial model development phase techniques for preliminary identification of time series models rely
on the analysis of the autocorrelation function (acf) and partial autocorrelation function (pacf).These methods
are very systematic and are extremely helpful in the determination of model order, preliminary estimation of
model parameters, diagnostic checking and model refinement. For an Autoregressive process, partial
autocorrelation function (pacf) is useful in determination of the order of the AR model & autocorrelation
function (acf) for Moving Average (MA) process is useful in determining the orders of the MA model.
In Parameter tuning phase, all the various proposed models calculates the coefficients of the delay
polynomials using gradient based efficient estimation method i.e. Least Square method so that the energy of the
noise term is minimized. Minimum forecasting error is viewed as the principal criterion in determining both
model orders and its parameters.
Once the parameters of the models have been estimated, they can be substituted in the various model
equations discussed earlier & the adequacy of the model has to be tested known as the diagnostic checking. This
testing procedure is performed so as to check if the parameter estimate is significantly different from zero & if
the models pass the above test, they can be used for forecasting.
VI. CONCLUSION
Hence study of various time series models & model developments are discussed .Hence an attempt has
been successfully made for short term load forecasting using time series approach by studying & by knowing
how to develop Autoregressive (AR), Autoregressive Moving Average (ARMA), Autoregressive Integrated
Moving Average (ARIMA) models.
Three computational steps for time series model development, initial model development phase,
parameter tuning phase & forecasting phase are also discussed. The methodology identifies the proper initial
model orders, proper selection of input variables and involves estimation of model parameters. Then these
models are used to forecast the future hourly load.
BIBLIOGRAPHY
[1]. “Load Forecasting Bibliography”, Phase I, IEEE Transactions on Power Apparatus and Systems,
Vol.PAS-99, No.1 January/February 1980.
[2]. “Load Forecasting Bibliography”, Phase II, IEEE Transactions on Power Apparatus and Systems,
Vol.PAS-100, No.7 July 1981.
[3]. “The time series approach to short term load forecasting”, IEEE Transactions on Power Systems,
Vol.PWRS-2, No.3 August 1987.
[4]. “Short term load forecasting using time series modeling with peak load estimation capability”, IEEE
Transactions on Power Systems, Vol.16, No.3 August 2001.
[5]. “Load forecasting via suboptimal seasonal autoregressive models and iteratively reweighted least
squares estimation”, IEEE Transactions on Power Systems, Vol.8, No.1 February 1993.
[6]. “Short term load forecasting using general exponential smoothing”, IEEE Transactions on Power
Systems, March/April 1971.
[7]. “A real time implementation of short term load forecasting for distribution power systems”, IEEE
Transactions on Power Systems, Vol.9, No.2 May 1994.
[8]. “Analysis and evaluation of five short term load forecasting techniques”,
Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis
36
[9]. IEEE Transactions on Power Systems, Vol.4, No.4, October 1989.
[10]. “Short term load forecasting, profile identification, and customer segmentation: A methodology based
on periodic time series”, IEEE Transactions on Power Systems, Vol.20, No.3 August 2005.
[11]. “Identification of ARMAX model for short term load forecasting: An evolutionary programming
approach”, IEEE Transactions on Power Systems, Vol.11, No.1 February 1996.
[12]. “Comparison tests of fourteen distribution load forecasting methods”, IEEE Transactions on Power
Systems, Vol.PAS-103, No.6, June 1984.
[13]. “Short term load forecasting for fast developing utility using knowledge-based expert systems”, IEEE
Transactions on Power Systems, Vol.17, No.4, May 2002.

More Related Content

What's hot

Optimal Power Dispatch via Multistage Stochastic Programming
Optimal Power Dispatch via Multistage Stochastic ProgrammingOptimal Power Dispatch via Multistage Stochastic Programming
Optimal Power Dispatch via Multistage Stochastic Programming
SSA KPI
 
A New Approach for Design of Model Matching Controllers for Time Delay System...
A New Approach for Design of Model Matching Controllers for Time Delay System...A New Approach for Design of Model Matching Controllers for Time Delay System...
A New Approach for Design of Model Matching Controllers for Time Delay System...
IJERA Editor
 
Cfd notes 1
Cfd notes 1Cfd notes 1
Cfd notes 1sach437
 
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
AJHaeusler
 
Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Sabina Czyż
 
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
International Journal of Latest Research in Engineering and Technology
 
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
Project KRIT
 
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
Tiziano De Matteis
 
Arima model (time series)
Arima model (time series)Arima model (time series)
Arima model (time series)
Kumar P
 
CFD Cornell Energy Workshop - M.F. Campuzano Ochoa
CFD Cornell Energy Workshop - M.F. Campuzano OchoaCFD Cornell Energy Workshop - M.F. Campuzano Ochoa
CFD Cornell Energy Workshop - M.F. Campuzano Ochoa
Mario Felipe Campuzano Ochoa
 
Harmonic Mean for Monitored Rate Data
Harmonic Mean for Monitored Rate DataHarmonic Mean for Monitored Rate Data
Harmonic Mean for Monitored Rate DataNeil Gunther
 
Fluid Mechanics in CFD Perspective
Fluid Mechanics in CFD PerspectiveFluid Mechanics in CFD Perspective
Fluid Mechanics in CFD Perspective
George Mathew Thekkekara
 
Time series modelling arima-arch
Time series modelling  arima-archTime series modelling  arima-arch
Time series modelling arima-arch
jeevan solaskar
 
PhD research (Yuan)
PhD research (Yuan)PhD research (Yuan)
PhD research (Yuan)
flmkessels
 
Computational fluid dynamics (cfd)
Computational fluid dynamics                       (cfd)Computational fluid dynamics                       (cfd)
Computational fluid dynamics (cfd)
BhavanakanwarRao
 
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
Belinda Marchand
 
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
AI Robotics KR
 
07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filterstudymate
 
Design of Machine Tool Gear BOx
Design of Machine Tool Gear BOxDesign of Machine Tool Gear BOx
Design of Machine Tool Gear BOx
Kailash Bhosale
 
Aggarwal Draft
Aggarwal DraftAggarwal Draft
Aggarwal Draft
Deanna Kosaraju
 

What's hot (20)

Optimal Power Dispatch via Multistage Stochastic Programming
Optimal Power Dispatch via Multistage Stochastic ProgrammingOptimal Power Dispatch via Multistage Stochastic Programming
Optimal Power Dispatch via Multistage Stochastic Programming
 
A New Approach for Design of Model Matching Controllers for Time Delay System...
A New Approach for Design of Model Matching Controllers for Time Delay System...A New Approach for Design of Model Matching Controllers for Time Delay System...
A New Approach for Design of Model Matching Controllers for Time Delay System...
 
Cfd notes 1
Cfd notes 1Cfd notes 1
Cfd notes 1
 
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
Multiple Vehicle Motion Planning: An Infinite Diminsion Newton Optimization M...
 
Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3Chp%3 a10.1007%2f978 3-642-55753-8-3
Chp%3 a10.1007%2f978 3-642-55753-8-3
 
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
Basics Of Kalman Filter And Position Estimation Of Front Wheel Automatic Stee...
 
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
M.G.Goman, A.V.Khramtsovsky (2008) - Computational framework for investigatio...
 
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
Keep Calm and React with Foresight: Strategies for Low-Latency and Energy-Eff...
 
Arima model (time series)
Arima model (time series)Arima model (time series)
Arima model (time series)
 
CFD Cornell Energy Workshop - M.F. Campuzano Ochoa
CFD Cornell Energy Workshop - M.F. Campuzano OchoaCFD Cornell Energy Workshop - M.F. Campuzano Ochoa
CFD Cornell Energy Workshop - M.F. Campuzano Ochoa
 
Harmonic Mean for Monitored Rate Data
Harmonic Mean for Monitored Rate DataHarmonic Mean for Monitored Rate Data
Harmonic Mean for Monitored Rate Data
 
Fluid Mechanics in CFD Perspective
Fluid Mechanics in CFD PerspectiveFluid Mechanics in CFD Perspective
Fluid Mechanics in CFD Perspective
 
Time series modelling arima-arch
Time series modelling  arima-archTime series modelling  arima-arch
Time series modelling arima-arch
 
PhD research (Yuan)
PhD research (Yuan)PhD research (Yuan)
PhD research (Yuan)
 
Computational fluid dynamics (cfd)
Computational fluid dynamics                       (cfd)Computational fluid dynamics                       (cfd)
Computational fluid dynamics (cfd)
 
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
Design of the Onboard Autonomous Targeting Algorithm for the Trans-Earth Phas...
 
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
Sensor Fusion Study - Ch9. Optimal Smoothing [Hayden]
 
07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter
 
Design of Machine Tool Gear BOx
Design of Machine Tool Gear BOxDesign of Machine Tool Gear BOx
Design of Machine Tool Gear BOx
 
Aggarwal Draft
Aggarwal DraftAggarwal Draft
Aggarwal Draft
 

Viewers also liked

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 

Viewers also liked (7)

International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 

Similar to International Journal of Engineering Research and Development

On selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series predictionOn selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series prediction
csandit
 
On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction
cscpconf
 
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTIONON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
cscpconf
 
ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]
Theodore Grammatikopoulos
 
PSOCTSR-1.ppt
PSOCTSR-1.pptPSOCTSR-1.ppt
PSOCTSR-1.ppt
ssuser50050d1
 
PSOCTSR-1.ppt
PSOCTSR-1.pptPSOCTSR-1.ppt
PSOCTSR-1.ppt
ssuser50050d1
 
MFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand SystemMFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand System
CSCJournals
 
Jmestn42351212
Jmestn42351212Jmestn42351212
Jmestn42351212
Nertila Ismailaja
 
Different Models Used In Time Series - InsideAIML
Different Models Used In Time Series - InsideAIMLDifferent Models Used In Time Series - InsideAIML
Different Models Used In Time Series - InsideAIML
VijaySharma802
 
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
BRNSS Publication Hub
 
922214 e002013
922214 e002013922214 e002013
922214 e002013
Aleksandar Micic
 
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
SandroSnchezZamora
 
I02095257
I02095257I02095257
A Strategic Model For Dynamic Traffic Assignment
A Strategic Model For Dynamic Traffic AssignmentA Strategic Model For Dynamic Traffic Assignment
A Strategic Model For Dynamic Traffic Assignment
Kelly Taylor
 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
sravan66
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
IJRES Journal
 
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
IJERA Editor
 
Chapter26
Chapter26Chapter26
Chapter26
SHUBHAMKUMAR1487
 

Similar to International Journal of Engineering Research and Development (20)

On selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series predictionOn selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series prediction
 
On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction On Selection of Periodic Kernels Parameters in Time Series Prediction
On Selection of Periodic Kernels Parameters in Time Series Prediction
 
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTIONON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
ON SELECTION OF PERIODIC KERNELS PARAMETERS IN TIME SERIES PREDICTION
 
ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]
 
PSOCTSR-1.ppt
PSOCTSR-1.pptPSOCTSR-1.ppt
PSOCTSR-1.ppt
 
PSOCTSR-1.ppt
PSOCTSR-1.pptPSOCTSR-1.ppt
PSOCTSR-1.ppt
 
MFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand SystemMFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand System
 
Jmestn42351212
Jmestn42351212Jmestn42351212
Jmestn42351212
 
Different Models Used In Time Series - InsideAIML
Different Models Used In Time Series - InsideAIMLDifferent Models Used In Time Series - InsideAIML
Different Models Used In Time Series - InsideAIML
 
ETSATPWAATFU
ETSATPWAATFUETSATPWAATFU
ETSATPWAATFU
 
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
 
922214 e002013
922214 e002013922214 e002013
922214 e002013
 
04_AJMS_288_20.pdf
04_AJMS_288_20.pdf04_AJMS_288_20.pdf
04_AJMS_288_20.pdf
 
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
 
I02095257
I02095257I02095257
I02095257
 
A Strategic Model For Dynamic Traffic Assignment
A Strategic Model For Dynamic Traffic AssignmentA Strategic Model For Dynamic Traffic Assignment
A Strategic Model For Dynamic Traffic Assignment
 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
 
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
A Combination of Wavelet Artificial Neural Networks Integrated with Bootstrap...
 
Chapter26
Chapter26Chapter26
Chapter26
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
IJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
IJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
IJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
IJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
IJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
IJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
IJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
IJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
IJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
IJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
IJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
IJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 

International Journal of Engineering Research and Development

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 9, Issue 11 (February 2014), PP. 31-36 31 Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis V.Venkatesh1 , Shilpa G N2 ,Nataraja.C3 1 Professor, ECE Department & Principal, C.I.T., Gubbi, Tumkur, Karnataka, India 2 Assistant professor, E&EE Department, SSIT, Tumkur, Karnataka, India. 3 Engineer, MTech(Energy System Engineering) , Tumkur, Karnataka, India. Abstract:- The present paper involves the study & development of various time series models for Short Term Electrical Load Forecasting Using Time series approach. Given one year load data, first six months data is used for model development and then these models can be tested using next six months data. Different models for Short term load forecasting using time series approach such as Autoregressive (AR) models, Autoregressive Moving Average (ARMA) models, Autoregressive Integrated Moving Average (ARIMA) models and are developed. The methodology involves Initial Model Development Phase, Parameter Tuning Phase and Forecasting Phase. Index Terms:- Autoregressive Moving Average (ARMA), Autoregressive Integrated Moving Average (ARIMA), model. Autocorrelation function (acf), autocorrelation function (pacf). I. INTRODUCTION Load forecasting has always been the essential part of an efficient power system planning and operation. Power system expansion planning starts with a forecast of anticipated future load requirement. Estimates of both demand and energy required are crucial to effective system planning. Demand forecasts are used to determine the capacity of generation, transmission, and distribution system additions and energy forecasts determine the type of facilities required. Load forecasts are also used to establish procurement policies for construction capital where for sound operation the balance must be maintained in the use of dept and equity capital. Further energy forecasts are used to determine future fuel requirement and if necessary when fuel prices soar rate relief to maintain an adequate rate of return. In summary good forecast reflecting current and future trends tempered with good judgment is the key to planning indeed to financial success. Short-term load forecasting activities include forecasting the daily load curve as a series of 24 hourly forecasted loads. Various techniques for power system load forecasting have been proposed in the last few decades. Load forecasting with time leads, from a few minutes to several days helps the system operator to efficiently schedule spinning reverse allocation, can provide information which is able to be used for possible energy interchange with other utilities. In addition to these economical reasons it is also useful for system security. The idea of time series approach is based on the understanding that a load pattern is nothing more than a time series signal with known seasonal, weekly and daily predictions. These predictions give a rough prediction of the load at the given season, day of the week and time of the day. Time series forecasting methods are based on the premises that we can predict future performance of a measure simply by analyzing its past results. These methods identify a pattern in the historical data and use that pattern to extrapolate future values. Past results can, in fact, be very reliable predictor for a short period into the future. In this context, the development of an accurate, fast and robust short term load forecasting methodology is of importance to both the utility and its customers. An attempt has been made for studying Short Term Hourly Load Forecasting using time series approach by developing Autoregressive (AR), Autoregressive Moving Average (ARMA), Autoregressive Integrated Moving Average (ARIMA) models. The power load demand is sensitive to weather variables. The effect of the weather variables such as Temperature, Humidity, Wind speed and Cloud coverage on the load demand can be considered in the development of these models for short term load forecasting using time series approach. Also non weather variables can be taken into consideration. Also while developing these models Holidays and special events can be separately considered. II. TIME SERIES MODELS IN LOAD FORECASTING: This method appears to be the most popular approach that has been applied and is still being applied in electric power industry for short term load forecasting.
  • 2. Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis 32 Fig2(a). Load time series modeling The power system load is assumed to be time dependent evolving according to a probabilistic law. It is a common practice to employ a white noise sequences a(t) as input to a linear filter whose output y(t) is the power system load. This is an adequate model for predicting the load time series. The noise input is assumed normally distributed with zero mean and some variance σt. Time series models can use non weather as well as weather variables. These models are most widely used for load forecasting. 2.1 The Autoregressive (AR) process: In the Autoregressive process, the current value of the time series y (t) is expressed linearly in terms of its „p‟ previous values [y (t-1), y (t-2)……. y (t-p)] and a random noise a (t). For an autoregressive process of order „p‟ i.e. AR (p), the model can be written as, y (t) = Ø1 y (t-1) + ……..+ Øp y (t-p) + a (t) ----------- 1 In order to write this in more convenient form the following operators are introduced. B y (t) = y (t-1); Bm y (t) = y (t-m); And A (q) = 1- Ø1 B1 – Ø2 B2 - ……………- Øp Bp ; So equation 1 can be written as, A (q) y (t) = a (t) ------------ 2 Where, y (t) – output or the load at time„t‟ B - Backshift operator A (q) – delay polynomial Ø1… Øp – coefficients of delay Polynomial p – Order of the delay polynomial a (t) – random noise 2.2 The Moving Average (MA) Process: In the moving average process, the current value of the time series y (t) is expressed linearly in terms of current and previous „q‟ values of a white noise series [ a (t), a (t-1)………a(t-q)].The noise series is constructed from the forecast errors or residuals when load observations become available. For a moving average of order „q‟ i.e. MA (q), the model can be written as, y (t) = a (t) + θ1 a (t-1) + ………+ θq a (t-q)
  • 3. Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis 33 --------- 3 A similar application of backshift operator on white noise series would allow equation 3 to be written as, y (t) = C (q) a (t) ------------- 4 And C (q) = 1+ θ1 B1 + θ2 B2 + ………..+ θq Bq ; Where, y (t) – output or the load at time„t‟ B - Backshift operator C (q) – delay polynomial θ1…..θq - coefficients of delay polynomial q – Order of the delay polynomial a (t) – random noise 2.3 The Autoregressive Moving-Average (ARMA) Process: In the autoregressive moving average process, the current value of the time series y (t) is expressed linearly in terms of its previous „p‟ values [y (t-1), y (t-2)……..y (t-p) ] and in terms of current and previous „q‟ values of a white noise [a (t), a (t-1).…...a (t-q) ]. For an autoregressive moving average process of order „p‟ and „q‟ i.e. ARMA (p, q), the model is written as, y (t) = Ø1 y (t-1) + ………..+ Øp y (t-p) + a (t) +θ1a(t-1)+…….+θqa(t-q) ------------------ 5 By using the backshift operator defined earlier equation 5 can be written as, A (q) y (t) = C (q) a (t) ------------- 6 Where, A (q) & C (q) – delay polynomials p & q – Orders of the delay polynomials A (q) & C (q) respectively. 2.4 The Autoregressive Integrated Moving-Average (ARIMA) Process: The time series defined previously as an AR, MA or as an ARMA process is called a stationary process. This means that the mean of the series of any of these processes and the covariances among its observations do not change with time. If the process is non-stationary, transformation of the series to a stationary process has to be performed first. This can be achieved, for the time series that are non-stationary in mean, by a differencing process. By introducing the ▼ operator, a differenced time series of order 1 can be written as, ▼y (t) = y (t) – y (t-1) = (1-B) y (t); using the definition of backshift operator, B. Consequently, an order „d‟ differenced time series is written as, ▼d y (t) = (1-B) d y (t); The differenced stationary series can be modeled as an AR, MA, or an ARMA to yield an ARIMA time series processes. For a series that needs to be differenced „d‟ times and has the orders „p‟ and „q‟ for AR and MA components i.e. ARIMA (p,d,q) model is written as, A (q) ▼d y (t) = C (q) a (t) ----------------- 7 Where A (q) , ▼d , and C (q) have been defined earlier.
  • 4. Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis 34 III. MAIN GOALS OF TIME SERIES ANALYSIS: There are two main goals of time series analysis:  Identifying the nature of the phenomenon represented by the sequence of observations  Forecasting or predicting the future values of the time series. Both of these goals require that the pattern of the observed time series data is identified and more or less formally described. Once the pattern is established, we can interpret and integrate it with other data. In time series analysis it is assumed that the data consists of a systematic pattern and a random noise which usually makes the pattern difficult to identify. Most time series analysis techniques involve some form of filtering out noise in order to make the pattern more salient. IV. TWO GENERAL ASPECTS OF TIME SERIES PATTERNS Most time series patterns can be described in terms of two basic classes of components:  Trend  Seasonality The former represents a general systematic linear or (most often) nonlinear component that changes over time and does not repeat or at least does not repeat within the time range captured by our data. The latter may have formally similar nature; however it repeats itself in systematic intervals over time. There are no proven “automatic” techniques to identify trend components in the time series data: however, as long as the trend is monotonous (consistently increasing or decreasing) that part of data analysis is typically not very difficult. If the time series data contain considerable error, then the first step in the process of trend identification is smoothing. Smoothing always involves some form of local averaging of data such that nonsystematic components of individual observations cancel each other out. Seasonal dependency (seasonality) is another general component of the time series pattern. It is formally defined as correlation dependency of order „k‟ between each „ith‟ element of the series and the (i-k)th element and measured by autocorrelation :„k‟ is usually called the lag. If the measurement error is not too large, seasonality can be visually identified in the series as a pattern that repeats every „k‟ elements. 4.1 Autocorrelation Function (Acf): Autocorrelation is a mathematical tool used for analyzing functions or series of values. Informally, it the measure of how well a signal matches a time-shifted version of itself, as a function of the amount of time shift. Autocorrelation is useful in finding repeating patterns in a signal. The autocorrelation function describes inherent correlation between observations of a time series which are separated in time by some lag „k‟. It is given by, ρk = Ø1 ρk-1 + ……………+ Øp ρk-p ; Where, ρk = γk / γo ; γk = E [ y (t) y (t+k) ] ; If the function ρ is well defined its value must lie in the range [-1 1], with 1 indicating perfect correlation and -1 indicating perfect anticorrelation. Seasonal patterns of time series can be examined via correlograms. The Autocorrelation correlograms displays graphically and numerically the autocorrelation function, i.e. serial correlation coefficients for consecutive lags in a specified range of lags. 4.2 Partial Autocorrelation Function (Pacf): Another useful method to examine serial dependencies is to examine the partial autocorrelation function. Here correlations with all the elements within the lag are partialled out. If the lag of 1 is specified ( i.e. there are no intermediate elements within the lag), then the partial autocorrelation is equivalent to autocorrelation. In the sense, the partial autocorrelation provides a clearer picture of serial dependencies for individual lags. Serial dependency for a particular lag of „k‟ can be removed by differencing the series, i.e. converting each ith element of the series into its difference from the (i-k)th element. There are two major reasons for such transformations. First; we can identify the hidden nature of seasonal dependencies in the series. As mentioned earlier, autocorrelations for consecutive lags are interdependent. Therefore, removing some of the autocorrelations will change other autocorrelations and it may eliminate them or it may make some other seasonalities apparent. The other reason for removing seasonal dependencies is to make the time series stationary which is necessary for ARIMA model.
  • 5. Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis 35 Hence techniques for preliminary identification of time series models rely on the analysis of autocorrelation and partial autocorrelation function. These methods are very systematic and are extremely helpful in the determination of model order, in preliminary estimation of model parameters and model refinement. V. MODEL DEVELOPMENT To implement the proposed methodology, a statistical study of load demand has to be carried out for short term load forecasting. This statistical study includes daily hourly loads for one year. The Autoregressive (AR), Autoregressive Moving Average (ARMA) and Autoregressive Integrated Moving Average (ARIMA) models can be developed using time series approach for short term load forecasting on first six months data and these models are used for forecasting on the next six months data in order to provide comparisons with the forecasts. Development of these models comprises of three major computational steps:  Initial model development phase  Parameter tuning phase  Forecasting phase In initial model development phase techniques for preliminary identification of time series models rely on the analysis of the autocorrelation function (acf) and partial autocorrelation function (pacf).These methods are very systematic and are extremely helpful in the determination of model order, preliminary estimation of model parameters, diagnostic checking and model refinement. For an Autoregressive process, partial autocorrelation function (pacf) is useful in determination of the order of the AR model & autocorrelation function (acf) for Moving Average (MA) process is useful in determining the orders of the MA model. In Parameter tuning phase, all the various proposed models calculates the coefficients of the delay polynomials using gradient based efficient estimation method i.e. Least Square method so that the energy of the noise term is minimized. Minimum forecasting error is viewed as the principal criterion in determining both model orders and its parameters. Once the parameters of the models have been estimated, they can be substituted in the various model equations discussed earlier & the adequacy of the model has to be tested known as the diagnostic checking. This testing procedure is performed so as to check if the parameter estimate is significantly different from zero & if the models pass the above test, they can be used for forecasting. VI. CONCLUSION Hence study of various time series models & model developments are discussed .Hence an attempt has been successfully made for short term load forecasting using time series approach by studying & by knowing how to develop Autoregressive (AR), Autoregressive Moving Average (ARMA), Autoregressive Integrated Moving Average (ARIMA) models. Three computational steps for time series model development, initial model development phase, parameter tuning phase & forecasting phase are also discussed. The methodology identifies the proper initial model orders, proper selection of input variables and involves estimation of model parameters. Then these models are used to forecast the future hourly load. BIBLIOGRAPHY [1]. “Load Forecasting Bibliography”, Phase I, IEEE Transactions on Power Apparatus and Systems, Vol.PAS-99, No.1 January/February 1980. [2]. “Load Forecasting Bibliography”, Phase II, IEEE Transactions on Power Apparatus and Systems, Vol.PAS-100, No.7 July 1981. [3]. “The time series approach to short term load forecasting”, IEEE Transactions on Power Systems, Vol.PWRS-2, No.3 August 1987. [4]. “Short term load forecasting using time series modeling with peak load estimation capability”, IEEE Transactions on Power Systems, Vol.16, No.3 August 2001. [5]. “Load forecasting via suboptimal seasonal autoregressive models and iteratively reweighted least squares estimation”, IEEE Transactions on Power Systems, Vol.8, No.1 February 1993. [6]. “Short term load forecasting using general exponential smoothing”, IEEE Transactions on Power Systems, March/April 1971. [7]. “A real time implementation of short term load forecasting for distribution power systems”, IEEE Transactions on Power Systems, Vol.9, No.2 May 1994. [8]. “Analysis and evaluation of five short term load forecasting techniques”,
  • 6. Study & Development of Short Term Load Forecasting Models Using Stochastic Time Series Analysis 36 [9]. IEEE Transactions on Power Systems, Vol.4, No.4, October 1989. [10]. “Short term load forecasting, profile identification, and customer segmentation: A methodology based on periodic time series”, IEEE Transactions on Power Systems, Vol.20, No.3 August 2005. [11]. “Identification of ARMAX model for short term load forecasting: An evolutionary programming approach”, IEEE Transactions on Power Systems, Vol.11, No.1 February 1996. [12]. “Comparison tests of fourteen distribution load forecasting methods”, IEEE Transactions on Power Systems, Vol.PAS-103, No.6, June 1984. [13]. “Short term load forecasting for fast developing utility using knowledge-based expert systems”, IEEE Transactions on Power Systems, Vol.17, No.4, May 2002.