SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
91
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas
Consumption
Prabodh Kumar Pradhan
Assistant Professor
Regional College of Management
Chandrasekhar Pur, Bhubaneswar
751023 INDIA
pkpradhan.rcm@gmail.com
Sunil Dhal
Associate Professor
Sri Sri University, Cuttack 754006
INDIA
sunildhal@srisriuniversity.edu.in
Nilayam Kumar Kamila
Principal Associate
Capital One, Wilmington, DE 19801
USA
nilayam_kamila@yahoo.com
Abstract: Power and mechanical energies are now a down main stream of energy to produce any other type of product in any nation in the world.
Currently natural resources are the main stream of resources to produce the power energy or mechanical energy. We aware that the natural
resource energy is limited.It’s the prime focus now a day to optimize the natural resource consumption. Natural Gas is an integral part of the
natural resource and hence needs a planning and forecasting to optimize the natural gas usage and wastage. Without the proper planning and
forecasting, the natural gas consumption will be highly usage and wasted and hence the limited resource will be drained off. In this paper, we
analyze the time series least square method and compare its results with the actual data with absolute error percentage. This paper provides a
clear analytic results and comparisons which serves as a base forecasting model for natural gas consumption.
Keywords: Natural Gas, LPG Consumption, Time Series, Natural Gas Forecasting
__________________________________________________*****_________________________________________________
1.0 Introduction:
Petroleum Gas e.g Liquified Petroleum Gas(LPG) is the prime constituent under the Natural Gas. The extraction of LPG from
Natural resources is a very complex process. This Liquified Petroleum gas is usage in different way in different countries in the
world. It’s used as domestic and commercial purpose. In a study [3] in 2012, the Residential/Domestic usage is 19% and
Commercial usage is 13%. Most power is consumed in Electric Power 31% and Industrial sector as 33%.
Figure 1: Natural Gas Consumption in 2012 in US
Electric Power and Industrial Power is a major player in natural gas consumption in US. In India [4], the domestic usage of LPG
is the second largest in the world. Domestic LPG usage in India [4] reaches to 19 million ton in 2017.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
92
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
The proper demand forecasting is important as without forecasting results, the natural gas supply will be either over supplied or
under supplied. There are multiple number of time series models used for demandforecasting. In this paper, we focused on Least
Square method.
The organization of this article is a s follows. In Section 2, we discuss briefly about the moving average method. The data analysis
and moving average calculation is shown in section 3. In Section 4, we show the results through graphical representation. Section
5 concludes our work.
2.0 Time Series Analysis
Time series analysis is a method for forecasting the future data from a time series data. The time series calculates the future data
from the existing input data. For example, if there are sales data for a number of months or number of years, then the next
successive month(s) or successive year(s) could be calculated through the time series methods. There are multiple number of time
series methods, and here we enlisted few of them.
a. Moving Average
b. Smoothing Analysis
c. Least Square Method
Figure2: Time Series Analysis Methods
Here in this article we’ll briefly discuss each method and in next section, we’ll apply the methods on our natural gas consumption
data so as to find a best fit model.
A. Moving Method:
Moving average and Smoothing Analysis are basic model where the past data are used to forecast the future data. The
calculation is simple and periodic average is taken to forecast the future data in case of Moving Average model. For example,
if there are first four-month data available, then average of four months data is considered as the future data for fifth month.
B. Smoothing Analysis:
In Smoothing analysis, the weight is given to the past data. The basic formula used to forecast Smoothing analysis is as
follows. The forecast at period t+1 could be calculated as the below formula.
𝑓𝑑+1 =∝ 𝑦𝑑 + 1βˆ’βˆ 𝑓𝑑
Where 0 <∝< 1 , actual data at time t is 𝑦𝑑 .
C. Least Square Method:
Another popular mathematical regression method is known as least square method which evaluates a best fit line for the
given data set. There are two set of data e.g. independent data set and dependent data set. For each value of independent
data, there exists a dependent data and hence makes a data set pair. Here in case of natural gas consumption data set,
Time Series Analysis
Moving Average Smoothing Analysis Least Square Method
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
93
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
month numbers could be taken as an independent variable and the actual consumption for the respective moth is taken as
dependent variable. The line equation evaluated in the least square method is the regression line of best fit and the given
data set pair is in the close proximity of the straight-line equation. The main objective of least square method is to find a
straight line that minimizes the sum of squares of errors evaluated by the results of the equation. We have summarized
the flow of the least square method through the flow model as shown in figure 3.
Figure3: Least Square Method Flow model
The method to calculate the least square method is as follows. Let’s we have the ordered pairs data
π‘₯1, 𝑦1 , π‘₯2, 𝑦2 , π‘₯3, 𝑦3 … … π‘₯ 𝑛 , 𝑦𝑛 .
Step 1. Calculate the mean value of π‘₯ and 𝑦
π‘₯ =
1
𝑛
π‘₯𝑖
𝑛
𝑖=1
𝑦 =
1
𝑛
𝑦𝑖
𝑛
𝑖=1
Step 2. Calculate the slope of the line
π‘š = π‘₯𝑖 βˆ’ π‘₯ 𝑦𝑖 βˆ’ 𝑦
𝑛
𝑖=1
π‘₯𝑖 βˆ’ π‘₯ 2
𝑛
𝑖=1
Step 3. Calculate the y-intercept of the line
𝑏 = 𝑦 βˆ’ π‘šπ‘₯
Step 4. Evaluate the future value of y based on x value using the following formula
𝑦 = π‘šπ‘₯ + 𝑏
We have presented the below algorithm to show the algorithmic process for evaluation the forecasting data based on the past data
of domestic LPG usage. In initialization process the data is gathered for the domestic natural gas usage as dependent variable with
respect to the month number as independent variable.
Algorithm: leastSquareAnalysis
Initialization:Gather the data for which forecasting to be evaluated. Here X is independent variable e.g. time data.
𝑋 = π‘₯1, π‘₯2, π‘₯3, … … … π‘₯𝑑
π‘Œ = 𝑦1, 𝑦2, 𝑦3, … … … 𝑦𝑑
π‘₯ = 0, 𝑦 = 0
for𝑖 = 1 𝒕𝒐 𝑑do
π‘₯ = π‘₯ + π‘₯𝑖
𝑦 = 𝑦 + 𝑦𝑖
Start
𝒄𝒐𝒖𝒏𝒕 = 𝟎
Gather Independent Data
(X) and Dependent
Data(Y)
π’‡π’Šπ’π’… π’Žπ’†π’‚π’ 𝑿 𝒂𝒏𝒅 π’Žπ’†π’‚π’(𝒀)
π‘ π‘’π‘šπ‘‹π‘Œ = π‘ π‘’π‘šπ‘‹π‘Œ + 𝑋 βˆ’ π‘šπ‘’π‘Žπ‘› 𝑋 π‘Œ βˆ’ π‘šπ‘’π‘Žπ‘› π‘Œ
π‘ π‘’π‘šπ‘‹π‘‹ = π‘ π‘’π‘šπ‘‹π‘‹ + π‘ π‘žπ‘Žπ‘’π‘Ÿπ‘’ 𝑋 βˆ’ π‘šπ‘’π‘Žπ‘› 𝑋
End
π‘ π‘™π‘œπ‘π‘’ = π‘ π‘’π‘šπ‘‹π‘Œ/π‘ π‘’π‘šπ‘‹π‘‹
π‘–π‘›π‘‘π‘’π‘Ÿπ‘π‘’π‘π‘‘ = π‘šπ‘’π‘Žπ‘› π‘Œ βˆ’ π‘ π‘™π‘œπ‘π‘’ βˆ— π‘šπ‘’π‘Žπ‘›(𝑋)
π‘“π‘’π‘‘π‘’π‘Ÿπ‘’ π‘Œ = π‘ π‘™π‘œπ‘π‘’ βˆ— 𝑋 + π‘–π‘›π‘‘π‘’π‘Ÿπ‘π‘’π‘π‘‘
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
94
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
done
evaluate π‘₯ = π‘₯/𝑑, and 𝑦 = 𝑦/𝑑
π‘ π‘’π‘šπ‘‹π‘Œ = 0
π‘ π‘’π‘šπ‘‹π‘‹ = 0
for𝑖 = 1 𝒕𝒐 𝑑do
π‘ π‘’π‘šπ‘‹π‘Œ = π‘ π‘’π‘šπ‘‹π‘Œ + π‘₯𝑖 βˆ’ π‘₯ 𝑦𝑖 βˆ’ 𝑦
π‘ π‘’π‘šπ‘‹π‘‹ = π‘ π‘’π‘šπ‘‹π‘‹ + π‘₯𝑖 βˆ’ π‘₯ π‘₯𝑖 βˆ’ π‘₯
done
evaluate π‘š = π‘ π‘’π‘šπ‘‹π‘Œ/π‘ π‘’π‘šπ‘‹π‘‹
evaluate 𝑏 = 𝑦 βˆ’ π‘šπ‘₯
for𝑖 = 2 𝒕𝒐 π‘šdo
𝑦𝑖 = π‘šπ‘₯𝑖 + 𝑏
done
3.0 Forecasting Data Error Evaluation
We used the above mentioned most popular methods to forecast the consumption data based on historical data. We’ve taken the
data sets captured from petroleum agencies and applied the time series regression model methods to forecast the future data sets.
The same future data sets are again compared with the actual consumption data through the graphical representation.
Figure4: Time Series Absolute Percent Error Flow
Algorithm: evaluate Absolute Percentage Error
Initialization: Gather the Actual Data (Data set A) and forecasted data (Data set F)
𝐴 = π‘Ž1, π‘Ž2, π‘Ž3, … … … π‘Ž 𝑛
𝐹 = 𝑓1, 𝑓2, 𝑓3, … … … 𝑓𝑛
for 𝑖 = 1 π‘‘π‘œ 𝑛 do
𝑒𝑖 = (π‘Žπ‘– βˆ’ 𝑓𝑖)
𝑝𝑖 = 𝑒𝑖/π‘Žπ‘– βˆ— 100
done
In each of the model, we used the above algorithm to evaluate the errors which are presented in
the graph for the visual presentation.Let’s illustrate an example of the year 2012 for the domestic usage of liquified petroleum gas
for the state of Odisha, India.
A. Natural Gas Consumption Least Square Regression Forecasting & Error Analysis
In case if Least Square method, we create the regression line equation with the formula 𝑦 = π‘šπ‘₯ + 𝑏. Using the value of π‘₯, the
value of 𝑦 is evaluated as a forecasted value. The method to caluclate the value of π‘š and 𝑏 is discussed in the earlier section
of this article.
π‘π‘œπ‘’π‘›π‘‘ > 𝑛0
Start
𝒄𝒐𝒖𝒏𝒕 = 𝟎
Gather Actual Date (A)
and Forecasted Data(F)
𝒆𝒓𝒓𝒐𝒓 π’Š = 𝑨𝒃𝒔 𝑨 π’Š βˆ’ 𝑭 π’Š
𝒑𝒆𝒓𝒄𝒆𝒏𝒕 𝒆𝒓𝒓𝒐𝒓 π’Š = (𝒆𝒓𝒓𝒐𝒓(π’Š) 𝑨(π’Š)) βˆ— 𝟏𝟎𝟎
No
Yes
End
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
95
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Based on the line equation, the forecasted value along with the actual value is listed in table 1. The absolute error and the
absolute percentage error is calculated. The results shown in the below table for the absolute percentage error is ranging from
0.01 – 12.32%.
Months Year 2012 y=mx+b Absolute Error Abs % Error
(Jan)1 16425 16680.15681 255.1568104 1.553466121
(Feb)2 16293 16680.1586 387.1586025 2.376226616
(Mar)3 16682 16680.16039 1.839605487 0.011027488
(Apr)4 14850 16680.16219 1830.162187 12.32432449
(May)5 17098 16680.16398 417.8360214 2.443771326
(Jun)6 16348 16680.16577 332.1657706 2.031843471
(Jul)7 17413 16680.16756 732.8324373 4.208536365
(Aug)8 17848 16680.16935 1167.830645 6.543201733
(Sep)9 17123 16680.17115 442.8288532 2.58616395
(Oct)10 16610 16680.17294 70.17293882 0.422474045
(Nov)11 16824 16680.17473 143.8252691 0.854881533
(Dec)12 16648 16680.17652 32.17652291 0.193275606
6.5 16680.16667 Mean Absolute % Error 2.962432729
The actual vs forecasted value evaluated from least square method is shown in figure 5. The forecasted value attains a
straight line as per the evaluation through least square method. The mean absolute percentage error is 2.96%.
Figure5: Comparison of Actual Vs LS Forecasted for 2012 LPG Consumption Data Set
Similarly, the least square method is applied for the Domestic LPG consumption data for the year 2013. The absolute
error and absolute percentage error is evaluated for all the months in the year. The absolute percentage error is ranging
from 1.38 – 13.26%.
Table 1: Actual Data and LS ForecastEvaluationfor 2012LPG Consumption Data Set
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
96
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Months Year 2013 y=mx+b Absolute Error Abs % Error
(Jan)1 16449 17282.98942 833.9894226 5.07015273
(Feb)2 15409 17282.99135 1873.991346 12.1616675
(Mar)3 17732 17282.99327 449.0067311 2.532183234
(Apr)4 16092 17282.99519 1190.995192 7.401163262
(May)5 16428 17282.99712 854.9971153 5.204511293
(Jun)6 15259 17282.99904 2023.999038 13.26429673
(Jul)7 18287 17283.00096 1003.999038 5.490233709
(Aug)8 17715 17283.00288 431.9971153 2.438595062
(Sep)9 17047 17283.00481 236.0048079 1.384436018
(Oct)10 18412 17283.00673 1128.993269 6.131833961
(Nov)11 19536 17283.00865 2252.991346 11.53251098
(Dec)12 19030 17283.01058 1746.989423 9.180186141
6.5 17283 Mean Absolute % Error 6.815980886
Table 2: Actual Data and LS ForecastEvaluationfor 2013LPG Consumption Data Set
Figure 6 is shown with Actual consumption data against forecasted data through least square method for the year 2013.
The forecasted value is the equation of straight line and hence the straight line is gathered through data. The mean
percentage absolute error is 6.81%.
The below table is the list of actual and forecasted data for the year 2014. The absolute error and absolute percentage
error is evaluated through the difference between the actual data and forecasted data least square method. The absolute
percentage error is ranged from 1.91 – 18.19%. The year 2014 has the highest deviation between actual and forecasted
values.
Figure6: Comparison of Actual Vs LS Forecasted
for 2013LPG Consumption Data Set
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
97
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Months Year 2014 y=mx+b Absolute Error Abs % Error
(Jan)1 20174 20737.24327 563.2432717 2.791926597
(Feb)2 18531 20737.24449 2206.244495 11.90569583
(Mar)3 21205 20737.24572 467.7542817 2.205867869
(Apr)4 18250 20737.24694 2487.246942 13.62875037
(May)5 18831 20737.24816 1906.248165 10.12292584
(Jun)6 18039 20737.24939 2698.249388 14.95786567
(Jul)7 20233 20737.25061 504.2506117 2.49221871
(Aug)8 21142 20737.25184 404.748165 1.914427041
(Sep)9 22570 20737.25306 1832.746942 8.120278873
(Oct)10 21581 20737.25428 843.7457183 3.909669238
(Nov)11 22941 20737.25551 2203.744495 9.606139641
(Dec)12 25350 20737.25673 4612.743272 18.19622592
6.5 20737.25 Mean Absolute % Error 8.3209993
Table 3: Actual Data and LS Forecast Evaluation for 2014LPG Consumption Data Set
In below figure (figure 7) is the graph between actual consumption vs forecasted consumption. The forecasted values plot
shows a straight line and the deviation of the actual data from the forecasted data is correctly captured as shown in figure
7. The mean absolute percentage error is 8.32%.
Figure7: Comparison of Actual Vs LS Forecasted for 2014LPG Consumption Data Set
4.0 Time Series Forecasting Method Comparisons
In below figure (refer figure 8, 9and 10), we have shown the comparison of absolute error percentage of different time series
methods in different years. In 2012, least square method has shown a better result over other two methods. The least square
methods though few times have a higher error percentage value, but most of the times it has the lower absolute percentage values.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
98
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Figure8: Comparison of Absolute Percentage Error for MA Vs SA Vs LS Forecasted for 2012 LPG Consumption Data Set
In year 2013, we observed that the moving average is the best fit for the Natural Gas Consumption data. The least square method
has higher percentage of absolute error in initial period of the year as well as towards the end of the year.
Figure9: Comparison of Absolute Percentage
Error for MA Vs SA Vs LS Forecasted for
2013LPG Consumption Data Set
Figure 10: Comparison of Absolute Percentage
Error for MA Vs SA Vs LS Forecasted for
2014LPG Consumption Data Set
Moving average is still best fit for the time series future evaluated data for the LPG Domestic consumption for year of 2014.
Though moving average has shown a little higher error percentage in the middle of the year, but most of other times, it has the low
percentage of absolute error.
5.0 Conclusion
Least Square method is a popular method for time series regression analysis for forcasting the future data. In this article, we
discussed about different popular time series regression models and applied the Domestic LPG consumption data for 3 years based
on the Least Square Method. The Moving average and the Smoothing analysis forecasting model data is evaluated along with
absolute percentage error calculation separately and shown a comparison for the 3 years in figure 8, 9 and 10. We found that the
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 11 91 – 99
_______________________________________________________________________________________________
99
IJRITCC | November 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Moving average shows better results in year 2013 and 2014 whereas least square method shows better result in year 2012. All
methods though show a fit to this natural gas consumption data set and the percentage of error varies between 0.01 – 18.19%. The
forecasting through the time series model is showing a random behavior with moving average, smoothing analysis and least
square model. The forecasted data though approximating to an error with <20%, but the consistency is not achieved with these
models. The consumption data set requires still a better suit model to forecast the future consumption data with more accuracy and
consistency. The best fit model with more accuracy and consistency is the future scope of the work.
References:
[1] Prabodh Pradhan, sunil dhal,” A survey of different prediction models & role of artificial neural networks for Natural gas
consumption”, International journal of science and research, vol 4, issue 11, pg 1325-1328
[2] prabodh Pradhan, bhagirathinayak, sunil dhal,” Time series data modeling and prediction of liquid petroleum gas”,” International
journal of development and research”, volume 06, issue 10, pg: 9809-9812
[3] prabodh Pradhan, bhagirathinayak, sunil dhal,” Time series data prediction of natural gas consumption using arima model”,
International journal of information technology and management information system”, volume 7, issue 3, pg01-07
[4] prabodh Pradhan, bhagirathinayak, sunil dhal,” Prediction of liquid petroleum gas for domestic consumption”, β€œ International journal
of business, management and allied sciences, volume-4, issue 3, Pg: 4320-4325
[5] Ronald H. Brown, Steven R. Vitullo, George F. Corliss, Detrending daily natural gas consumption series to improve short-term
forecasts in Power & Energy Society General Meeting, 2015 IEEE
[6] https://www.numbeo.com/cost-of-living/country_price_rankings?itemId=105
[7] https://www.studentenergy.org/topics/natural-gas
[8] Sun Licheng, Hu Ronghua Study on the relationship between the energy consumption and economic system of Jiangsu Province base
on grey relational analysis in Grey Systems and Intelligent Services, 2009. GSIS 2009. IEEE International Conference on 08 February
2010 DOI : 10.1109/GSIS.2009.5408328
[9] https://en.wikipedia.org/wiki/List_of_countries_by_natural_gas_consumption
[10] http://ahnutritiontherapy.com/338/foods-to-fight-humidity
[11] https://www.epa.gov/climate-impacts/climate-impacts-agriculture-and-food-supply

