SlideShare a Scribd company logo
1 of 3
Download to read offline
11
Jurutera May 2009
A Predictive Method in Analysing Past Data –
A Real Case on Production Line Setup Time
by Ir. Gan Chun Chet
There are many data collected that need to
be analysed to determine whether a prediction
is possible. Many methods can be applied to
predict one data ahead of the previous data.
The purpose of knowing one step ahead is to
determine if the prediction of the next number
is a true number so that people can rely on it.
Some judgments are blurred by the fact that
it is only a guess. The accuracy of the next
number is not known until it occurs.
There are several methods that can
be applied to determine if a prediction is
accurate. Keep in mind that prediction error is
another factor that has to be considered before
a decision is made. Otherwise, a prediction
value is simply accepted in blind faith. Two
simple methods are listed here which could be
used in a real application.
• Moving Average
• Exponential Smoothing Graph 1: Machine set-up time trend
f
e
at
u
r
e
12 May 2009 Jurutera
The two methods can be used in an
application where the next number
is required. Previously, I worked on
a project focusing on production line
setup time. The setup time was recorded
after each activity. The illustration of the
aforementioned method as applies to this
situation is as follows.
The prediction method utilise past
data to predict the next number. It is
a method that requires past data to
calculate the next value. The mathematical
equations help in understanding the real
situation in greater detail. The results are
built upon data that has been collected. It
shows a trend.
The following are two simple methods
of prediction.
• Moving Average
It is the average of past facts. If there are
two observable time, then the average of
the past two will be the next prediction
value.
TMA
= (TN
+… + T-2
+ T-1
+ T0
) / (N +1)
- [1]; where P1
(the prediction value) is
TMA
• Exponential Smoothing
Exponential smoothing is the weighted
factor of a past actual value and a future
prediction value. An initial guess value
P0 is required.
TES
= αT0
+ (1 - α) P0
- [2]; where P1
(the prediction value) is
TES
α Smoothing Constant
f
e
at
u
r
e
Table 1: Machine setup time (Hours)
Table 2: Error in prediction values
Notes: 1. Initial Prediction Value is six hours.
2. Smoothing Constant of 0.8 on actual value.
Interval Actual
Moving
Average
Exponential Smoothing
(Note-2)
1 12 – 6 (Note-1)
2 7.45 – 10.8
3 8.15 9.73 7.16
4 6.15 7.80 7.72
5 7.15 7.15 6.12
6 6.45 6.65 6.92
7 8.15 6.80 6.36
8 8.45 7.30 7.72
9 6.45 8.30 7.96
10 7.15 7.45 6.36
11 5 6.80 6.92
Interval
Moving Average Error
(Hours)
Exponential Smoothing Error
(Hours)
1 - -
2 - -3.4
3 -1.6 1.0
4 -1.7 -1.6
5 0.0 1.0
6 -0.2 -0.5
7 1.4 1.8
8 1.2 0.7
9 -1.9 -1.5
10 -0.3 0.8
Interval
Moving Average Error
(Hours)
Exponential Smoothing
Error (Hours)
11 -1.8 -1.9
12 0.1 1.0
13 0.4 -0.1
14 1.4 1.5
15 -1.7 -2.2
16 -0.1 1.0
17 -0.1 -0.7
18 -0.7 -0.4
19 0.7 0.7
20 -1.6 -2.0
Interval Actual
Moving
Average
Exponential Smoothing
(Note-2)
12 6.15 6.08 5.2
13 6 5.58 6.12
14 7.45 6.08 6
15 5 6.73 7.16
16 6.15 6.23 5.2
17 5.45 5.58 6.12
18 5.15 5.80 5.56
19 6 5.30 5.32
20 4 5.58 6
21 - 5.00 4.4
Diagram 1: Limits of Prediction
13
Jurutera May 2009
• Error in Prediction
Prediction error is the difference between
the actual and predicted value. It is not
possible to achieve zero error.
• Unpredictable Events
Sporadic occurrences are design failures
that will cause unpleasant things to
happen. It is unpredictable. It occurs
due to many unknown factors. It is only
known when it occurs.
One well known technique to
analyse failure data is Failure Mode and
Effects Analysis FMEA. This method is
a tool that will build in quality into the
product or service. It requires a lot of
experience and knowledge to remove
the defect(s) from the product or service
in analysing possible failures and the
actions that are required to avoid.
Management involvement, I believe, can
remove possible failure in the project.
Applying the two predictive methods
on setup time shows a trend. This trend
is shown in Graph 1. Table 1 shows
the actual time taken to setup the line
and prediction values using the above
formulae. Table 2 shows the error.
By recording the time after each
activity, a trend can be seen in this project.
The personnel involved in the activity
worked towards a common goal to reduce
the setup time. The prediction values
based on equation [1] and [2] ascertain
that the setup time is in control. Based on
the predictive equations, the next setup
time will either increase or reduce a little,
ensuring a quantitative approach.
The equations are only a mathematical
guide to determine the next unknown
value. Based on the first equation, it is
calculated by the average of two past
values. Based on the second equation, the
next value is based on a weighted factor of
an actual value and a predicted value. The
smoothing constant determines whether
the next value is closer to the past value
or the past prediction.
By calculating the average of the
prediction errors (sum of errors divided
by 20), a prediction limit is found. In this
case, it is +/-0.3 hours for the moving
average method and +/-0.2 for the
exponential smoothing method.
Diagram 1 shows that the prediction
value based on the moving average
method or the exponential smoothing
method is either more or less than 0.2
to 0.3 hours of the predicted value
(approximately 10-20 minutes).
After recording the time, some
changes were made to the production
line. The following data shows the
result. The time taken to setup the line
is more stable. The setup time is shown
in Table 3 and the error is tabulated in
Table 4.
In conclusion, it is not possible to
predict an actual value. Prediction
equations only assure methodologically
that a value is within the limit. It is only
true provided that factors in setting up
the machine are the same. A trend line
has to be established. The equations
roughly predict the next value. n
f
e
at
u
r
e
Notes: 1. Initial Prediction Value is six hours.
2. Smoothing Constant of 0.8 on actual value.
Table 3: Machine setup time (Hours) after change Table 4: Error in prediction values after change
Interval Actual
Moving Average Exponential
Smoothing (Note-2)
1 6 - 6 (Note-1)
2 3.45 - 6
3 3.35 4.73 3.96
4 3.45 3.40 3.88
5 3.25 3.40 3.96
6 4.55 3.35 3.8
7 - 3.90 4.84
Interval
Moving
Average Error (Hours)
Exponential
Smoothing Error (Hours)
1 - -
2 - -2.6
3 -1.4 -0.6
4 0.0 -0.4
5 -0.2 -0.7
6 1.2 0.8
Graph 2: Machine setup time trend after change

