SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 694
Applied SPSS for Data Forecasting of Sale Quantity
Aung Cho, Aung Si Thu
University of Computer Studies, Maubin, Myanmar
How to cite this paper: Aung Cho | Aung
Si Thu "Applied SPSS for Data Forecasting
of Sale Quantity" Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.694-697,
https://doi.org/10.31142/ijtsrd26378
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
SPSS is powerful to analyze businessandmarketingdata. Thispaperintendsto
support business and marketing leaders the benefits of data forecasting with
applied SPSS. It showed the sale quantity forecasting based on unit price and
advertising. As SPSS’s background algorithms, it showed the regression
algorithm for data forecasting and ANOVA algorithm for data significant. It
includes one sample data was downloaded from Google and wasanalyzed and
viewed. It used IBM SPSS statistics version 23 and PYTHON version 3.7.
KEYWORDS: SPSS is powerful to analyze business and marketing data, the
regression algorithm for data forecasting
1. INTRODUCTION
Nowadays, businesses are competingwithothersnottolosetheirmarketplaces
in local and external regions. To avoid the loss of market places theyshould use
data science technology. This paper used SPSSintegrated withPython software.
It showed the regression algorithm for data forecasting and ANOVA algorithm
for data significant that includes five tables, one graph and threedataanalytical
views.
1.1. SPSS
SPSS, standing for Statistical Package for the SocialSciences,isapowerful,user-
friendly software package for the manipulation and statistical analysis of data.
The package is particularly useful for students and
researchers in psychology, sociology, psychiatry, and other
behavioral sciences, containing as it does an extensive range
of both univariate and multivariateproceduresmuchused in
these disciplines. The text is not intendedinany waytobean
introduction to statistics and, indeed, we assume that most
readers will have attended at least one statistics course and
will be relatively familiar with concepts such as linear
regression, correlation, significance tests, and simpleanalysis
of variance. Our hope is that researchers and students with
such a background will find this book a relatively self-
contained means of using SPSS to analyze their data
correctly.[2]
1.2. Regression Analyses
Regression analysis is about predicting the future (the
unknown) based on data collected from the past (the
known). Such an analysis determines a mathematical
equation that can be used to figure out what will happen,
within a certain range of probability:
The analysis is performed based on a single dependent
variable.
The process takes into consideration the effect one or
more dependent variables have on the dependent
variable.
It takes into account which independent variables have
more effect than others.
Performing regression analysis is the process of looking for
predictors and determining how well they predict a future
outcome. When only one independent variable is taken into
account, the procedure is called simple regression. If you use
more than one independent variable, it’s called a
multiple regression. All dialog boxes in SPSS provide for
multiple regression.[3]
1.3. Scatter grams
SPSS has plotted the relationship between two variables:
1. revision: How much revision an individual did for an
exam (scored from 0 to 30 hours) by
2. score: Exam Score (marked out of 30). on to a chart
called a scatter gram.
These two variables are not identical,butyouwouldexpecta
strong positive relationship between them.Whenyouhavea
‘positive relationship’, the low values onone variabletend to
go with low values on the other variable and high values on
one variable tend to go with high values on the other. Here,
we would expect that people doing only a small amount of
revision for an exam should tend to score low on the exam,
and people doing a lot of revision should tend to score high.
When you have a ‘negative relationship’, the low values on
one variable tend to go with high values on the other
variable and high values on one variable tend to go with low
values on the other.[4]
IJTSRD26378
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 695
2. Algorithm
REGRESSION Algorithms[1]
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 696
3. Testing
Table-1: Sample Data
SUMMARY OUTPUT
Table-2: Regression Values
A. Analytical view
As Table-2
R Square equals 0.962, which is a very good fit. 96% of the
variation in Quantity Sold is explained by the independent
variables Price and Advertising. The closer to 1, the better
the regression line (read on) fits the data.
Table-3: Performance-1
Table-4: Performance-2
B. Analytical view
As table-3and 4,
Significance F and P-values
To check if your results are reliable (statisticallysignificant),
look at Significance F (0.001). If this value is less than 0.05,
you're OK. If Significance F is greater than 0.05, it's probably
better to stop using this set of independent variables. Delete
a variable with a high P-value (greater than 0.05) and rerun
the regression until Significance F drops below 0.05.
Most of all P-values should be below 0.05. In our example,
this is the case. (0.000, 0.001 and 0.005).
As table-4, Coefficients
The regression line is: y = Quantity Sold = 8536.214 -
835.722 * Price + 0.592 * Advertising. In other words, for
each unit increase in price, Quantity Sold decreases with
835.722 units. For each unit increase in Advertising,
Quantity Sold increases with 0.592 units. This is valuable
information.
You can also use these coefficients to do a forecast. For
example, if price equals $4 and Advertising equals $3000,
you might be able to achieve a Quantity Sold of 8536.214 -
835.722 * 4 + 0.592 * 3000 = 6970.
Table-5: RESIDUAL OUTPUT
Graph-1: Residuals Values
C. analytical Views
As table-5 and graph-1
Residuals
The residuals show you how far away the actual data points
are from the predicted data points (using the equation). For
example, the first data pointequals8500.Usingtheequation,
the predicted data point equals 8536.214 -835.722 * 2 +
0.592 * 2800 = 8523.009, giving a residual of 8500 -
8523.009 = -23.009.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 697
4. Conclusion
SPSS data analysis tools are valuable in social science,
business and marketing fields. It is very good for
presentation report by graphical design. It showed the sale
quantity forecasting based on unit price and advertising
before sale and then they can get their goal with right sale
quantity and can avoid the waste of salequantityand thelost
of market places in local and global regions by using SPSS
software.
References
[1] IBM SPSS Statistics 24 Algorithms pdf book
[book style]
[2] A handbook of statistical analyses using SPSS / Sabine,
Landau, Brian S. Everitt, ISBN 1-58488-369-3
[book style]
[3] SPSS For Dummies®, 2nd Edition, ISBN: 978-0-470-
48764-8
[book style]
[4] SPSS for Social Scientists RobertL.Miller,Ciaran Acton,
Deirdre A. Fullerton and John Maltby, ISBN 0–333–
92286–7
[book style]
Author Profile
Aung Cho received the B.A.(Eco)
degree from Yangon University in
1987 and M.I.Sc.(Information
Science) degree from University of
Computer Studies, Yangon in 2001.
After got Master degree, I served as a
teacher at the software, information
science and applicationdepartments
of the computer universities. I am
now with University of Computer Studies, Maubin.
Author Profile
Aung Si Thu received the
B.Sc.(Hons)(Chemistry) degree from
Magwe University in 2003 and
M.I.Sc.(Information Science) degree
from University ofComputer Studies,
Yangon in 2009. After got Master
degree, I served as a teacher at the
software, information science and
hardware departments of the
computer universities. I am now with University of
Computer Studies, Maubin, Myanmar.

