SlideShare a Scribd company logo
1 of 14
PREDICTION OF FUTURE PASSENGER SALES
BASED ON
CURRENT SALES
FOR AN AIRLINE COMPANY
BY
DIPIKA PATRA
The project aims in constructing a Time Series Model
using Auto Regressive Integrated Moving Average
Process with parameters (p , d , q) to forecast future
passenger sales.
Analysis Software used:
Statistical Analytical Software
&
Microsoft Excel
Explanation of Auto Regressive Integrated Moving
Average Model i.e. ARIMA(p, d, q):-
In practical problem most Time Series are non stationary.
To forecast a model we difference the observed Time Series
until it is Stationary.
Here the parameter “d” imply the “d” the order difference is
Stationary.
Now ARMA(p, q) Model fitted on the differenced series. i.e.
A(L)xt=B(L)et
Where A(L)=1-a1L-a2L^2-……-apL^p
B(L)=1-b1L-b2L^2-……-bqL^q
0
100
200
300
400
500
600
700
Airline data(monthly : JAN 49 to DEC60)
This plot of the raw data indicates Non-Stationarity.
4.5
5
5.5
6
6.5
7 Jan/00
Jan/00
Jan/00
Jan/00
Jan/00
Jan/00
Jan/00
Jan/00
Feb/00
Feb/00
Feb/00
Feb/00
Feb/00
Feb/00
Feb/00
Mar/00
Mar/00
Mar/00
Mar/00
Mar/00
Mar/00
Mar/00
Mar/00
Apr/00
Apr/00
Apr/00
Apr/00
Apr/00
Apr/00
Apr/00
Apr/00
May/00
May/00
May/00
May/00
May/00
Log of Airlines data(monthly : JAN49 to DEC60)
Log of Airlines data
This plot of the Logarithm of Airlines data tends to
Stationarity.
-0.25
-0.2
-0.15
-0.1
-0.05
0
0.05
0.1
0.15
0.2
0.25
Dif(Log_Air)
This plot of the Difference of Logarithm of Airlines data tends to
Stationarity.
 Name of Variable = DIF_LOG_AIR
Mean ofWorking Series 0.00944
 Standard Deviation 0.106183
 Number of Observations 143
Autocorrelations
 Lag Covariance Correlation -1 9 8 7 6 5 4 3 2 1 0 1 2 3 4 5 6 7 8 9 1 Std Error
 0 0.011275 1.00 | |****************** | 0
 1 0.0022522 0.19 | . |**** | 0.083
 2 -0.0013542 -.12 | .**| . | 0.086
 3 -0.0016999 -.15 | .***| . | 0.088
 4 -0.0036313 -.32 | ******| . | 0.089
 5 -0.0009468 -.08 | . **| . | 0.097
 6 0.00029065 0.02 | . |* . | 0.098
 7 -0.0012511 -.11 | . **| . | 0.098
 8 -0.0037965 -.33 | *******| . | 0.099
 9 -0.0013032 -.11 | . **| . | 0.106
 10 -0.0012320 -.10 | . **| . | 0.107
 11 0.0023209 0.20 | . |**** | 0.108
 12 0.0094870 0.84 | . |***************** | 0.111
 This Autocorrelation function shows the 12 order difference of
Logarithm of AIR data is Stationary
DIF12_DIF_LOG_AIR12 order difference of Logarithm of AIR data
12 order difference of Logarithm of AIR data
Now we have to fit ARMA model on DIF12_DIF_LOG_AIR
PROC ARIMA DATA = DIPIKA.D;
 IDENTIFY VAR = DIF12_DIF_LOG_AIR MINIC;
 RUN;
Suggest to fit ARMA(3,0) as Minimum BIC.
 Minimum Information Criterion