More Related Content

Similar to Predictive Method in Analyzing Past Data_(May_09), Institute of Engineers Malaysia

STATISTICAL PROCESS CONTROL(PPT).pptx
STATISTICAL PROCESS CONTROL(PPT).pptxSTATISTICAL PROCESS CONTROL(PPT).pptx
STATISTICAL PROCESS CONTROL(PPT).pptxmayankdubey99
 
Statistical Process Control (SPC) - QMS.pptx
Statistical Process Control (SPC) - QMS.pptxStatistical Process Control (SPC) - QMS.pptx
Statistical Process Control (SPC) - QMS.pptxARUN KUMAR
 
Statistical Process Control
Statistical Process ControlStatistical Process Control
Statistical Process ControlNicola Mezzetti
 
Constraints on labour productivity-a case study
Constraints on labour productivity-a case studyConstraints on labour productivity-a case study
Constraints on labour productivity-a case studytheijes
 
onstraints on labour productivity-a case study
onstraints on labour productivity-a case studyonstraints on labour productivity-a case study
onstraints on labour productivity-a case studytheijes
 
Forecasting
ForecastingForecasting
Forecasting3abooodi
 
Industrial engineering unit 2 new
Industrial engineering unit 2 newIndustrial engineering unit 2 new
Industrial engineering unit 2 newmohsinmmm
 
IRJET- Comparative Analysis between Critical Path Method and Monte Carlo S...
IRJET- 	  Comparative Analysis between Critical Path Method and Monte Carlo S...IRJET- 	  Comparative Analysis between Critical Path Method and Monte Carlo S...
IRJET- Comparative Analysis between Critical Path Method and Monte Carlo S...IRJET Journal
 
Software Process Control on Ungrouped Data: Log-Power Model
Software Process Control on Ungrouped Data: Log-Power ModelSoftware Process Control on Ungrouped Data: Log-Power Model
Software Process Control on Ungrouped Data: Log-Power ModelWaqas Tariq
 
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)Brian Brazil
 