More Related Content

What's hot

Applied SPSS for Business and Marketing
Applied SPSS for Business and MarketingApplied SPSS for Business and Marketing
Applied SPSS for Business and Marketingijtsrd
 
B409 W11 Sas Collaborative Stats Guide V4.2
B409 W11 Sas Collaborative Stats Guide V4.2B409 W11 Sas Collaborative Stats Guide V4.2
B409 W11 Sas Collaborative Stats Guide V4.2marshalkalra
 
Business statistics review
Business statistics reviewBusiness statistics review
Business statistics reviewFELIXARCHER
 
Introduction to Statistics
Introduction to StatisticsIntroduction to Statistics
Introduction to StatisticsManish Purani
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwaresDr.ammara khakwani
 
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSIS
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSISSTOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSIS
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSISijcsit
 
Introduction to Elementary statistics
Introduction to Elementary statisticsIntroduction to Elementary statistics
Introduction to Elementary statisticskrizza joy dela cruz
 
060 techniques of_data_analysis
060 techniques of_data_analysis060 techniques of_data_analysis
060 techniques of_data_analysisNouman Zia
 
Statistical Procedures using SPSSi
Statistical Procedures using SPSSiStatistical Procedures using SPSSi
Statistical Procedures using SPSSiTaddesse Kassahun
 