Lags MA 0 MA 1 MA 2 MA 3 MA 4 MA 5
AR 0 -6.24 -6.32 -6.30 -6.32 -6.29 -6.27
 AR 1 -6.33 -6.29 -6.28 -6.29 -6.26 -6.23
 AR 2 -6.32 -6.28 -6.25 -6.25 -6.22 -6.20
 AR 3 -6.35 -6.31 -6.27 -6.24 -6.24 -6.22
 AR 4 -6.33 -6.29 -6.25 -6.25 -6.21 -6.19
 AR 5 -6.30 -6.26 -6.22 -6.23 -6.19 -6.16
 Considering all possible “p” & “q” in the neighbourhood suggested by SAS & for
each of them generate the value of AIC & BIC & calculate the average of them
, select 6 models based on the relative lower value of average.
 Next calculating Minimum of MEAN ABSOLUTE % ERROR select the best model
ARMA(0,3).
P Q AIC SBC AVG
0 1 -410.07 -404.51 -407.29
0 2 -408.12 -399.78 -403.95
0 3 -410.94 -399.82 -405.37
1 0 -409.81 -404.25 -407.03
1 1 -407.99 -399.65 -403.82
1 2 -407.19 -396.07 -401.63
1 3 -409.17 -395.27 -402.22
2 0 -407.82 -399.47 -403.64
2 1 -407.35 -396.23 -401.79
2 2 -407.44 -393.54 -400.49
2 3 -423.06 -406.39 -414.73
3 0 -410.65 -399.54 -405.09
3 1 -406.69 -392.79 -399.74
3 2 -412.22 -395.55 -403.89
3 3 -424.16 -404.70 -414.43
(P,Q) MAPE
0,1 7.58
0,3 6.65
1,0 8.23
2,3 7.57
3,0 7.59
3,3 8.29
EXCEL PRESENTATION OF AIC & SBC WITH
THEIR AVERAGE & MAPE:-
 FITTED MODEL
 Model for variable DIF12_DIF_LOG_AIR
 Estimated Mean 0.001
 1 - 0.31 B**(1) + 0.072 B**(2) - 0.21 B**(3)
GRAPHICAL REPRESENTATION OF ACTUAL &
FORECASTED SALE REPORT FOR THE YEAR 1960:-
0
100
200
300
400
500
600
700
FORCASTED
ACTUAL
GRAPHICAL REPRESENTATION OF ACTUAL & FORECASTED
SALE REPORT FOR THE YEAR 1949 to 1960:-
0
100
200
300
400
500
600
700
S
a
l
e
s
v
a
l
u
e
actual for 1949 to 1960
forecast for 1949 to 1960
GRAPHICAL REPRESENTATION OF FORECASTED SALES
OF 1961:-
0
100
200
300
400
500
600
700
800
Jan/61 Feb/61 Mar/61 Apr/61 May/61 Jun/61 Jul/61 Aug/61 Sep/61 Oct/61 Nov/61 Dec/61
Jan/61 Feb/61 Mar/61 Apr/61 May/61 Jun/61 Jul/61 Aug/61 Sep/61 Oct/61 Nov/61 Dec/61
Predicted AIR for 1961 445.5413 428.1441 461.7714 498.3785 505.7032 581.9764 684.3640 660.0067 547.0225 499.8559 427.8574 472.5152
Predicted AIR for 1961
Using forecasted model:-
1 - 0.31 B**(1) + 0.072 B**(2) - 0.21 B**(3)

More Related Content

Similar to Time series

Kollmorgen pma series_catalog
Kollmorgen  pma  series_catalogKollmorgen  pma  series_catalog
Kollmorgen pma series_catalogElectromate
 
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLER
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLERREVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLER
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLERcscpconf
 
Kollmorgen servo systems_specsheet
Kollmorgen servo systems_specsheetKollmorgen servo systems_specsheet
Kollmorgen servo systems_specsheetElectromate
 
Kollmorgen pma with_pc800_ specsheet
Kollmorgen  pma with_pc800_ specsheetKollmorgen  pma with_pc800_ specsheet
Kollmorgen pma with_pc800_ specsheetElectromate
 
Machine Learning Model for M.S admissions
Machine Learning Model for M.S admissionsMachine Learning Model for M.S admissions
Machine Learning Model for M.S admissionsOmkar Rane
 
