SlideShare a Scribd company logo
1 of 42
   Setting Expectations
   Calculating Measures of central tendency and variation
   Skewness and kurtosis
   Calculating area under normal curve
   Sorting data
   Histogram
   Pareto Chart
   Scatter diagrams
   Bar and Pie charts
   Using Analysis Toolpak for advanced functions



                                                             2
   This is not a training on Six Sigma!!
    The training presentation assumes that you are already
    aware of Six Sigma concepts, and are looking for ways to
    implement the same using MS Excel.
   The training presentation also assumes that you know the
    basics of MS Excel, and hence it focuses on some advanced
    analytical concepts.
   The excel tips and tools mentioned in this presentation can
    be used in multiple phases of the DMAIC order. So, the
    presentation does not follow a DMAIC flow of thought.
   The training is based on MS Excel 2007. Improvise a little
    when you are using MS Excel 2003.
                                                                  3
In mathematics, the central tendency of a data set is a measure of the
"middle" or "expected" value of the data set. There are many different
descriptive statistics that can be chosen as a measurement of the
central tendency of the data items. These include mean, the median
and the mode.
Other statistical measures such as the standard deviation and the range
are called measures of spread and describe how spread out the data is.




                                                                          4
The arithmetic mean (average) of a list of numbers is the sum of all of
the list divided by the number of items in the list.
To obtain the arithmetic mean from a dataset, use the excel function
“Average”. Click below for the syntax for using the function.




                                        Click for the syntax




                                                Syntax
                                          =AVERAGE(number1,number2,...)




                                                                          5
A median is described as the number separating the higher half of a
sample, a population, or a probability distribution, from the lower half.
If there is an even number of observations, the median is not unique, so
one often takes the mean of the two middle values.




                                        Click for the syntax




                                                  Syntax
                                          =MEDIAN(number1,number2,...)




                                                                            6
The mode is the value that occurs the most frequently in a data set or a
probability distribution. The mode is not necessarily unique, since the
same maximum frequency may be attained at different values.




                                        Click for the syntax




                                                 Syntax
                                          =mode(number1,number2,...)




                                                                           7
In Statistics, variance is the expected square deviation of a variable or
distribution from its expected value or mean. To obtain variance from a
distribution, excel uses the function “=var”. Click below for the syntax.




                                         Click for the syntax




                                                 Syntax
                                           =VAR(number1,number2,...)




                                                                            8
Standard deviation is a measure of the variability or dispersion of a
statistical population, a data set, or a probability distribution. To
calculate Standard Deviation in an excel worksheet, we use the
function, “=stdev”.




                                         Click for the syntax




                                                 Syntax
                                           =STDEV(number1,number2,...)




                                                                         9
In descriptive statistics, the range is the length of the smallest interval
which contains all the data. It is calculated on excel by subtracting the
Min from the max value of the sample. Click below for the syntax.




                                          Click for the syntax




                                                   Syntax
                                            =max(A2:A16)-Min(A2:A16)




                                                                              10
In probability theory and statistics, skewness is a measure of the
asymmetry of the probability distribution of a real-valued random
variable. It is measured in Six Sigma because, in reality, data points are
always not perfectly symmetric.




                                         Click for the syntax




                                                  Syntax
                                           =skew(A2:A16)




                                                                             11
In probability theory and statistics, kurtosis is a measure of the
"peakedness" of the probability distribution of a real-valued random
variable.




                                       Click for the syntax




                                                 Syntax
                                         =kurt(A2:A16)




                                                                       12
If the mean is 85 days and the standard deviation is 5 days,
what is the yield if the USL is 90 days?
                                                                  USL
   Z = (90 − 85) / 5 = 1
                                                                                       Area under curve to
   Y = Pr( x ≤ 90) = Pr( z ≤ 1)                                                         right of USL would
                                                                                         be considered %
                                                                                             defective
 P(z<1) = P(z>-1) = 1-.15865
    = .8413 Yield ≅ 84.1%                     Yield



                               60   70         80            90        100       110        120
                                                    D a ys



                 -7   -6   -    -4 -3    -2     - 0                2         3   4      5    6    7
                           5                    1     1
                                                Z-Scale

                                                                                                             13