Definition of statistics
Definition of statisticsDefinition of statistics
Definition of statisticsdrsujatha123
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSSPhi Jack
 
Turn left or right: How the economy affects political preferences and media c...
Turn left or right: How the economy affects political preferences and media c...Turn left or right: How the economy affects political preferences and media c...
Turn left or right: How the economy affects political preferences and media c...Mark Boukes (University of Amsterdam)
 
Iso 9001 for small businesses
Iso 9001 for small businessesIso 9001 for small businesses
Iso 9001 for small businesseskaredutip
 
Interpretation of Data and Statistical Fallacies
Interpretation of Data and Statistical FallaciesInterpretation of Data and Statistical Fallacies
Interpretation of Data and Statistical FallaciesRHIMRJ Journal
 

What's hot (20)

Applied SPSS for Business and Marketing
Applied SPSS for Business and MarketingApplied SPSS for Business and Marketing
Applied SPSS for Business and Marketing
 
Statistics
StatisticsStatistics
Statistics
 
B409 W11 Sas Collaborative Stats Guide V4.2
B409 W11 Sas Collaborative Stats Guide V4.2B409 W11 Sas Collaborative Stats Guide V4.2
B409 W11 Sas Collaborative Stats Guide V4.2
 
Business statistics review
Business statistics reviewBusiness statistics review
Business statistics review
 
Introduction to Statistics
Introduction to StatisticsIntroduction to Statistics
Introduction to Statistics
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwares
 
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSIS
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSISSTOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSIS
STOCK TREND PREDICTION USING NEWS SENTIMENT ANALYSIS
 
Introduction to Elementary statistics
Introduction to Elementary statisticsIntroduction to Elementary statistics
Introduction to Elementary statistics
 
060 techniques of_data_analysis
060 techniques of_data_analysis060 techniques of_data_analysis
060 techniques of_data_analysis
 
Statistical Procedures using SPSSi
Statistical Procedures using SPSSiStatistical Procedures using SPSSi
Statistical Procedures using SPSSi
 
Definition of statistics
Definition of statisticsDefinition of statistics
Definition of statistics
 
Descriptive Statistics - SPSS
Descriptive Statistics - SPSSDescriptive Statistics - SPSS
Descriptive Statistics - SPSS
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
Use of Statistics in real life
Use of Statistics in real lifeUse of Statistics in real life
Use of Statistics in real life
 
Uses of SPSS and Excel to analyze data
Uses of SPSS and Excel   to analyze dataUses of SPSS and Excel   to analyze data
Uses of SPSS and Excel to analyze data
 
Turn left or right: How the economy affects political preferences and media c...
Turn left or right: How the economy affects political preferences and media c...Turn left or right: How the economy affects political preferences and media c...
Turn left or right: How the economy affects political preferences and media c...
 
Iso 9001 for small businesses
Iso 9001 for small businessesIso 9001 for small businesses
Iso 9001 for small businesses
 
Statistics in real life
Statistics in real lifeStatistics in real life
Statistics in real life
 
Statistical software
Statistical softwareStatistical software
Statistical software
 
Interpretation of Data and Statistical Fallacies
Interpretation of Data and Statistical FallaciesInterpretation of Data and Statistical Fallacies
Interpretation of Data and Statistical Fallacies
 

Similar to Applied SPSS for Data Forecasting of Sale Quantity

Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSijtsrd
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSijtsrd
 
Educational Data Analysis by Applied SPSS
Educational Data Analysis by Applied SPSSEducational Data Analysis by Applied SPSS
Educational Data Analysis by Applied SPSSijtsrd
 
Forecasting Academic Performance using Multiple Linear Regression
Forecasting Academic Performance using Multiple Linear RegressionForecasting Academic Performance using Multiple Linear Regression
Forecasting Academic Performance using Multiple Linear Regressionijtsrd
 
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...ijmvsc
 