Improving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filterImproving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filterYixin Chen
 
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docx
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docxCase Quality Management—ToyotaQuality Control Analytics at Toyo.docx
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docxcowinhelen
 
Linear models
Linear modelsLinear models
Linear modelsFAO
 
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET Journal
 
Applied Econometrics assignment3
Applied Econometrics assignment3Applied Econometrics assignment3
Applied Econometrics assignment3Chenguang Li
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouIAEME Publication
 
Computer Science Programming Assignment Help
Computer Science Programming Assignment HelpComputer Science Programming Assignment Help
Computer Science Programming Assignment HelpProgramming Homework Help
 
Applying Parametric Functional Approximations for Teaching Electromechanical ...
Applying Parametric Functional Approximations for Teaching Electromechanical ...Applying Parametric Functional Approximations for Teaching Electromechanical ...
Applying Parametric Functional Approximations for Teaching Electromechanical ...IOSRJEEE
 
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...IRJET Journal
 
Profiling ruby
Profiling rubyProfiling ruby
Profiling rubynasirj
 
ACMS TV Ratings Midterm Angelini
ACMS TV Ratings Midterm AngeliniACMS TV Ratings Midterm Angelini
ACMS TV Ratings Midterm AngeliniBrandon Angelini
 
ARMA and VAR modelling of Industrial Production in America
ARMA and VAR modelling of Industrial Production in AmericaARMA and VAR modelling of Industrial Production in America
ARMA and VAR modelling of Industrial Production in AmericaEmilio José Calle Celi
 
Variable Transformation in P&C Loss Models Based on Monotonic Binning
Variable Transformation  in P&C Loss Models  Based on Monotonic BinningVariable Transformation  in P&C Loss Models  Based on Monotonic Binning
Variable Transformation in P&C Loss Models Based on Monotonic BinningWenSui Liu
 

Similar to Time series (20)

Kollmorgen pma series_catalog
Kollmorgen  pma  series_catalogKollmorgen  pma  series_catalog
Kollmorgen pma series_catalog
 
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLER
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLERREVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLER
REVIEW ON MODELS FOR GENERALIZED PREDICTIVE CONTROLLER
 
Kollmorgen servo systems_specsheet
Kollmorgen servo systems_specsheetKollmorgen servo systems_specsheet
Kollmorgen servo systems_specsheet
 
Kollmorgen pma with_pc800_ specsheet
Kollmorgen  pma with_pc800_ specsheetKollmorgen  pma with_pc800_ specsheet
Kollmorgen pma with_pc800_ specsheet
 
Machine Learning Model for M.S admissions
Machine Learning Model for M.S admissionsMachine Learning Model for M.S admissions
Machine Learning Model for M.S admissions
 
Improving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filterImproving time to-collision estimation by IMM based Kalman filter
Improving time to-collision estimation by IMM based Kalman filter
 
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docx
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docxCase Quality Management—ToyotaQuality Control Analytics at Toyo.docx
Case Quality Management—ToyotaQuality Control Analytics at Toyo.docx
 
Linear models
Linear modelsLinear models
Linear models
 
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
 
Applied Econometrics assignment3
Applied Econometrics assignment3Applied Econometrics assignment3
Applied Econometrics assignment3
 
Performance
PerformancePerformance
Performance
 
Design and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grouDesign and implementation of antenna control servo system for satellite grou
Design and implementation of antenna control servo system for satellite grou
 
Computer Science Programming Assignment Help
Computer Science Programming Assignment HelpComputer Science Programming Assignment Help
Computer Science Programming Assignment Help
 
Applying Parametric Functional Approximations for Teaching Electromechanical ...
Applying Parametric Functional Approximations for Teaching Electromechanical ...Applying Parametric Functional Approximations for Teaching Electromechanical ...
Applying Parametric Functional Approximations for Teaching Electromechanical ...
 
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...
A Novel 4WD Permanent Magnet Synchronous Motor for an Electrical Vehicle Cont...
 
Cpk problem solving_pcba smt machine
Cpk problem solving_pcba smt machineCpk problem solving_pcba smt machine
Cpk problem solving_pcba smt machine
 