More Related Content

Similar to Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption

Cointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of AlbaniaCointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of Albaniarahulmonikasharma
Β 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGArahulmonikasharma
Β 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGArahulmonikasharma
Β 
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...Implementation of Knowledge-Based Expert System Using Probabilistic Network M...
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...rahulmonikasharma
Β 
Analysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniquesAnalysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniqueseSAT Journals
Β 
Reconstruction of Time Series using Optimal Ordering of ICA Components
Reconstruction of Time Series using Optimal Ordering of ICA ComponentsReconstruction of Time Series using Optimal Ordering of ICA Components
Reconstruction of Time Series using Optimal Ordering of ICA Componentsrahulmonikasharma
Β 
Analysis of the Potential MSW to Energy Generation in the State of Sikkim
Analysis of the Potential MSW to Energy Generation in the State of SikkimAnalysis of the Potential MSW to Energy Generation in the State of Sikkim
Analysis of the Potential MSW to Energy Generation in the State of Sikkimrahulmonikasharma
Β 
Analysis of Forecasting Sales By Using Quantitative And Qualitative Methods
Analysis of Forecasting Sales By Using Quantitative And Qualitative MethodsAnalysis of Forecasting Sales By Using Quantitative And Qualitative Methods
Analysis of Forecasting Sales By Using Quantitative And Qualitative MethodsIJERA Editor
Β 
MovingAverage (2).pptx
MovingAverage (2).pptxMovingAverage (2).pptx
MovingAverage (2).pptxbrahimNasibov
Β 
Rainfall Forecasting : A Regression Case Study
Rainfall Forecasting : A Regression Case StudyRainfall Forecasting : A Regression Case Study
Rainfall Forecasting : A Regression Case StudyIRJET Journal
Β 
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUESANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUESIRJET Journal
Β 
Prediction of Car Price using Linear Regression
Prediction of Car Price using Linear RegressionPrediction of Car Price using Linear Regression
Prediction of Car Price using Linear Regressionijtsrd
Β 
Selection of Fuel by Using Analytical Hierarchy Process
Selection of Fuel by Using Analytical Hierarchy ProcessSelection of Fuel by Using Analytical Hierarchy Process
Selection of Fuel by Using Analytical Hierarchy ProcessIJERA Editor
Β 
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...rahulmonikasharma
Β 
Predicting Air Transport Industry - 2018
Predicting Air Transport Industry  - 2018 Predicting Air Transport Industry  - 2018
Predicting Air Transport Industry - 2018 Mohammed Awad
Β 
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...IRJET Journal
Β 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningIRJET Journal
Β 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET Journal
Β 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIRJET Journal
Β 