Calibration 6 sigma
Calibration 6 sigmaCalibration 6 sigma
Calibration 6 sigmaRoman Yakhin
 
Seven tools of TQM
Seven tools of TQMSeven tools of TQM
Seven tools of TQMvar93
 
Cpm module iii reference
Cpm module iii referenceCpm module iii reference
Cpm module iii referenceahsanrabbani
 

Similar to Predictive Method in Analyzing Past Data_(May_09), Institute of Engineers Malaysia (20)

STATISTICAL PROCESS CONTROL(PPT).pptx
STATISTICAL PROCESS CONTROL(PPT).pptxSTATISTICAL PROCESS CONTROL(PPT).pptx
STATISTICAL PROCESS CONTROL(PPT).pptx
 
Statistical Process Control (SPC) - QMS.pptx
Statistical Process Control (SPC) - QMS.pptxStatistical Process Control (SPC) - QMS.pptx
Statistical Process Control (SPC) - QMS.pptx
 
Statistical Process Control
Statistical Process ControlStatistical Process Control
Statistical Process Control
 
C O N T R O L L P R E S E N T A T I O N
C O N T R O L L  P R E S E N T A T I O NC O N T R O L L  P R E S E N T A T I O N
C O N T R O L L P R E S E N T A T I O N
 
Forecasting
ForecastingForecasting
Forecasting
 
Constraints on labour productivity-a case study
Constraints on labour productivity-a case studyConstraints on labour productivity-a case study
Constraints on labour productivity-a case study
 
onstraints on labour productivity-a case study
onstraints on labour productivity-a case studyonstraints on labour productivity-a case study
onstraints on labour productivity-a case study
 
Practical 01 (detailed)
Practical 01 (detailed)Practical 01 (detailed)
Practical 01 (detailed)
 
Spc
SpcSpc
Spc
 
Forecasting
ForecastingForecasting
Forecasting
 
Industrial engineering unit 2 new
Industrial engineering unit 2 newIndustrial engineering unit 2 new
Industrial engineering unit 2 new
 
IRJET- Comparative Analysis between Critical Path Method and Monte Carlo S...
IRJET- 	  Comparative Analysis between Critical Path Method and Monte Carlo S...IRJET- 	  Comparative Analysis between Critical Path Method and Monte Carlo S...
IRJET- Comparative Analysis between Critical Path Method and Monte Carlo S...
 
Software Process Control on Ungrouped Data: Log-Power Model
Software Process Control on Ungrouped Data: Log-Power ModelSoftware Process Control on Ungrouped Data: Log-Power Model
Software Process Control on Ungrouped Data: Log-Power Model
 
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)
Counting with Prometheus (CloudNativeCon+Kubecon Europe 2017)
 
Reliability Growth Testing (RGT) Plan
Reliability Growth Testing (RGT) Plan Reliability Growth Testing (RGT) Plan
Reliability Growth Testing (RGT) Plan
 
Calibration 6 sigma
Calibration 6 sigmaCalibration 6 sigma
Calibration 6 sigma
 
Work measurement
Work measurementWork measurement
Work measurement
 
Seven tools of TQM
Seven tools of TQMSeven tools of TQM
Seven tools of TQM
 
Cpm module iii reference
Cpm module iii referenceCpm module iii reference
Cpm module iii reference
 
Pert
PertPert
Pert
 

More from Gan Chun Chet

Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Gan Chun Chet
 
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...Gan Chun Chet
 
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdf
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdfModelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdf
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdfGan Chun Chet
 
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdf
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdfOil and Gas Industry : Datasheet for Fire and Gas Detectors.pdf
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdfGan Chun Chet
 
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...Gan Chun Chet
 
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...Gan Chun Chet
 
Fire and Gas Detection System : Part 1_The Field Devices and Its Panels
Fire and Gas Detection System : Part 1_The Field Devices and Its PanelsFire and Gas Detection System : Part 1_The Field Devices and Its Panels
Fire and Gas Detection System : Part 1_The Field Devices and Its PanelsGan Chun Chet
 
Trust Measurement Presentation_2.pptx
Trust Measurement Presentation_2.pptxTrust Measurement Presentation_2.pptx
Trust Measurement Presentation_2.pptxGan Chun Chet
 
Boundary Layer Oscillation for Aircraft Cavity/Surfaces
Boundary Layer Oscillation for Aircraft Cavity/SurfacesBoundary Layer Oscillation for Aircraft Cavity/Surfaces
Boundary Layer Oscillation for Aircraft Cavity/SurfacesGan Chun Chet
 