Profiling ruby
Profiling rubyProfiling ruby
Profiling ruby
 
ACMS TV Ratings Midterm Angelini
ACMS TV Ratings Midterm AngeliniACMS TV Ratings Midterm Angelini
ACMS TV Ratings Midterm Angelini
 
ARMA and VAR modelling of Industrial Production in America
ARMA and VAR modelling of Industrial Production in AmericaARMA and VAR modelling of Industrial Production in America
ARMA and VAR modelling of Industrial Production in America
 
Variable Transformation in P&C Loss Models Based on Monotonic Binning
Variable Transformation  in P&C Loss Models  Based on Monotonic BinningVariable Transformation  in P&C Loss Models  Based on Monotonic Binning
Variable Transformation in P&C Loss Models Based on Monotonic Binning
 

More from Seth Anandaram Jaipuria College (8)

MBA project
MBA projectMBA project
MBA project
 
Assignment in regression1
Assignment in regression1Assignment in regression1
Assignment in regression1
 
Multivariate1
Multivariate1Multivariate1
Multivariate1
 
Basic statistics
Basic statisticsBasic statistics
Basic statistics
 
Binary Logistic Regression
Binary Logistic RegressionBinary Logistic Regression
Binary Logistic Regression
 
Factor Analysis with an Example
Factor Analysis with an ExampleFactor Analysis with an Example
Factor Analysis with an Example
 
Multivariate analysis for 26 rice grain varieties
Multivariate analysis for 26 rice grain varietiesMultivariate analysis for 26 rice grain varieties
Multivariate analysis for 26 rice grain varieties
 
Multiple reg presentation
Multiple reg presentationMultiple reg presentation
Multiple reg presentation
 