Similar to Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption (20)

Cointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of AlbaniaCointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of Albania
Β 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Β 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Β 
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...Implementation of Knowledge-Based Expert System Using Probabilistic Network M...
Implementation of Knowledge-Based Expert System Using Probabilistic Network M...
Β 
Analysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniquesAnalysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniques
Β 
Reconstruction of Time Series using Optimal Ordering of ICA Components
Reconstruction of Time Series using Optimal Ordering of ICA ComponentsReconstruction of Time Series using Optimal Ordering of ICA Components
Reconstruction of Time Series using Optimal Ordering of ICA Components
Β 
Analysis of the Potential MSW to Energy Generation in the State of Sikkim
Analysis of the Potential MSW to Energy Generation in the State of SikkimAnalysis of the Potential MSW to Energy Generation in the State of Sikkim
Analysis of the Potential MSW to Energy Generation in the State of Sikkim
Β 
Analysis of Forecasting Sales By Using Quantitative And Qualitative Methods
Analysis of Forecasting Sales By Using Quantitative And Qualitative MethodsAnalysis of Forecasting Sales By Using Quantitative And Qualitative Methods
Analysis of Forecasting Sales By Using Quantitative And Qualitative Methods
Β 
MovingAverage (2).pptx
MovingAverage (2).pptxMovingAverage (2).pptx
MovingAverage (2).pptx
Β 
Rainfall Forecasting : A Regression Case Study
Rainfall Forecasting : A Regression Case StudyRainfall Forecasting : A Regression Case Study
Rainfall Forecasting : A Regression Case Study
Β 
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUESANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
ANALYSIS AND PREDICTION OF RAINFALL USING MACHINE LEARNING TECHNIQUES
Β 
Prediction of Car Price using Linear Regression
Prediction of Car Price using Linear RegressionPrediction of Car Price using Linear Regression
Prediction of Car Price using Linear Regression
Β 
Selection of Fuel by Using Analytical Hierarchy Process
Selection of Fuel by Using Analytical Hierarchy ProcessSelection of Fuel by Using Analytical Hierarchy Process
Selection of Fuel by Using Analytical Hierarchy Process
Β 
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...
Assessment of Perform Achieve and Trade (Pat), Cycle in India and Conceptuali...
Β 
Predicting Air Transport Industry - 2018
Predicting Air Transport Industry  - 2018 Predicting Air Transport Industry  - 2018
Predicting Air Transport Industry - 2018
Β 
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Β 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data Mining
Β 
K1802048692
K1802048692K1802048692
K1802048692
Β 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
Β 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
Β 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
Β 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
Β 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
Β 
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systemsrahulmonikasharma
Β 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
Β 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
Β 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
Β 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
Β 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
Β 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
Β 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
Β 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
Β 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
Β 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
Β 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
Β 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
Β 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
Β 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
Β 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
Β 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Studyrahulmonikasharma
Β 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
Β 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
Β 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
Β 
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2Γ—N_r ) MIMO Communication Systems
Β 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
Β 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
Β 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
Β 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Β 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
Β 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Β 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
Β 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
Β 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
Β 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Β 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Β 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Β 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Β 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
Β 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Β 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Study
Β 