Noise dB to dBA Calculation_Gan Chun Chet.pptx
Noise dB to dBA Calculation_Gan Chun Chet.pptxNoise dB to dBA Calculation_Gan Chun Chet.pptx
Noise dB to dBA Calculation_Gan Chun Chet.pptxGan Chun Chet
 
Noise Error Calculation_Gan Chun Chet.pptx
Noise Error Calculation_Gan Chun Chet.pptxNoise Error Calculation_Gan Chun Chet.pptx
Noise Error Calculation_Gan Chun Chet.pptxGan Chun Chet
 
Noise_Proofing Linking Equations.pdf
Noise_Proofing Linking Equations.pdfNoise_Proofing Linking Equations.pdf
Noise_Proofing Linking Equations.pdfGan Chun Chet
 
The Philosophy and Characteristics of Trust Measurement in Practice.docx
The Philosophy and Characteristics of Trust Measurement in Practice.docxThe Philosophy and Characteristics of Trust Measurement in Practice.docx
The Philosophy and Characteristics of Trust Measurement in Practice.docxGan Chun Chet
 
Trust Measurement Gan Chun Chet 07.01.2022
Trust Measurement Gan Chun Chet 07.01.2022Trust Measurement Gan Chun Chet 07.01.2022
Trust Measurement Gan Chun Chet 07.01.2022Gan Chun Chet
 
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021Gan Chun Chet
 
Control System_3rd Order System_Root Locus Method
Control System_3rd Order System_Root Locus MethodControl System_3rd Order System_Root Locus Method
Control System_3rd Order System_Root Locus MethodGan Chun Chet
 
PID Controllers Control Engineering
PID Controllers Control EngineeringPID Controllers Control Engineering
PID Controllers Control EngineeringGan Chun Chet
 
Noise Reduction Modelling Study for Aircraft Cavity - Chun C Gan
Noise Reduction Modelling Study for Aircraft Cavity  - Chun C GanNoise Reduction Modelling Study for Aircraft Cavity  - Chun C Gan
Noise Reduction Modelling Study for Aircraft Cavity - Chun C GanGan Chun Chet
 
Calculation worksheet air flow across rectangular cavity low mach
Calculation worksheet air flow across rectangular cavity low machCalculation worksheet air flow across rectangular cavity low mach
Calculation worksheet air flow across rectangular cavity low machGan Chun Chet
 
Noise Error Calculation : Averaging and Industrial Standards (Formula)
Noise Error Calculation : Averaging and Industrial Standards (Formula)Noise Error Calculation : Averaging and Industrial Standards (Formula)
Noise Error Calculation : Averaging and Industrial Standards (Formula)Gan Chun Chet
 

More from Gan Chun Chet (20)

Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3
 
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...
Predicting Machine Setup Time_Suggeting A Limit Determiner, Institute of Engi...
 
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdf
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdfModelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdf
Modelling Trust of Customer and Supplier Interaction_2023 Vol 10 Issue 1.pdf
 
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdf
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdfOil and Gas Industry : Datasheet for Fire and Gas Detectors.pdf
Oil and Gas Industry : Datasheet for Fire and Gas Detectors.pdf
 
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...
Fire and Gas Detection System : Part 3_Technical Features, Locating Detectors...
 
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...
Fire and Gas Detection System : Part 2_Block Diagram_Philosophy, Signal Types...
 
Fire and Gas Detection System : Part 1_The Field Devices and Its Panels
Fire and Gas Detection System : Part 1_The Field Devices and Its PanelsFire and Gas Detection System : Part 1_The Field Devices and Its Panels
Fire and Gas Detection System : Part 1_The Field Devices and Its Panels
 
Trust Measurement Presentation_2.pptx
Trust Measurement Presentation_2.pptxTrust Measurement Presentation_2.pptx
Trust Measurement Presentation_2.pptx
 
Boundary Layer Oscillation for Aircraft Cavity/Surfaces
Boundary Layer Oscillation for Aircraft Cavity/SurfacesBoundary Layer Oscillation for Aircraft Cavity/Surfaces
Boundary Layer Oscillation for Aircraft Cavity/Surfaces
 
Noise dB to dBA Calculation_Gan Chun Chet.pptx
Noise dB to dBA Calculation_Gan Chun Chet.pptxNoise dB to dBA Calculation_Gan Chun Chet.pptx
Noise dB to dBA Calculation_Gan Chun Chet.pptx
 