Recently uploaded

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Time series

  • 1. PREDICTION OF FUTURE PASSENGER SALES BASED ON CURRENT SALES FOR AN AIRLINE COMPANY BY DIPIKA PATRA
  • 2. The project aims in constructing a Time Series Model using Auto Regressive Integrated Moving Average Process with parameters (p , d , q) to forecast future passenger sales. Analysis Software used: Statistical Analytical Software & Microsoft Excel
  • 3. Explanation of Auto Regressive Integrated Moving Average Model i.e. ARIMA(p, d, q):- In practical problem most Time Series are non stationary. To forecast a model we difference the observed Time Series until it is Stationary. Here the parameter “d” imply the “d” the order difference is Stationary. Now ARMA(p, q) Model fitted on the differenced series. i.e. A(L)xt=B(L)et Where A(L)=1-a1L-a2L^2-……-apL^p B(L)=1-b1L-b2L^2-……-bqL^q
  • 4. 0 100 200 300 400 500 600 700 Airline data(monthly : JAN 49 to DEC60) This plot of the raw data indicates Non-Stationarity.
  • 6. -0.25 -0.2 -0.15 -0.1 -0.05 0 0.05 0.1 0.15 0.2 0.25 Dif(Log_Air) This plot of the Difference of Logarithm of Airlines data tends to Stationarity.
  • 7.  Name of Variable = DIF_LOG_AIR Mean ofWorking Series 0.00944  Standard Deviation 0.106183  Number of Observations 143 Autocorrelations  Lag Covariance Correlation -1 9 8 7 6 5 4 3 2 1 0 1 2 3 4 5 6 7 8 9 1 Std Error  0 0.011275 1.00 | |****************** | 0  1 0.0022522 0.19 | . |**** | 0.083  2 -0.0013542 -.12 | .**| . | 0.086  3 -0.0016999 -.15 | .***| . | 0.088  4 -0.0036313 -.32 | ******| . | 0.089  5 -0.0009468 -.08 | . **| . | 0.097  6 0.00029065 0.02 | . |* . | 0.098  7 -0.0012511 -.11 | . **| . | 0.098  8 -0.0037965 -.33 | *******| . | 0.099  9 -0.0013032 -.11 | . **| . | 0.106  10 -0.0012320 -.10 | . **| . | 0.107  11 0.0023209 0.20 | . |**** | 0.108  12 0.0094870 0.84 | . |***************** | 0.111  This Autocorrelation function shows the 12 order difference of Logarithm of AIR data is Stationary
  • 8. DIF12_DIF_LOG_AIR12 order difference of Logarithm of AIR data 12 order difference of Logarithm of AIR data
  • 9. Now we have to fit ARMA model on DIF12_DIF_LOG_AIR PROC ARIMA DATA = DIPIKA.D;  IDENTIFY VAR = DIF12_DIF_LOG_AIR MINIC;  RUN; Suggest to fit ARMA(3,0) as Minimum BIC.  Minimum Information Criterion Lags MA 0 MA 1 MA 2 MA 3 MA 4 MA 5 AR 0 -6.24 -6.32 -6.30 -6.32 -6.29 -6.27  AR 1 -6.33 -6.29 -6.28 -6.29 -6.26 -6.23  AR 2 -6.32 -6.28 -6.25 -6.25 -6.22 -6.20  AR 3 -6.35 -6.31 -6.27 -6.24 -6.24 -6.22  AR 4 -6.33 -6.29 -6.25 -6.25 -6.21 -6.19  AR 5 -6.30 -6.26 -6.22 -6.23 -6.19 -6.16  Considering all possible “p” & “q” in the neighbourhood suggested by SAS & for each of them generate the value of AIC & BIC & calculate the average of them , select 6 models based on the relative lower value of average.  Next calculating Minimum of MEAN ABSOLUTE % ERROR select the best model ARMA(0,3).
  • 10. P Q AIC SBC AVG 0 1 -410.07 -404.51 -407.29 0 2 -408.12 -399.78 -403.95 0 3 -410.94 -399.82 -405.37 1 0 -409.81 -404.25 -407.03 1 1 -407.99 -399.65 -403.82 1 2 -407.19 -396.07 -401.63 1 3 -409.17 -395.27 -402.22 2 0 -407.82 -399.47 -403.64 2 1 -407.35 -396.23 -401.79 2 2 -407.44 -393.54 -400.49 2 3 -423.06 -406.39 -414.73 3 0 -410.65 -399.54 -405.09 3 1 -406.69 -392.79 -399.74 3 2 -412.22 -395.55 -403.89 3 3 -424.16 -404.70 -414.43 (P,Q) MAPE 0,1 7.58 0,3 6.65 1,0 8.23 2,3 7.57 3,0 7.59 3,3 8.29 EXCEL PRESENTATION OF AIC & SBC WITH THEIR AVERAGE & MAPE:-
  • 11.  FITTED MODEL  Model for variable DIF12_DIF_LOG_AIR  Estimated Mean 0.001  1 - 0.31 B**(1) + 0.072 B**(2) - 0.21 B**(3)
  • 12. GRAPHICAL REPRESENTATION OF ACTUAL & FORECASTED SALE REPORT FOR THE YEAR 1960:- 0 100 200 300 400 500 600 700 FORCASTED ACTUAL
  • 13. GRAPHICAL REPRESENTATION OF ACTUAL & FORECASTED SALE REPORT FOR THE YEAR 1949 to 1960:- 0 100 200 300 400 500 600 700 S a l e s v a l u e actual for 1949 to 1960 forecast for 1949 to 1960
  • 14. GRAPHICAL REPRESENTATION OF FORECASTED SALES OF 1961:- 0 100 200 300 400 500 600 700 800 Jan/61 Feb/61 Mar/61 Apr/61 May/61 Jun/61 Jul/61 Aug/61 Sep/61 Oct/61 Nov/61 Dec/61 Jan/61 Feb/61 Mar/61 Apr/61 May/61 Jun/61 Jul/61 Aug/61 Sep/61 Oct/61 Nov/61 Dec/61 Predicted AIR for 1961 445.5413 428.1441 461.7714 498.3785 505.7032 581.9764 684.3640 660.0067 547.0225 499.8559 427.8574 472.5152 Predicted AIR for 1961 Using forecasted model:- 1 - 0.31 B**(1) + 0.072 B**(2) - 0.21 B**(3)