Applied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species NameApplied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species Nameijtsrd
 
Graphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using RGraphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using RIRJET Journal
 
Machine Learning Approach for Employee Attrition Analysis
Machine Learning Approach for Employee Attrition AnalysisMachine Learning Approach for Employee Attrition Analysis
Machine Learning Approach for Employee Attrition Analysisijtsrd
 
Statistics Assignments 090427
Statistics Assignments 090427Statistics Assignments 090427
Statistics Assignments 090427amykua
 
Teaching Data Analysis using SPSS
Teaching Data Analysis using SPSSTeaching Data Analysis using SPSS
Teaching Data Analysis using SPSSijtsrd
 
Research and Statistics Report- Estonio, Ryan.pptx
Research  and Statistics Report- Estonio, Ryan.pptxResearch  and Statistics Report- Estonio, Ryan.pptx
Research and Statistics Report- Estonio, Ryan.pptxRyanEstonio
 
Reviewing quantitative articles_and_checklist
Reviewing quantitative articles_and_checklistReviewing quantitative articles_and_checklist
Reviewing quantitative articles_and_checklistLasse Torkkeli
 
Delivery Feet Data using K Mean Clustering with Applied SPSS
Delivery Feet Data using K Mean Clustering with Applied SPSSDelivery Feet Data using K Mean Clustering with Applied SPSS
Delivery Feet Data using K Mean Clustering with Applied SPSSijtsrd
 
Effective Data Viewing in Sale Trend Analysis by using Data Cube
Effective Data Viewing in Sale Trend Analysis by using Data CubeEffective Data Viewing in Sale Trend Analysis by using Data Cube
Effective Data Viewing in Sale Trend Analysis by using Data Cubeijtsrd
 
RES814 U1 Individual Project
RES814 U1 Individual ProjectRES814 U1 Individual Project
RES814 U1 Individual ProjectThienSi Le
 
Statistical ProcessesCan descriptive statistical processes b.docx
Statistical ProcessesCan descriptive statistical processes b.docxStatistical ProcessesCan descriptive statistical processes b.docx
Statistical ProcessesCan descriptive statistical processes b.docxdarwinming1
 
Statistics and types of statistics .docx
Statistics and types of statistics .docxStatistics and types of statistics .docx
Statistics and types of statistics .docxHwre Idrees
 

Similar to Applied SPSS for Data Forecasting of Sale Quantity (20)

Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSS
 
Nurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSSNurses Data Analysis by Applied SPSS
Nurses Data Analysis by Applied SPSS
 
Educational Data Analysis by Applied SPSS
Educational Data Analysis by Applied SPSSEducational Data Analysis by Applied SPSS
Educational Data Analysis by Applied SPSS
 
Forecasting Academic Performance using Multiple Linear Regression
Forecasting Academic Performance using Multiple Linear RegressionForecasting Academic Performance using Multiple Linear Regression
Forecasting Academic Performance using Multiple Linear Regression
 
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...
A LINEAR REGRESSION APPROACH TO PREDICTION OF STOCK MARKET TRADING VOLUME: A ...
 
Applied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species NameApplied SPSS for Data Forecasting of Flowers Species Name
Applied SPSS for Data Forecasting of Flowers Species Name
 
Graphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using RGraphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using R
 
Machine Learning Approach for Employee Attrition Analysis
Machine Learning Approach for Employee Attrition AnalysisMachine Learning Approach for Employee Attrition Analysis
Machine Learning Approach for Employee Attrition Analysis
 
Statistics Assignments 090427
Statistics Assignments 090427Statistics Assignments 090427
Statistics Assignments 090427
 
Teaching Data Analysis using SPSS
Teaching Data Analysis using SPSSTeaching Data Analysis using SPSS
Teaching Data Analysis using SPSS
 
Research and Statistics Report- Estonio, Ryan.pptx
Research  and Statistics Report- Estonio, Ryan.pptxResearch  and Statistics Report- Estonio, Ryan.pptx
Research and Statistics Report- Estonio, Ryan.pptx
 