Recently uploaded

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
Β 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
Β 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
Β 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoΓ£o Esperancinha
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
Β 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Β 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
Β 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
Β 
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”soniya singh
Β 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
Β 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
Β 

Recently uploaded (20)

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
Β 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
Β 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
Β 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Β 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
Β 
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCRβ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Β 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
Β 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Β 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
Β 
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”
Model Call Girl in Narela Delhi reach out to us at πŸ”8264348440πŸ”
Β 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
Β 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Β 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
Β 

Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 91 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption Prabodh Kumar Pradhan Assistant Professor Regional College of Management Chandrasekhar Pur, Bhubaneswar 751023 INDIA pkpradhan.rcm@gmail.com Sunil Dhal Associate Professor Sri Sri University, Cuttack 754006 INDIA sunildhal@srisriuniversity.edu.in Nilayam Kumar Kamila Principal Associate Capital One, Wilmington, DE 19801 USA nilayam_kamila@yahoo.com Abstract: Power and mechanical energies are now a down main stream of energy to produce any other type of product in any nation in the world. Currently natural resources are the main stream of resources to produce the power energy or mechanical energy. We aware that the natural resource energy is limited.It’s the prime focus now a day to optimize the natural resource consumption. Natural Gas is an integral part of the natural resource and hence needs a planning and forecasting to optimize the natural gas usage and wastage. Without the proper planning and forecasting, the natural gas consumption will be highly usage and wasted and hence the limited resource will be drained off. In this paper, we analyze the time series least square method and compare its results with the actual data with absolute error percentage. This paper provides a clear analytic results and comparisons which serves as a base forecasting model for natural gas consumption. Keywords: Natural Gas, LPG Consumption, Time Series, Natural Gas Forecasting __________________________________________________*****_________________________________________________ 1.0 Introduction: Petroleum Gas e.g Liquified Petroleum Gas(LPG) is the prime constituent under the Natural Gas. The extraction of LPG from Natural resources is a very complex process. This Liquified Petroleum gas is usage in different way in different countries in the world. It’s used as domestic and commercial purpose. In a study [3] in 2012, the Residential/Domestic usage is 19% and Commercial usage is 13%. Most power is consumed in Electric Power 31% and Industrial sector as 33%. Figure 1: Natural Gas Consumption in 2012 in US Electric Power and Industrial Power is a major player in natural gas consumption in US. In India [4], the domestic usage of LPG is the second largest in the world. Domestic LPG usage in India [4] reaches to 19 million ton in 2017.
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 92 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ The proper demand forecasting is important as without forecasting results, the natural gas supply will be either over supplied or under supplied. There are multiple number of time series models used for demandforecasting. In this paper, we focused on Least Square method. The organization of this article is a s follows. In Section 2, we discuss briefly about the moving average method. The data analysis and moving average calculation is shown in section 3. In Section 4, we show the results through graphical representation. Section 5 concludes our work. 2.0 Time Series Analysis Time series analysis is a method for forecasting the future data from a time series data. The time series calculates the future data from the existing input data. For example, if there are sales data for a number of months or number of years, then the next successive month(s) or successive year(s) could be calculated through the time series methods. There are multiple number of time series methods, and here we enlisted few of them. a. Moving Average b. Smoothing Analysis c. Least Square Method Figure2: Time Series Analysis Methods Here in this article we’ll briefly discuss each method and in next section, we’ll apply the methods on our natural gas consumption data so as to find a best fit model. A. Moving Method: Moving average and Smoothing Analysis are basic model where the past data are used to forecast the future data. The calculation is simple and periodic average is taken to forecast the future data in case of Moving Average model. For example, if there are first four-month data available, then average of four months data is considered as the future data for fifth month. B. Smoothing Analysis: In Smoothing analysis, the weight is given to the past data. The basic formula used to forecast Smoothing analysis is as follows. The forecast at period t+1 could be calculated as the below formula. 𝑓𝑑+1 =∝ 𝑦𝑑 + 1βˆ’βˆ 𝑓𝑑 Where 0 <∝< 1 , actual data at time t is 𝑦𝑑 . C. Least Square Method: Another popular mathematical regression method is known as least square method which evaluates a best fit line for the given data set. There are two set of data e.g. independent data set and dependent data set. For each value of independent data, there exists a dependent data and hence makes a data set pair. Here in case of natural gas consumption data set, Time Series Analysis Moving Average Smoothing Analysis Least Square Method
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 93 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ month numbers could be taken as an independent variable and the actual consumption for the respective moth is taken as dependent variable. The line equation evaluated in the least square method is the regression line of best fit and the given data set pair is in the close proximity of the straight-line equation. The main objective of least square method is to find a straight line that minimizes the sum of squares of errors evaluated by the results of the equation. We have summarized the flow of the least square method through the flow model as shown in figure 3. Figure3: Least Square Method Flow model The method to calculate the least square method is as follows. Let’s we have the ordered pairs data π‘₯1, 𝑦1 , π‘₯2, 𝑦2 , π‘₯3, 𝑦3 … … π‘₯ 𝑛 , 𝑦𝑛 . Step 1. Calculate the mean value of π‘₯ and 𝑦 π‘₯ = 1 𝑛 π‘₯𝑖 𝑛 𝑖=1 𝑦 = 1 𝑛 𝑦𝑖 𝑛 𝑖=1 Step 2. Calculate the slope of the line π‘š = π‘₯𝑖 βˆ’ π‘₯ 𝑦𝑖 βˆ’ 𝑦 𝑛 𝑖=1 π‘₯𝑖 βˆ’ π‘₯ 2 𝑛 𝑖=1 Step 3. Calculate the y-intercept of the line 𝑏 = 𝑦 βˆ’ π‘šπ‘₯ Step 4. Evaluate the future value of y based on x value using the following formula 𝑦 = π‘šπ‘₯ + 𝑏 We have presented the below algorithm to show the algorithmic process for evaluation the forecasting data based on the past data of domestic LPG usage. In initialization process the data is gathered for the domestic natural gas usage as dependent variable with respect to the month number as independent variable. Algorithm: leastSquareAnalysis Initialization:Gather the data for which forecasting to be evaluated. Here X is independent variable e.g. time data. 𝑋 = π‘₯1, π‘₯2, π‘₯3, … … … π‘₯𝑑 π‘Œ = 𝑦1, 𝑦2, 𝑦3, … … … 𝑦𝑑 π‘₯ = 0, 𝑦 = 0 for𝑖 = 1 𝒕𝒐 𝑑do π‘₯ = π‘₯ + π‘₯𝑖 𝑦 = 𝑦 + 𝑦𝑖 Start 𝒄𝒐𝒖𝒏𝒕 = 𝟎 Gather Independent Data (X) and Dependent Data(Y) π’‡π’Šπ’π’… π’Žπ’†π’‚π’ 𝑿 𝒂𝒏𝒅 π’Žπ’†π’‚π’(𝒀) π‘ π‘’π‘šπ‘‹π‘Œ = π‘ π‘’π‘šπ‘‹π‘Œ + 𝑋 βˆ’ π‘šπ‘’π‘Žπ‘› 𝑋 π‘Œ βˆ’ π‘šπ‘’π‘Žπ‘› π‘Œ π‘ π‘’π‘šπ‘‹π‘‹ = π‘ π‘’π‘šπ‘‹π‘‹ + π‘ π‘žπ‘Žπ‘’π‘Ÿπ‘’ 𝑋 βˆ’ π‘šπ‘’π‘Žπ‘› 𝑋 End π‘ π‘™π‘œπ‘π‘’ = π‘ π‘’π‘šπ‘‹π‘Œ/π‘ π‘’π‘šπ‘‹π‘‹ π‘–π‘›π‘‘π‘’π‘Ÿπ‘π‘’π‘π‘‘ = π‘šπ‘’π‘Žπ‘› π‘Œ βˆ’ π‘ π‘™π‘œπ‘π‘’ βˆ— π‘šπ‘’π‘Žπ‘›(𝑋) π‘“π‘’π‘‘π‘’π‘Ÿπ‘’ π‘Œ = π‘ π‘™π‘œπ‘π‘’ βˆ— 𝑋 + π‘–π‘›π‘‘π‘’π‘Ÿπ‘π‘’π‘π‘‘
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 94 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ done evaluate π‘₯ = π‘₯/𝑑, and 𝑦 = 𝑦/𝑑 π‘ π‘’π‘šπ‘‹π‘Œ = 0 π‘ π‘’π‘šπ‘‹π‘‹ = 0 for𝑖 = 1 𝒕𝒐 𝑑do π‘ π‘’π‘šπ‘‹π‘Œ = π‘ π‘’π‘šπ‘‹π‘Œ + π‘₯𝑖 βˆ’ π‘₯ 𝑦𝑖 βˆ’ 𝑦 π‘ π‘’π‘šπ‘‹π‘‹ = π‘ π‘’π‘šπ‘‹π‘‹ + π‘₯𝑖 βˆ’ π‘₯ π‘₯𝑖 βˆ’ π‘₯ done evaluate π‘š = π‘ π‘’π‘šπ‘‹π‘Œ/π‘ π‘’π‘šπ‘‹π‘‹ evaluate 𝑏 = 𝑦 βˆ’ π‘šπ‘₯ for𝑖 = 2 𝒕𝒐 π‘šdo 𝑦𝑖 = π‘šπ‘₯𝑖 + 𝑏 done 3.0 Forecasting Data Error Evaluation We used the above mentioned most popular methods to forecast the consumption data based on historical data. We’ve taken the data sets captured from petroleum agencies and applied the time series regression model methods to forecast the future data sets. The same future data sets are again compared with the actual consumption data through the graphical representation. Figure4: Time Series Absolute Percent Error Flow Algorithm: evaluate Absolute Percentage Error Initialization: Gather the Actual Data (Data set A) and forecasted data (Data set F) 𝐴 = π‘Ž1, π‘Ž2, π‘Ž3, … … … π‘Ž 𝑛 𝐹 = 𝑓1, 𝑓2, 𝑓3, … … … 𝑓𝑛 for 𝑖 = 1 π‘‘π‘œ 𝑛 do 𝑒𝑖 = (π‘Žπ‘– βˆ’ 𝑓𝑖) 𝑝𝑖 = 𝑒𝑖/π‘Žπ‘– βˆ— 100 done In each of the model, we used the above algorithm to evaluate the errors which are presented in the graph for the visual presentation.Let’s illustrate an example of the year 2012 for the domestic usage of liquified petroleum gas for the state of Odisha, India. A. Natural Gas Consumption Least Square Regression Forecasting & Error Analysis In case if Least Square method, we create the regression line equation with the formula 𝑦 = π‘šπ‘₯ + 𝑏. Using the value of π‘₯, the value of 𝑦 is evaluated as a forecasted value. The method to caluclate the value of π‘š and 𝑏 is discussed in the earlier section of this article. π‘π‘œπ‘’π‘›π‘‘ > 𝑛0 Start 𝒄𝒐𝒖𝒏𝒕 = 𝟎 Gather Actual Date (A) and Forecasted Data(F) 𝒆𝒓𝒓𝒐𝒓 π’Š = 𝑨𝒃𝒔 𝑨 π’Š βˆ’ 𝑭 π’Š 𝒑𝒆𝒓𝒄𝒆𝒏𝒕 𝒆𝒓𝒓𝒐𝒓 π’Š = (𝒆𝒓𝒓𝒐𝒓(π’Š) 𝑨(π’Š)) βˆ— 𝟏𝟎𝟎 No Yes End
  • 5. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 95 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Based on the line equation, the forecasted value along with the actual value is listed in table 1. The absolute error and the absolute percentage error is calculated. The results shown in the below table for the absolute percentage error is ranging from 0.01 – 12.32%. Months Year 2012 y=mx+b Absolute Error Abs % Error (Jan)1 16425 16680.15681 255.1568104 1.553466121 (Feb)2 16293 16680.1586 387.1586025 2.376226616 (Mar)3 16682 16680.16039 1.839605487 0.011027488 (Apr)4 14850 16680.16219 1830.162187 12.32432449 (May)5 17098 16680.16398 417.8360214 2.443771326 (Jun)6 16348 16680.16577 332.1657706 2.031843471 (Jul)7 17413 16680.16756 732.8324373 4.208536365 (Aug)8 17848 16680.16935 1167.830645 6.543201733 (Sep)9 17123 16680.17115 442.8288532 2.58616395 (Oct)10 16610 16680.17294 70.17293882 0.422474045 (Nov)11 16824 16680.17473 143.8252691 0.854881533 (Dec)12 16648 16680.17652 32.17652291 0.193275606 6.5 16680.16667 Mean Absolute % Error 2.962432729 The actual vs forecasted value evaluated from least square method is shown in figure 5. The forecasted value attains a straight line as per the evaluation through least square method. The mean absolute percentage error is 2.96%. Figure5: Comparison of Actual Vs LS Forecasted for 2012 LPG Consumption Data Set Similarly, the least square method is applied for the Domestic LPG consumption data for the year 2013. The absolute error and absolute percentage error is evaluated for all the months in the year. The absolute percentage error is ranging from 1.38 – 13.26%. Table 1: Actual Data and LS ForecastEvaluationfor 2012LPG Consumption Data Set
  • 6. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 96 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Months Year 2013 y=mx+b Absolute Error Abs % Error (Jan)1 16449 17282.98942 833.9894226 5.07015273 (Feb)2 15409 17282.99135 1873.991346 12.1616675 (Mar)3 17732 17282.99327 449.0067311 2.532183234 (Apr)4 16092 17282.99519 1190.995192 7.401163262 (May)5 16428 17282.99712 854.9971153 5.204511293 (Jun)6 15259 17282.99904 2023.999038 13.26429673 (Jul)7 18287 17283.00096 1003.999038 5.490233709 (Aug)8 17715 17283.00288 431.9971153 2.438595062 (Sep)9 17047 17283.00481 236.0048079 1.384436018 (Oct)10 18412 17283.00673 1128.993269 6.131833961 (Nov)11 19536 17283.00865 2252.991346 11.53251098 (Dec)12 19030 17283.01058 1746.989423 9.180186141 6.5 17283 Mean Absolute % Error 6.815980886 Table 2: Actual Data and LS ForecastEvaluationfor 2013LPG Consumption Data Set Figure 6 is shown with Actual consumption data against forecasted data through least square method for the year 2013. The forecasted value is the equation of straight line and hence the straight line is gathered through data. The mean percentage absolute error is 6.81%. The below table is the list of actual and forecasted data for the year 2014. The absolute error and absolute percentage error is evaluated through the difference between the actual data and forecasted data least square method. The absolute percentage error is ranged from 1.91 – 18.19%. The year 2014 has the highest deviation between actual and forecasted values. Figure6: Comparison of Actual Vs LS Forecasted for 2013LPG Consumption Data Set
  • 7. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 97 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Months Year 2014 y=mx+b Absolute Error Abs % Error (Jan)1 20174 20737.24327 563.2432717 2.791926597 (Feb)2 18531 20737.24449 2206.244495 11.90569583 (Mar)3 21205 20737.24572 467.7542817 2.205867869 (Apr)4 18250 20737.24694 2487.246942 13.62875037 (May)5 18831 20737.24816 1906.248165 10.12292584 (Jun)6 18039 20737.24939 2698.249388 14.95786567 (Jul)7 20233 20737.25061 504.2506117 2.49221871 (Aug)8 21142 20737.25184 404.748165 1.914427041 (Sep)9 22570 20737.25306 1832.746942 8.120278873 (Oct)10 21581 20737.25428 843.7457183 3.909669238 (Nov)11 22941 20737.25551 2203.744495 9.606139641 (Dec)12 25350 20737.25673 4612.743272 18.19622592 6.5 20737.25 Mean Absolute % Error 8.3209993 Table 3: Actual Data and LS Forecast Evaluation for 2014LPG Consumption Data Set In below figure (figure 7) is the graph between actual consumption vs forecasted consumption. The forecasted values plot shows a straight line and the deviation of the actual data from the forecasted data is correctly captured as shown in figure 7. The mean absolute percentage error is 8.32%. Figure7: Comparison of Actual Vs LS Forecasted for 2014LPG Consumption Data Set 4.0 Time Series Forecasting Method Comparisons In below figure (refer figure 8, 9and 10), we have shown the comparison of absolute error percentage of different time series methods in different years. In 2012, least square method has shown a better result over other two methods. The least square methods though few times have a higher error percentage value, but most of the times it has the lower absolute percentage values.
  • 8. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 98 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Figure8: Comparison of Absolute Percentage Error for MA Vs SA Vs LS Forecasted for 2012 LPG Consumption Data Set In year 2013, we observed that the moving average is the best fit for the Natural Gas Consumption data. The least square method has higher percentage of absolute error in initial period of the year as well as towards the end of the year. Figure9: Comparison of Absolute Percentage Error for MA Vs SA Vs LS Forecasted for 2013LPG Consumption Data Set Figure 10: Comparison of Absolute Percentage Error for MA Vs SA Vs LS Forecasted for 2014LPG Consumption Data Set Moving average is still best fit for the time series future evaluated data for the LPG Domestic consumption for year of 2014. Though moving average has shown a little higher error percentage in the middle of the year, but most of other times, it has the low percentage of absolute error. 5.0 Conclusion Least Square method is a popular method for time series regression analysis for forcasting the future data. In this article, we discussed about different popular time series regression models and applied the Domestic LPG consumption data for 3 years based on the Least Square Method. The Moving average and the Smoothing analysis forecasting model data is evaluated along with absolute percentage error calculation separately and shown a comparison for the 3 years in figure 8, 9 and 10. We found that the
  • 9. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 11 91 – 99 _______________________________________________________________________________________________ 99 IJRITCC | November 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Moving average shows better results in year 2013 and 2014 whereas least square method shows better result in year 2012. All methods though show a fit to this natural gas consumption data set and the percentage of error varies between 0.01 – 18.19%. The forecasting through the time series model is showing a random behavior with moving average, smoothing analysis and least square model. The forecasted data though approximating to an error with <20%, but the consistency is not achieved with these models. The consumption data set requires still a better suit model to forecast the future consumption data with more accuracy and consistency. The best fit model with more accuracy and consistency is the future scope of the work. References: [1] Prabodh Pradhan, sunil dhal,” A survey of different prediction models & role of artificial neural networks for Natural gas consumption”, International journal of science and research, vol 4, issue 11, pg 1325-1328 [2] prabodh Pradhan, bhagirathinayak, sunil dhal,” Time series data modeling and prediction of liquid petroleum gas”,” International journal of development and research”, volume 06, issue 10, pg: 9809-9812 [3] prabodh Pradhan, bhagirathinayak, sunil dhal,” Time series data prediction of natural gas consumption using arima model”, International journal of information technology and management information system”, volume 7, issue 3, pg01-07 [4] prabodh Pradhan, bhagirathinayak, sunil dhal,” Prediction of liquid petroleum gas for domestic consumption”, β€œ International journal of business, management and allied sciences, volume-4, issue 3, Pg: 4320-4325 [5] Ronald H. Brown, Steven R. Vitullo, George F. Corliss, Detrending daily natural gas consumption series to improve short-term forecasts in Power & Energy Society General Meeting, 2015 IEEE [6] https://www.numbeo.com/cost-of-living/country_price_rankings?itemId=105 [7] https://www.studentenergy.org/topics/natural-gas [8] Sun Licheng, Hu Ronghua Study on the relationship between the energy consumption and economic system of Jiangsu Province base on grey relational analysis in Grey Systems and Intelligent Services, 2009. GSIS 2009. IEEE International Conference on 08 February 2010 DOI : 10.1109/GSIS.2009.5408328 [9] https://en.wikipedia.org/wiki/List_of_countries_by_natural_gas_consumption [10] http://ahnutritiontherapy.com/338/foods-to-fight-humidity [11] https://www.epa.gov/climate-impacts/climate-impacts-agriculture-and-food-supply