Noise Error Calculation_Gan Chun Chet.pptx
Noise Error Calculation_Gan Chun Chet.pptxNoise Error Calculation_Gan Chun Chet.pptx
Noise Error Calculation_Gan Chun Chet.pptx
 
Noise_Proofing Linking Equations.pdf
Noise_Proofing Linking Equations.pdfNoise_Proofing Linking Equations.pdf
Noise_Proofing Linking Equations.pdf
 
The Philosophy and Characteristics of Trust Measurement in Practice.docx
The Philosophy and Characteristics of Trust Measurement in Practice.docxThe Philosophy and Characteristics of Trust Measurement in Practice.docx
The Philosophy and Characteristics of Trust Measurement in Practice.docx
 
Trust Measurement Gan Chun Chet 07.01.2022
Trust Measurement Gan Chun Chet 07.01.2022Trust Measurement Gan Chun Chet 07.01.2022
Trust Measurement Gan Chun Chet 07.01.2022
 
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021
mV to dBm Airflow Across Cavity_Gan Chun Chet_07.01.2021
 
Control System_3rd Order System_Root Locus Method
Control System_3rd Order System_Root Locus MethodControl System_3rd Order System_Root Locus Method
Control System_3rd Order System_Root Locus Method
 
PID Controllers Control Engineering
PID Controllers Control EngineeringPID Controllers Control Engineering
PID Controllers Control Engineering
 
Noise Reduction Modelling Study for Aircraft Cavity - Chun C Gan
Noise Reduction Modelling Study for Aircraft Cavity  - Chun C GanNoise Reduction Modelling Study for Aircraft Cavity  - Chun C Gan
Noise Reduction Modelling Study for Aircraft Cavity - Chun C Gan
 
Calculation worksheet air flow across rectangular cavity low mach
Calculation worksheet air flow across rectangular cavity low machCalculation worksheet air flow across rectangular cavity low mach
Calculation worksheet air flow across rectangular cavity low mach
 
Noise Error Calculation : Averaging and Industrial Standards (Formula)
Noise Error Calculation : Averaging and Industrial Standards (Formula)Noise Error Calculation : Averaging and Industrial Standards (Formula)
Noise Error Calculation : Averaging and Industrial Standards (Formula)
 

Recently uploaded

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
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
 
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
 