=normdist(x,mean,standarddeviation,cumulative)




                                                 14
=normdist(x,mean,standarddeviation,cumulative)




                                                 15
=normdist(x,mean,standarddeviation,cumulative)




                                                 16
=normdist(x,mean,standarddeviation,cumulative)




                                                 17
For a pizza delivery center, the mean of the delivery time is
20 minutes and the standard deviation is 3.5. What is their
target, if the probability of achieving the target is 99.78%?
                                       USL




                            Yield




                               Hours
                                a s




                                                                18
=norminv(probability,mean,standarddeviation)




                                               19
=norminv(probability,mean,standarddeviation)




                                               20
=norminv(probability,mean,standarddeviation)




                                               21
   Data in raw form are usually not easy to use
    for decision making
     Some type of organization is needed
       ▪ Table
       ▪ Graph
   Techniques reviewed here:
       Ordered Array
       Histograms
       Bar charts and pie charts
       Contingency tables
                                                   22
A sorted list of data:
 Shows range (min to max)

 Provides some signals about variability
    within the range
 May help identify outliers (unusual observations)

 If the data set is large, the ordered array is
    less useful


                                                      23
   Data in raw form (as
    collected):

     24, 26, 24, 21, 27, 27, 30, 41,
    32, 38

 Data in ordered array from
  smallest to largest:

     21, 24, 24, 26, 27, 27, 30, 32, 38,
    41
                                           24
 A graph of the data in a frequency distribution is
  called a histogram
 The class boundaries (or class midpoints) are
  shown on the horizontal axis
 the vertical axis is either frequency, relative
  frequency, or percentage
 Bars of the appropriate heights are used to
  represent the number of observations within
  each class

                                                       25
Class
     Class                Midpoint Frequency
10   but less than   20      15         3
20   but less than   30      25         6
30   but less than   40      35         5               Histogram : Daily High Tem perature
40   but less than   50      45         4
                                                        7              6
50   but less than   60      55         2
                                                        6                   5
                                            Frequency

                                                        5                        4
                                                        4         3
                                                        3                              2
                                                        2
             (No gaps                                   1    0                                0
             between                                    0
               bars)
                                                             5   15    25   35   45   55   More
                                                                                                  26