Reviewing quantitative articles_and_checklist
Reviewing quantitative articles_and_checklistReviewing quantitative articles_and_checklist
Reviewing quantitative articles_and_checklist
 
Delivery Feet Data using K Mean Clustering with Applied SPSS
Delivery Feet Data using K Mean Clustering with Applied SPSSDelivery Feet Data using K Mean Clustering with Applied SPSS
Delivery Feet Data using K Mean Clustering with Applied SPSS
 
Effective Data Viewing in Sale Trend Analysis by using Data Cube
Effective Data Viewing in Sale Trend Analysis by using Data CubeEffective Data Viewing in Sale Trend Analysis by using Data Cube
Effective Data Viewing in Sale Trend Analysis by using Data Cube
 
Data structure
Data   structureData   structure
Data structure
 
RES814 U1 Individual Project
RES814 U1 Individual ProjectRES814 U1 Individual Project
RES814 U1 Individual Project
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Statistical ProcessesCan descriptive statistical processes b.docx
Statistical ProcessesCan descriptive statistical processes b.docxStatistical ProcessesCan descriptive statistical processes b.docx
Statistical ProcessesCan descriptive statistical processes b.docx
 
Statistics and types of statistics .docx
Statistics and types of statistics .docxStatistics and types of statistics .docx
Statistics and types of statistics .docx
 
Bivariate Regression
Bivariate RegressionBivariate Regression
Bivariate Regression
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 