(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
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 
(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...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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...
 
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
 
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
 
(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
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

Predictive Method in Analyzing Past Data_(May_09), Institute of Engineers Malaysia

  • 1. 11 Jurutera May 2009 A Predictive Method in Analysing Past Data – A Real Case on Production Line Setup Time by Ir. Gan Chun Chet There are many data collected that need to be analysed to determine whether a prediction is possible. Many methods can be applied to predict one data ahead of the previous data. The purpose of knowing one step ahead is to determine if the prediction of the next number is a true number so that people can rely on it. Some judgments are blurred by the fact that it is only a guess. The accuracy of the next number is not known until it occurs. There are several methods that can be applied to determine if a prediction is accurate. Keep in mind that prediction error is another factor that has to be considered before a decision is made. Otherwise, a prediction value is simply accepted in blind faith. Two simple methods are listed here which could be used in a real application. • Moving Average • Exponential Smoothing Graph 1: Machine set-up time trend f e at u r e
  • 2. 12 May 2009 Jurutera The two methods can be used in an application where the next number is required. Previously, I worked on a project focusing on production line setup time. The setup time was recorded after each activity. The illustration of the aforementioned method as applies to this situation is as follows. The prediction method utilise past data to predict the next number. It is a method that requires past data to calculate the next value. The mathematical equations help in understanding the real situation in greater detail. The results are built upon data that has been collected. It shows a trend. The following are two simple methods of prediction. • Moving Average It is the average of past facts. If there are two observable time, then the average of the past two will be the next prediction value. TMA = (TN +… + T-2 + T-1 + T0 ) / (N +1) - [1]; where P1 (the prediction value) is TMA • Exponential Smoothing Exponential smoothing is the weighted factor of a past actual value and a future prediction value. An initial guess value P0 is required. TES = αT0 + (1 - α) P0 - [2]; where P1 (the prediction value) is TES α Smoothing Constant f e at u r e Table 1: Machine setup time (Hours) Table 2: Error in prediction values Notes: 1. Initial Prediction Value is six hours. 2. Smoothing Constant of 0.8 on actual value. Interval Actual Moving Average Exponential Smoothing (Note-2) 1 12 – 6 (Note-1) 2 7.45 – 10.8 3 8.15 9.73 7.16 4 6.15 7.80 7.72 5 7.15 7.15 6.12 6 6.45 6.65 6.92 7 8.15 6.80 6.36 8 8.45 7.30 7.72 9 6.45 8.30 7.96 10 7.15 7.45 6.36 11 5 6.80 6.92 Interval Moving Average Error (Hours) Exponential Smoothing Error (Hours) 1 - - 2 - -3.4 3 -1.6 1.0 4 -1.7 -1.6 5 0.0 1.0 6 -0.2 -0.5 7 1.4 1.8 8 1.2 0.7 9 -1.9 -1.5 10 -0.3 0.8 Interval Moving Average Error (Hours) Exponential Smoothing Error (Hours) 11 -1.8 -1.9 12 0.1 1.0 13 0.4 -0.1 14 1.4 1.5 15 -1.7 -2.2 16 -0.1 1.0 17 -0.1 -0.7 18 -0.7 -0.4 19 0.7 0.7 20 -1.6 -2.0 Interval Actual Moving Average Exponential Smoothing (Note-2) 12 6.15 6.08 5.2 13 6 5.58 6.12 14 7.45 6.08 6 15 5 6.73 7.16 16 6.15 6.23 5.2 17 5.45 5.58 6.12 18 5.15 5.80 5.56 19 6 5.30 5.32 20 4 5.58 6 21 - 5.00 4.4 Diagram 1: Limits of Prediction
  • 3. 13 Jurutera May 2009 • Error in Prediction Prediction error is the difference between the actual and predicted value. It is not possible to achieve zero error. • Unpredictable Events Sporadic occurrences are design failures that will cause unpleasant things to happen. It is unpredictable. It occurs due to many unknown factors. It is only known when it occurs. One well known technique to analyse failure data is Failure Mode and Effects Analysis FMEA. This method is a tool that will build in quality into the product or service. It requires a lot of experience and knowledge to remove the defect(s) from the product or service in analysing possible failures and the actions that are required to avoid. Management involvement, I believe, can remove possible failure in the project. Applying the two predictive methods on setup time shows a trend. This trend is shown in Graph 1. Table 1 shows the actual time taken to setup the line and prediction values using the above formulae. Table 2 shows the error. By recording the time after each activity, a trend can be seen in this project. The personnel involved in the activity worked towards a common goal to reduce the setup time. The prediction values based on equation [1] and [2] ascertain that the setup time is in control. Based on the predictive equations, the next setup time will either increase or reduce a little, ensuring a quantitative approach. The equations are only a mathematical guide to determine the next unknown value. Based on the first equation, it is calculated by the average of two past values. Based on the second equation, the next value is based on a weighted factor of an actual value and a predicted value. The smoothing constant determines whether the next value is closer to the past value or the past prediction. By calculating the average of the prediction errors (sum of errors divided by 20), a prediction limit is found. In this case, it is +/-0.3 hours for the moving average method and +/-0.2 for the exponential smoothing method. Diagram 1 shows that the prediction value based on the moving average method or the exponential smoothing method is either more or less than 0.2 to 0.3 hours of the predicted value (approximately 10-20 minutes). After recording the time, some changes were made to the production line. The following data shows the result. The time taken to setup the line is more stable. The setup time is shown in Table 3 and the error is tabulated in Table 4. In conclusion, it is not possible to predict an actual value. Prediction equations only assure methodologically that a value is within the limit. It is only true provided that factors in setting up the machine are the same. A trend line has to be established. The equations roughly predict the next value. n f e at u r e Notes: 1. Initial Prediction Value is six hours. 2. Smoothing Constant of 0.8 on actual value. Table 3: Machine setup time (Hours) after change Table 4: Error in prediction values after change Interval Actual Moving Average Exponential Smoothing (Note-2) 1 6 - 6 (Note-1) 2 3.45 - 6 3 3.35 4.73 3.96 4 3.45 3.40 3.88 5 3.25 3.40 3.96 6 4.55 3.35 3.8 7 - 3.90 4.84 Interval Moving Average Error (Hours) Exponential Smoothing Error (Hours) 1 - - 2 - -2.6 3 -1.4 -0.6 4 0.0 -0.4 5 -0.2 -0.7 6 1.2 0.8 Graph 2: Machine setup time trend after change