27
28
2


                                          Choose Histogram



                                                    (
    Input data range and bin range (bin
       range is a cell range containing
       the upper class boundaries for
3      each class grouping)
    Select Chart Output
    and click “OK”




                                                             29
30
31
   Scatter Diagrams are used for bivariate
    numerical data
     Bivariate data consists of paired observations
     taken from two numerical variables

   The Scatter Diagram:
     one variable is measured on the vertical axis and
     the other variable is measured on the horizontal
     axis

                                                          32
1

Select the Insert Menu
  tab
2

Select Scatter plot
  dropdown and
  click on any of
  the options. If in
  doubt, select the
  first option
  (scatter with only
  markers)

                         33
Volume    Cost per
                                              Cost per Day vs. Production Volume
per day     day
  23        125                     250
  26        140                     200
  29        146
                     Cost per Day




                                    150
  33        160
  38        167                     100
  42        170                     50
  50        188
                                     0
  55        195
                                          0    10     20     30     40      50     60   70
  60        200
                                                           Volume per Day


                                                                                         34
35
36
Microsoft Excel
descriptive statistics output,
 using the house price data:

    House Prices:


    $2,000,000
       500,000
       300,000
       100,000
       100,000




                                 37
   Select
    Data Analysis
   Choose Correlation from
    the selection menu
   Click OK . . .




                              38
   Input data range and select
    appropriate options
   Click OK to get output


                                  39
 Select the
  input range s
  from the data


 Select the
  residuals
  pattern. If
  you are not
  sure, just
  select line fit
  plots.
                    40
Regression Statistics
Multiple R                 0.76211    The regression equation is:
R Square                   0.58082
Adjusted R Square          0.52842    house price = 98.24833 + 0.10977 (square feet)
Standard Error            41.33032
Observations                     10


ANOVA
                            df             SS              MS          F       Significance F
Regression                        1       18934.9348    18934.9348   11.0848         0.01039
Residual                          8       13665.5652     1708.1957
Total                             9       32600.5000


                       Coefficients   Standard Error      t Stat     P-value    Lower 95%       Upper 95%
Intercept                 98.24833          58.03348       1.69296   0.12892       -35.57720    232.07386
Square Feet                0.10977            0.03297      3.32938   0.01039         0.03374      0.18580




                                                                                                            41
42

More Related Content

What's hot

Kaizen the continuous_improvement_way_preview
Kaizen the continuous_improvement_way_previewKaizen the continuous_improvement_way_preview
Kaizen the continuous_improvement_way_previewJaroslaw Gadek, MBA
 
Value Stream Mapping
Value Stream MappingValue Stream Mapping
Value Stream Mappingmahawar1987
 
7 qc tools training material[1]
7 qc tools training material[1]7 qc tools training material[1]
7 qc tools training material[1]gurmukh singh
 
5S Presentation for beginners and professionals for implementation
5S Presentation for beginners and professionals for implementation5S Presentation for beginners and professionals for implementation
5S Presentation for beginners and professionals for implementationsudarshan jadwal
 
PDCA Cycle
PDCA CyclePDCA Cycle
PDCA Cycleshobhu
 
5S Implementation Presentation
5S Implementation Presentation 5S Implementation Presentation
5S Implementation Presentation Pranav B. Gujjar
 
5S Priciples TQM-Total Quality management
5S Priciples TQM-Total Quality management5S Priciples TQM-Total Quality management
5S Priciples TQM-Total Quality managementDHARMARAJ M
 
5S & Visual Management in Office & Service Environments
5S & Visual Management in Office & Service Environments 5S & Visual Management in Office & Service Environments
5S & Visual Management in Office & Service Environments TKMG, Inc.
 
5 S ~ implementation presentation
5 S ~ implementation presentation5 S ~ implementation presentation
5 S ~ implementation presentationClive Sury
 
Control charts for attributes
Control charts for attributesControl charts for attributes
Control charts for attributesBuddy Krishna
 

What's hot (20)

5S Training
5S Training5S Training
5S Training
 
Kaizen
KaizenKaizen
Kaizen
 
Kaizen the continuous_improvement_way_preview
Kaizen the continuous_improvement_way_previewKaizen the continuous_improvement_way_preview
Kaizen the continuous_improvement_way_preview
 
Value Stream Mapping
Value Stream MappingValue Stream Mapping
Value Stream Mapping
 
7 qc tools training material[1]
7 qc tools training material[1]7 qc tools training material[1]
7 qc tools training material[1]
 
5S Presentation for beginners and professionals for implementation
5S Presentation for beginners and professionals for implementation5S Presentation for beginners and professionals for implementation
5S Presentation for beginners and professionals for implementation
 
Kaizen
KaizenKaizen
Kaizen
 
5 S
5 S5 S
5 S
 
PDCA Cycle
PDCA CyclePDCA Cycle
PDCA Cycle
 
5S Implementation Presentation
5S Implementation Presentation 5S Implementation Presentation
5S Implementation Presentation
 
5S Priciples TQM-Total Quality management
5S Priciples TQM-Total Quality management5S Priciples TQM-Total Quality management
5S Priciples TQM-Total Quality management
 
5 s ppt
5 s ppt5 s ppt
5 s ppt
 
Managing Quality and Productivity
Managing Quality and Productivity Managing Quality and Productivity
Managing Quality and Productivity
 
Kaizen
KaizenKaizen
Kaizen
 
Motion and time study
Motion and time studyMotion and time study
Motion and time study
 
Daily Management Overview
Daily Management OverviewDaily Management Overview
Daily Management Overview
 
5S & Visual Management in Office & Service Environments
5S & Visual Management in Office & Service Environments 5S & Visual Management in Office & Service Environments
5S & Visual Management in Office & Service Environments
 
MSA (GR&R)
MSA (GR&R)MSA (GR&R)
MSA (GR&R)
 
5 S ~ implementation presentation
5 S ~ implementation presentation5 S ~ implementation presentation
5 S ~ implementation presentation
 
Control charts for attributes
Control charts for attributesControl charts for attributes
Control charts for attributes
 

Similar to Using Microsoft excel for six sigma

PG STAT 531 Lecture 2 Descriptive statistics
PG STAT 531 Lecture 2 Descriptive statisticsPG STAT 531 Lecture 2 Descriptive statistics
PG STAT 531 Lecture 2 Descriptive statisticsAashish Patel
 
Statistical Analysis with R -I
Statistical Analysis with R -IStatistical Analysis with R -I
Statistical Analysis with R -IAkhila Prabhakaran
 
3.2 measures of variation
3.2 measures of variation3.2 measures of variation
3.2 measures of variationleblance
 
Ders 1 mean mod media st dev.pptx
Ders 1 mean mod media st dev.pptxDers 1 mean mod media st dev.pptx
Ders 1 mean mod media st dev.pptxErgin Akalpler
 
Central tendency _dispersion
Central tendency _dispersionCentral tendency _dispersion
Central tendency _dispersionKirti Gupta
 
Sriram seminar on introduction to statistics
Sriram seminar on introduction to statisticsSriram seminar on introduction to statistics
Sriram seminar on introduction to statisticsSriram Chakravarthy
 
Normal distribution
Normal distributionNormal distribution
Normal distributionTeratai Layu
 
Math Introduction 2014.ppt
Math Introduction 2014.pptMath Introduction 2014.ppt
Math Introduction 2014.pptHebaRashwan4
 
Standard deviation
Standard deviationStandard deviation
Standard deviationMai Ngoc Duc
 
Properties of Standard Deviation
Properties of Standard DeviationProperties of Standard Deviation
Properties of Standard DeviationRizwan Sharif
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceEstimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceLong Beach City College
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Long Beach City College
 
3.2 measures of variation
3.2 measures of variation3.2 measures of variation
3.2 measures of variationleblance
 
Memorization of Various Calculator shortcuts
Memorization of Various Calculator shortcutsMemorization of Various Calculator shortcuts
Memorization of Various Calculator shortcutsPrincessNorberte
 
Non-Normally Distributed Errors In Regression Diagnostics.docx
Non-Normally Distributed Errors In Regression Diagnostics.docxNon-Normally Distributed Errors In Regression Diagnostics.docx
Non-Normally Distributed Errors In Regression Diagnostics.docxvannagoforth
 
Lec. 10: Making Assumptions of Missing data
Lec. 10: Making Assumptions of Missing dataLec. 10: Making Assumptions of Missing data
Lec. 10: Making Assumptions of Missing dataMohamadKharseh1
 
Hypothesis testing.pptx
Hypothesis testing.pptxHypothesis testing.pptx
Hypothesis testing.pptxrklums91
 

Similar to Using Microsoft excel for six sigma (20)

L estimation
L estimationL estimation
L estimation
 
PG STAT 531 Lecture 2 Descriptive statistics
PG STAT 531 Lecture 2 Descriptive statisticsPG STAT 531 Lecture 2 Descriptive statistics
PG STAT 531 Lecture 2 Descriptive statistics
 
Statistical Analysis with R -I
Statistical Analysis with R -IStatistical Analysis with R -I
Statistical Analysis with R -I
 
3.2 measures of variation
3.2 measures of variation3.2 measures of variation
3.2 measures of variation
 
Ders 1 mean mod media st dev.pptx
Ders 1 mean mod media st dev.pptxDers 1 mean mod media st dev.pptx
Ders 1 mean mod media st dev.pptx
 
Central tendency _dispersion
Central tendency _dispersionCentral tendency _dispersion
Central tendency _dispersion
 
Sriram seminar on introduction to statistics
Sriram seminar on introduction to statisticsSriram seminar on introduction to statistics
Sriram seminar on introduction to statistics
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Math Introduction 2014.ppt
Math Introduction 2014.pptMath Introduction 2014.ppt
Math Introduction 2014.ppt
 
Standard deviation
Standard deviationStandard deviation
Standard deviation
 
Properties of Standard Deviation
Properties of Standard DeviationProperties of Standard Deviation
Properties of Standard Deviation
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or VarianceEstimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance
 
Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance Estimating a Population Standard Deviation or Variance
Estimating a Population Standard Deviation or Variance
 
3.2 measures of variation
3.2 measures of variation3.2 measures of variation
3.2 measures of variation
 
Memorization of Various Calculator shortcuts
Memorization of Various Calculator shortcutsMemorization of Various Calculator shortcuts
Memorization of Various Calculator shortcuts
 
Non-Normally Distributed Errors In Regression Diagnostics.docx
Non-Normally Distributed Errors In Regression Diagnostics.docxNon-Normally Distributed Errors In Regression Diagnostics.docx
Non-Normally Distributed Errors In Regression Diagnostics.docx
 
Lec. 10: Making Assumptions of Missing data
Lec. 10: Making Assumptions of Missing dataLec. 10: Making Assumptions of Missing data
Lec. 10: Making Assumptions of Missing data
 
Normal Distribution
Normal DistributionNormal Distribution
Normal Distribution
 
statistics
statisticsstatistics
statistics
 
Hypothesis testing.pptx
Hypothesis testing.pptxHypothesis testing.pptx
Hypothesis testing.pptx
 

Recently uploaded

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 

Recently uploaded (20)

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 

Using Microsoft excel for six sigma

  • 1.
  • 2. Setting Expectations  Calculating Measures of central tendency and variation  Skewness and kurtosis  Calculating area under normal curve  Sorting data  Histogram  Pareto Chart  Scatter diagrams  Bar and Pie charts  Using Analysis Toolpak for advanced functions 2
  • 3. This is not a training on Six Sigma!! The training presentation assumes that you are already aware of Six Sigma concepts, and are looking for ways to implement the same using MS Excel.  The training presentation also assumes that you know the basics of MS Excel, and hence it focuses on some advanced analytical concepts.  The excel tips and tools mentioned in this presentation can be used in multiple phases of the DMAIC order. So, the presentation does not follow a DMAIC flow of thought.  The training is based on MS Excel 2007. Improvise a little when you are using MS Excel 2003. 3
  • 4. In mathematics, the central tendency of a data set is a measure of the "middle" or "expected" value of the data set. There are many different descriptive statistics that can be chosen as a measurement of the central tendency of the data items. These include mean, the median and the mode. Other statistical measures such as the standard deviation and the range are called measures of spread and describe how spread out the data is. 4
  • 5. The arithmetic mean (average) of a list of numbers is the sum of all of the list divided by the number of items in the list. To obtain the arithmetic mean from a dataset, use the excel function “Average”. Click below for the syntax for using the function. Click for the syntax Syntax =AVERAGE(number1,number2,...) 5
  • 6. A median is described as the number separating the higher half of a sample, a population, or a probability distribution, from the lower half. If there is an even number of observations, the median is not unique, so one often takes the mean of the two middle values. Click for the syntax Syntax =MEDIAN(number1,number2,...) 6
  • 7. The mode is the value that occurs the most frequently in a data set or a probability distribution. The mode is not necessarily unique, since the same maximum frequency may be attained at different values. Click for the syntax Syntax =mode(number1,number2,...) 7
  • 8. In Statistics, variance is the expected square deviation of a variable or distribution from its expected value or mean. To obtain variance from a distribution, excel uses the function “=var”. Click below for the syntax. Click for the syntax Syntax =VAR(number1,number2,...) 8
  • 9. Standard deviation is a measure of the variability or dispersion of a statistical population, a data set, or a probability distribution. To calculate Standard Deviation in an excel worksheet, we use the function, “=stdev”. Click for the syntax Syntax =STDEV(number1,number2,...) 9
  • 10. In descriptive statistics, the range is the length of the smallest interval which contains all the data. It is calculated on excel by subtracting the Min from the max value of the sample. Click below for the syntax. Click for the syntax Syntax =max(A2:A16)-Min(A2:A16) 10
  • 11. In probability theory and statistics, skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable. It is measured in Six Sigma because, in reality, data points are always not perfectly symmetric. Click for the syntax Syntax =skew(A2:A16) 11
  • 12. In probability theory and statistics, kurtosis is a measure of the "peakedness" of the probability distribution of a real-valued random variable. Click for the syntax Syntax =kurt(A2:A16) 12
  • 13. If the mean is 85 days and the standard deviation is 5 days, what is the yield if the USL is 90 days? USL Z = (90 − 85) / 5 = 1 Area under curve to Y = Pr( x ≤ 90) = Pr( z ≤ 1) right of USL would be considered % defective P(z<1) = P(z>-1) = 1-.15865 = .8413 Yield ≅ 84.1% Yield 60 70 80 90 100 110 120 D a ys -7 -6 - -4 -3 -2 - 0 2 3 4 5 6 7 5 1 1 Z-Scale 13
  • 18. For a pizza delivery center, the mean of the delivery time is 20 minutes and the standard deviation is 3.5. What is their target, if the probability of achieving the target is 99.78%? USL Yield Hours a s 18
  • 22. Data in raw form are usually not easy to use for decision making  Some type of organization is needed ▪ Table ▪ Graph  Techniques reviewed here:  Ordered Array  Histograms  Bar charts and pie charts  Contingency tables 22
  • 23. A sorted list of data:  Shows range (min to max)  Provides some signals about variability within the range  May help identify outliers (unusual observations)  If the data set is large, the ordered array is less useful 23
  • 24. Data in raw form (as collected): 24, 26, 24, 21, 27, 27, 30, 41, 32, 38  Data in ordered array from smallest to largest: 21, 24, 24, 26, 27, 27, 30, 32, 38, 41 24
  • 25.  A graph of the data in a frequency distribution is called a histogram  The class boundaries (or class midpoints) are shown on the horizontal axis  the vertical axis is either frequency, relative frequency, or percentage  Bars of the appropriate heights are used to represent the number of observations within each class 25
  • 26. Class Class Midpoint Frequency 10 but less than 20 15 3 20 but less than 30 25 6 30 but less than 40 35 5 Histogram : Daily High Tem perature 40 but less than 50 45 4 7 6 50 but less than 60 55 2 6 5 Frequency 5 4 4 3 3 2 2 (No gaps 1 0 0 between 0 bars) 5 15 25 35 45 55 More 26
  • 27. 27
  • 28. 28
  • 29. 2 Choose Histogram ( Input data range and bin range (bin range is a cell range containing the upper class boundaries for 3 each class grouping) Select Chart Output and click “OK” 29
  • 30. 30
  • 31. 31
  • 32. Scatter Diagrams are used for bivariate numerical data  Bivariate data consists of paired observations taken from two numerical variables  The Scatter Diagram:  one variable is measured on the vertical axis and the other variable is measured on the horizontal axis 32
  • 33. 1 Select the Insert Menu tab 2 Select Scatter plot dropdown and click on any of the options. If in doubt, select the first option (scatter with only markers) 33
  • 34. Volume Cost per Cost per Day vs. Production Volume per day day 23 125 250 26 140 200 29 146 Cost per Day 150 33 160 38 167 100 42 170 50 50 188 0 55 195 0 10 20 30 40 50 60 70 60 200 Volume per Day 34
  • 35. 35
  • 36. 36
  • 37. Microsoft Excel descriptive statistics output, using the house price data: House Prices: $2,000,000 500,000 300,000 100,000 100,000 37
  • 38. Select Data Analysis  Choose Correlation from the selection menu  Click OK . . . 38
  • 39. Input data range and select appropriate options  Click OK to get output 39
  • 40.  Select the input range s from the data  Select the residuals pattern. If you are not sure, just select line fit plots. 40
  • 41. Regression Statistics Multiple R 0.76211 The regression equation is: R Square 0.58082 Adjusted R Square 0.52842 house price = 98.24833 + 0.10977 (square feet) Standard Error 41.33032 Observations 10 ANOVA df SS MS F Significance F Regression 1 18934.9348 18934.9348 11.0848 0.01039 Residual 8 13665.5652 1708.1957 Total 9 32600.5000 Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Intercept 98.24833 58.03348 1.69296 0.12892 -35.57720 232.07386 Square Feet 0.10977 0.03297 3.32938 0.01039 0.03374 0.18580 41
  • 42. 42