Applied SPSS for Data Forecasting of Sale Quantity

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 694 Applied SPSS for Data Forecasting of Sale Quantity Aung Cho, Aung Si Thu University of Computer Studies, Maubin, Myanmar How to cite this paper: Aung Cho | Aung Si Thu "Applied SPSS for Data Forecasting of Sale Quantity" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.694-697, https://doi.org/10.31142/ijtsrd26378 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT SPSS is powerful to analyze businessandmarketingdata. Thispaperintendsto support business and marketing leaders the benefits of data forecasting with applied SPSS. It showed the sale quantity forecasting based on unit price and advertising. As SPSS’s background algorithms, it showed the regression algorithm for data forecasting and ANOVA algorithm for data significant. It includes one sample data was downloaded from Google and wasanalyzed and viewed. It used IBM SPSS statistics version 23 and PYTHON version 3.7. KEYWORDS: SPSS is powerful to analyze business and marketing data, the regression algorithm for data forecasting 1. INTRODUCTION Nowadays, businesses are competingwithothersnottolosetheirmarketplaces in local and external regions. To avoid the loss of market places theyshould use data science technology. This paper used SPSSintegrated withPython software. It showed the regression algorithm for data forecasting and ANOVA algorithm for data significant that includes five tables, one graph and threedataanalytical views. 1.1. SPSS SPSS, standing for Statistical Package for the SocialSciences,isapowerful,user- friendly software package for the manipulation and statistical analysis of data. The package is particularly useful for students and researchers in psychology, sociology, psychiatry, and other behavioral sciences, containing as it does an extensive range of both univariate and multivariateproceduresmuchused in these disciplines. The text is not intendedinany waytobean introduction to statistics and, indeed, we assume that most readers will have attended at least one statistics course and will be relatively familiar with concepts such as linear regression, correlation, significance tests, and simpleanalysis of variance. Our hope is that researchers and students with such a background will find this book a relatively self- contained means of using SPSS to analyze their data correctly.[2] 1.2. Regression Analyses Regression analysis is about predicting the future (the unknown) based on data collected from the past (the known). Such an analysis determines a mathematical equation that can be used to figure out what will happen, within a certain range of probability: The analysis is performed based on a single dependent variable. The process takes into consideration the effect one or more dependent variables have on the dependent variable. It takes into account which independent variables have more effect than others. Performing regression analysis is the process of looking for predictors and determining how well they predict a future outcome. When only one independent variable is taken into account, the procedure is called simple regression. If you use more than one independent variable, it’s called a multiple regression. All dialog boxes in SPSS provide for multiple regression.[3] 1.3. Scatter grams SPSS has plotted the relationship between two variables: 1. revision: How much revision an individual did for an exam (scored from 0 to 30 hours) by 2. score: Exam Score (marked out of 30). on to a chart called a scatter gram. These two variables are not identical,butyouwouldexpecta strong positive relationship between them.Whenyouhavea ‘positive relationship’, the low values onone variabletend to go with low values on the other variable and high values on one variable tend to go with high values on the other. Here, we would expect that people doing only a small amount of revision for an exam should tend to score low on the exam, and people doing a lot of revision should tend to score high. When you have a ‘negative relationship’, the low values on one variable tend to go with high values on the other variable and high values on one variable tend to go with low values on the other.[4] IJTSRD26378
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 695 2. Algorithm REGRESSION Algorithms[1]
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 696 3. Testing Table-1: Sample Data SUMMARY OUTPUT Table-2: Regression Values A. Analytical view As Table-2 R Square equals 0.962, which is a very good fit. 96% of the variation in Quantity Sold is explained by the independent variables Price and Advertising. The closer to 1, the better the regression line (read on) fits the data. Table-3: Performance-1 Table-4: Performance-2 B. Analytical view As table-3and 4, Significance F and P-values To check if your results are reliable (statisticallysignificant), look at Significance F (0.001). If this value is less than 0.05, you're OK. If Significance F is greater than 0.05, it's probably better to stop using this set of independent variables. Delete a variable with a high P-value (greater than 0.05) and rerun the regression until Significance F drops below 0.05. Most of all P-values should be below 0.05. In our example, this is the case. (0.000, 0.001 and 0.005). As table-4, Coefficients The regression line is: y = Quantity Sold = 8536.214 - 835.722 * Price + 0.592 * Advertising. In other words, for each unit increase in price, Quantity Sold decreases with 835.722 units. For each unit increase in Advertising, Quantity Sold increases with 0.592 units. This is valuable information. You can also use these coefficients to do a forecast. For example, if price equals $4 and Advertising equals $3000, you might be able to achieve a Quantity Sold of 8536.214 - 835.722 * 4 + 0.592 * 3000 = 6970. Table-5: RESIDUAL OUTPUT Graph-1: Residuals Values C. analytical Views As table-5 and graph-1 Residuals The residuals show you how far away the actual data points are from the predicted data points (using the equation). For example, the first data pointequals8500.Usingtheequation, the predicted data point equals 8536.214 -835.722 * 2 + 0.592 * 2800 = 8523.009, giving a residual of 8500 - 8523.009 = -23.009.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26378 | Volume – 3 | Issue – 5 | July - August 2019 Page 697 4. Conclusion SPSS data analysis tools are valuable in social science, business and marketing fields. It is very good for presentation report by graphical design. It showed the sale quantity forecasting based on unit price and advertising before sale and then they can get their goal with right sale quantity and can avoid the waste of salequantityand thelost of market places in local and global regions by using SPSS software. References [1] IBM SPSS Statistics 24 Algorithms pdf book [book style] [2] A handbook of statistical analyses using SPSS / Sabine, Landau, Brian S. Everitt, ISBN 1-58488-369-3 [book style] [3] SPSS For Dummies®, 2nd Edition, ISBN: 978-0-470- 48764-8 [book style] [4] SPSS for Social Scientists RobertL.Miller,Ciaran Acton, Deirdre A. Fullerton and John Maltby, ISBN 0–333– 92286–7 [book style] Author Profile Aung Cho received the B.A.(Eco) degree from Yangon University in 1987 and M.I.Sc.(Information Science) degree from University of Computer Studies, Yangon in 2001. After got Master degree, I served as a teacher at the software, information science and applicationdepartments of the computer universities. I am now with University of Computer Studies, Maubin. Author Profile Aung Si Thu received the B.Sc.(Hons)(Chemistry) degree from Magwe University in 2003 and M.I.Sc.(Information Science) degree from University ofComputer Studies, Yangon in 2009. After got Master degree, I served as a teacher at the software, information science and hardware departments of the computer universities. I am now with University of Computer Studies, Maubin, Myanmar.