SlideShare a Scribd company logo
1 of 76
Download to read offline
USING MICROSOFT
EXCEL WITH BUSINESS
RESEARCH METHODS
www.drjayeshpatidar.blogspot.com
TITLE BAR
MENU BAR
STANDARD TOOLBAR
FORMATTING TOOLBAR

FORMULA BAR

ACTIVE CELL
PASTE FUNCTION
TOOLS MENU
The Paste Function Provides
Numerous Statistical
Operations
The Statistical Function
Category
Data Analysis
Dialog Box
• Click on “Tools”
• Select “Data Analysis”
• Select statistical operation
o

such as Histogram
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments indicate data or a range of
cells
• Arguments are performed, in a
particular order, called the syntax.
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments are performed, in a
particular order, called the syntax.
• For example, the SUM function adds
values or ranges of cells
Easy to Use Paste Functions
•
•
•
•
•

AVERAGE (MEAN)
MEDIAN
MODE
SUM
STANDARD DEVIATION
Functions
• The syntax of a function begins with the
function name
• followed by an opening parenthesis
• the arguments for the function
• separated by commas
• a closing parenthesis.
• If the function starts a formula, an equal
sign (=) is typed before the function
name.
The Equal Sign Then The
Function Name And
Arguments
• =FUNCTION (Argument1)
• =FUNCTION (Argument1,Argument2)
Arguments
• Typical arguments are numbers, text,
arrays, and cell references.
• Arguments can also be constants,
formulas, or other functions.
The AVERAGE Function
Located in the Statistical Category
Data Array
•
•
•
•

The data appear in cells A2 through 14
A2:A14
Sometimes written with dollars signs
$A$2:$A$14
Sum, Average, and Standard
Deviation
•
•
•
•

=FUNCTION (Argument1)
=SUM(A2:A9)
=AVERAGE(A2:A9)
=STDEVA(A2:A9)
SUM Function
Sales Call Example
AVERAGE (Mean) Function
Sales Call Example
Standard Deviation Function
Sales Call Example
Variance s2: (algebraic, scalable computation)

s

2

n
n
n
1
1
1
2
2

 ( xi  x )  n  1 [ xi  n ( xi ) 2 ]
n  1 i 1
i 1
i 1

Standard deviation s is the square root of variance s2
• Variance

• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic

www.drjayeshpatidar.blogspot.com

26
Data Dispersion Characteristics
•

Motivation
–

•

Data dispersion characteristics
–

•

To better understand the data: central tendency, variation and spread
median, max, min, quantiles, outliers, variance, etc.

Numerical dimensions correspond to sorted intervals
–
–

•

Data dispersion: analyzed with multiple granularities of precision
Boxplot or quantile analysis on sorted intervals

Dispersion analysis on computed measures
–

Folding measures into numerical dimensions

–

Boxplot or quantile analysis on the transformed cube

www.drjayeshpatidar.blogspot.com

27
Measuring the Central Tendency
•

Mean
–

•

1 n
x   xi
n i 1

n

Weighted arithmetic mean

x 

Median: A holistic measure
–

w x
i 1
n

i

i

w
i 1

i

Middle value if odd number of values, or average of the middle two
values otherwise

–

•

estimated by interpolation

Mode
–

Value that occurs most frequently in the data

–

Unimodal, bimodal, trimodal

–

Empirical formula:

mean  mode  3  (mean  median)
www.drjayeshpatidar.blogspot.com

28
Measuring the Dispersion of Data
•

Quartiles, outliers and boxplots
–
–

Inter-quartile range: IQR = Q3 – Q1

–

Five number summary: min, Q1, M, Q3, max

–

Boxplot: ends of the box are the quartiles, median is marked, whiskers,
and plot outlier individually

–
•

Quartiles: Q1 (25th percentile), Q3 (75th percentile)

Outlier: usually, a value higher/lower than 1.5 x IQR

Variance and standard deviation
–

Variance s2: (algebraic, scalable computation)
s

–

2

n
n
n
1
1
1
2
2

 ( xi  x )  n  1 [ xi  n ( xi ) 2 ]
n  1 i 1
i 1
i 1

Standard deviation s is the square root of variance s2
www.drjayeshpatidar.blogspot.com

29
Boxplot Analysis

• Five-number summary of a distribution:
Minimum, Q1, M, Q3, Maximum

• Boxplot
– Data is represented with a box
– The ends of the box are at the first and third quartiles,
i.e., the height of the box is IRQ
– The median is marked by a line within the box
– Whiskers: two lines outside the box extend to
Minimum and Maximum
www.drjayeshpatidar.blogspot.com

30
A Boxplot
A boxplot

www.drjayeshpatidar.blogspot.com

31
Visualization of Data Dispersion:
Boxplot Analysis

www.drjayeshpatidar.blogspot.com

32
Mining Descriptive Statistical Measures in Large
Databases
• Variance
1 n
1 
1
2
2
2
s 
 ( xi  x ) 
 xi  n  xi  
n  1 i 1
n 1 

2

• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic

www.drjayeshpatidar.blogspot.com

33
Histogram Analysis
• Graph displays of basic statistical class descriptions
– Frequency histograms
• A univariate graphical method
• Consists of a set of rectangles that reflect the counts or frequencies of
the classes present in the given data

www.drjayeshpatidar.blogspot.com

34
Quantile Plot
• Displays all of the data (allowing the user to assess both the
overall behavior and unusual occurrences)
• Plots quantile information
– For a data xi data sorted in increasing order, fi indicates
that approximately 100 fi% of the data are below or equal
to the value xi

www.drjayeshpatidar.blogspot.com

35
Quantile-Quantile (Q-Q) Plot
• Graphs the quantiles of one univariate distribution against
the corresponding quantiles of another
• Allows the user to view whether there is a shift in going from
one distribution to another

www.drjayeshpatidar.blogspot.com

36
Scatter plot
• Provides a first look at bivariate data to see clusters of
points, outliers, etc
• Each pair of values is treated as a pair of coordinates and
plotted as points in the plane

www.drjayeshpatidar.blogspot.com

37
Loess Curve
• Adds a smooth curve to a scatter plot in order to provide
better perception of the pattern of dependence
• Loess curve is fitted by setting two parameters: a smoothing
parameter, and the degree of the polynomials that are fitted
by the regression

www.drjayeshpatidar.blogspot.com

38
Graphic Displays of Basic Statistical
Descriptions
•

•
•
•

•
•

Histogram: (shown before)
Boxplot: (covered before)
Quantile plot: each value xi is paired with fi indicating that
approximately 100 fi % of data are  xi
Quantile-quantile (q-q) plot: graphs the quantiles of one
univariant distribution against the corresponding quantiles of
another
Scatter plot: each pair of values is a pair of coordinates and
plotted as points in the plane
Loess (local regression) curve: add a smooth curve to a
scatter plot to provide better perception of the pattern of
dependence
www.drjayeshpatidar.blogspot.com
39
Proportion
•
•
•
•

=COUNT
=COUNTIF
DIVIDE COUNTIF BY COUNT
=D3/D2
Frequency Distributions
• There are alternative ways of
constructing frequency distributions
• COUNTIF function
• HISTOGRAM function
=COUNTIF(A6:A134,1)
=D4/D9*100
Histogram Function
• Tools -Data Analysis-Histogram
• Bins
The bins are the
frequency
categories
Insert Input and Bin Ranges
Text Labels Can Be Included
or Excluded From Input Range
The Chart Wizard
The Descriptive Statistics
Function
SEVERAL ROWS OF DATA ARE HIDDEN
SEVERAL ROWS OF DATA ARE HIDDEN
Correlation
Correlation Coefficient, r = .75
Regression Analysis
Excel and research

More Related Content

What's hot

Correspondence analysis final
Correspondence analysis finalCorrespondence analysis final
Correspondence analysis final
saba khan
 
Day2 session i&ii - spss
Day2 session i&ii - spssDay2 session i&ii - spss
Day2 session i&ii - spss
abir hossain
 

What's hot (17)

data handling
 data handling data handling
data handling
 
Exploring Data
Exploring DataExploring Data
Exploring Data
 
Measures of Dispersion (Variability)
Measures of Dispersion (Variability)Measures of Dispersion (Variability)
Measures of Dispersion (Variability)
 
Statistics in nursing research
Statistics in nursing researchStatistics in nursing research
Statistics in nursing research
 
Correspondence analysis final
Correspondence analysis finalCorrespondence analysis final
Correspondence analysis final
 
Simple Correspondence Analysis
Simple Correspondence AnalysisSimple Correspondence Analysis
Simple Correspondence Analysis
 
Oed chapter 1
Oed chapter 1Oed chapter 1
Oed chapter 1
 
Correspondence analysis(step by step)
Correspondence analysis(step by step)Correspondence analysis(step by step)
Correspondence analysis(step by step)
 
Statistic and probability 2
Statistic and probability 2Statistic and probability 2
Statistic and probability 2
 
Day2 session i&ii - spss
Day2 session i&ii - spssDay2 session i&ii - spss
Day2 session i&ii - spss
 
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
 
Presentation of data ppt
Presentation of data pptPresentation of data ppt
Presentation of data ppt
 
Data organization
Data organizationData organization
Data organization
 
2 way anova
2 way anova2 way anova
2 way anova
 
Business statistics ( Methods of variablity measurement))
Business statistics ( Methods of variablity measurement))Business statistics ( Methods of variablity measurement))
Business statistics ( Methods of variablity measurement))
 
M a t r i k s
M a t r i k sM a t r i k s
M a t r i k s
 
WCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPointWCS Specialist Maths An Introduction to Matrices PowerPoint
WCS Specialist Maths An Introduction to Matrices PowerPoint
 

Viewers also liked

Box and whisker pp
Box and whisker ppBox and whisker pp
Box and whisker pp
mrslsarnold
 
Displaying quantitative data 1.1
Displaying quantitative data 1.1Displaying quantitative data 1.1
Displaying quantitative data 1.1
thomasonp
 
4 slideshare avila
4 slideshare avila4 slideshare avila
4 slideshare avila
SONIA
 
Further4 box plots, 5 number summary and outliers
Further4  box plots, 5 number summary and outliersFurther4  box plots, 5 number summary and outliers
Further4 box plots, 5 number summary and outliers
kmcmullen
 
Box and whiskers power point
Box and whiskers power pointBox and whiskers power point
Box and whiskers power point
manswag123
 
Basic Stat Notes
Basic Stat NotesBasic Stat Notes
Basic Stat Notes
roopcool
 
Unit 12 lesson 5 box plot check list
Unit 12 lesson 5 box plot check listUnit 12 lesson 5 box plot check list
Unit 12 lesson 5 box plot check list
mlabuski
 
Chapter 1 descriptive_stats_2_rev_2009
Chapter 1 descriptive_stats_2_rev_2009Chapter 1 descriptive_stats_2_rev_2009
Chapter 1 descriptive_stats_2_rev_2009
ayimsevenfold
 
Handling Data boxplots
Handling Data boxplotsHandling Data boxplots
Handling Data boxplots
Steve Bishop
 
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Anand Chokshi
 

Viewers also liked (20)

Lesson 3
Lesson 3Lesson 3
Lesson 3
 
Chapter04
Chapter04Chapter04
Chapter04
 
Box and whisker pp
Box and whisker ppBox and whisker pp
Box and whisker pp
 
Displaying quantitative data 1.1
Displaying quantitative data 1.1Displaying quantitative data 1.1
Displaying quantitative data 1.1
 
4 slideshare avila
4 slideshare avila4 slideshare avila
4 slideshare avila
 
Qwizdom year 9 maths - boxplot and cumulative frequency
Qwizdom    year 9 maths - boxplot and cumulative frequencyQwizdom    year 9 maths - boxplot and cumulative frequency
Qwizdom year 9 maths - boxplot and cumulative frequency
 
Summer lecture 2
Summer lecture 2Summer lecture 2
Summer lecture 2
 
Drawing Stem-Leaf Plot
Drawing Stem-Leaf PlotDrawing Stem-Leaf Plot
Drawing Stem-Leaf Plot
 
Further4 box plots, 5 number summary and outliers
Further4  box plots, 5 number summary and outliersFurther4  box plots, 5 number summary and outliers
Further4 box plots, 5 number summary and outliers
 
Box and whiskers power point
Box and whiskers power pointBox and whiskers power point
Box and whiskers power point
 
Basic Stat Notes
Basic Stat NotesBasic Stat Notes
Basic Stat Notes
 
Lecture18
Lecture18Lecture18
Lecture18
 
Unit 12 lesson 5 box plot check list
Unit 12 lesson 5 box plot check listUnit 12 lesson 5 box plot check list
Unit 12 lesson 5 box plot check list
 
Box plot
Box plotBox plot
Box plot
 
BOXPLOT EXAMPLES in R And An Example for BEESWARM:
BOXPLOT EXAMPLES in R And  An Example for BEESWARM:BOXPLOT EXAMPLES in R And  An Example for BEESWARM:
BOXPLOT EXAMPLES in R And An Example for BEESWARM:
 
Chapter 1 descriptive_stats_2_rev_2009
Chapter 1 descriptive_stats_2_rev_2009Chapter 1 descriptive_stats_2_rev_2009
Chapter 1 descriptive_stats_2_rev_2009
 
Freq & Histo
Freq & HistoFreq & Histo
Freq & Histo
 
Surface Area of Triangular Prism 2
Surface Area of Triangular Prism 2Surface Area of Triangular Prism 2
Surface Area of Triangular Prism 2
 
Handling Data boxplots
Handling Data boxplotsHandling Data boxplots
Handling Data boxplots
 
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
 

Similar to Excel and research

Excel and research
Excel and researchExcel and research
Excel and research
Nursing Path
 
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
nikshaikh786
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
Tony Nguyen
 
Predictive Modelling
Predictive ModellingPredictive Modelling
Predictive Modelling
Rajiv Advani
 

Similar to Excel and research (20)

Excel and research
Excel and researchExcel and research
Excel and research
 
4 module 3 --
4 module 3 --4 module 3 --
4 module 3 --
 
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
 
EDA.pptx
EDA.pptxEDA.pptx
EDA.pptx
 
Machine learning meetup
Machine learning meetupMachine learning meetup
Machine learning meetup
 
Data mining techniques unit 2
Data mining techniques unit 2Data mining techniques unit 2
Data mining techniques unit 2
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Pca ppt
Pca pptPca ppt
Pca ppt
 
Organizational Data Analysis by Mr Mumba.pptx
Organizational Data Analysis by Mr Mumba.pptxOrganizational Data Analysis by Mr Mumba.pptx
Organizational Data Analysis by Mr Mumba.pptx
 
pcappt-140121072949-phpapp01.pptx
pcappt-140121072949-phpapp01.pptxpcappt-140121072949-phpapp01.pptx
pcappt-140121072949-phpapp01.pptx
 
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
 
Machine learning Introduction
Machine learning IntroductionMachine learning Introduction
Machine learning Introduction
 
Anomaly detection: Core Techniques and Advances in Big Data and Deep Learning
Anomaly detection: Core Techniques and Advances in Big Data and Deep LearningAnomaly detection: Core Techniques and Advances in Big Data and Deep Learning
Anomaly detection: Core Techniques and Advances in Big Data and Deep Learning
 
Anomaly detection
Anomaly detectionAnomaly detection
Anomaly detection
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-I
 
Lecture6 pca
Lecture6 pcaLecture6 pca
Lecture6 pca
 
SVD.ppt
SVD.pptSVD.ppt
SVD.ppt
 
Predictive Modelling
Predictive ModellingPredictive Modelling
Predictive Modelling
 
Anomaly detection Meetup Slides
Anomaly detection Meetup SlidesAnomaly detection Meetup Slides
Anomaly detection Meetup Slides
 

More from Nursing Path

More from Nursing Path (20)

Psychosocial care of coronavirus disease 2019
Psychosocial care of coronavirus disease 2019Psychosocial care of coronavirus disease 2019
Psychosocial care of coronavirus disease 2019
 
Isolation facility for covid-19
Isolation facility for covid-19Isolation facility for covid-19
Isolation facility for covid-19
 
Guidelines on clinical management of covid 19
Guidelines on clinical management of covid   19Guidelines on clinical management of covid   19
Guidelines on clinical management of covid 19
 
Fluid and electrolyte balance
Fluid and electrolyte balanceFluid and electrolyte balance
Fluid and electrolyte balance
 
Hospital Infection Control Programme
Hospital Infection Control ProgrammeHospital Infection Control Programme
Hospital Infection Control Programme
 
Outcome based education
Outcome based educationOutcome based education
Outcome based education
 
Assessment
AssessmentAssessment
Assessment
 
Anxiety disorders
Anxiety disordersAnxiety disorders
Anxiety disorders
 
Selection and organization of learning experience
Selection and organization of learning experienceSelection and organization of learning experience
Selection and organization of learning experience
 
Universal Health Coverage
Universal Health CoverageUniversal Health Coverage
Universal Health Coverage
 
Pneumonia
PneumoniaPneumonia
Pneumonia
 
Swine flu
Swine fluSwine flu
Swine flu
 
Cardiopulmonary resuscitation
Cardiopulmonary resuscitationCardiopulmonary resuscitation
Cardiopulmonary resuscitation
 
Abortion
AbortionAbortion
Abortion
 
Microbiology
MicrobiologyMicrobiology
Microbiology
 
Fundamental of nursing practice exam 4
Fundamental of nursing practice exam 4Fundamental of nursing practice exam 4
Fundamental of nursing practice exam 4
 
Fundamentals of nursing practice exa1
Fundamentals of nursing practice exa1Fundamentals of nursing practice exa1
Fundamentals of nursing practice exa1
 
Fundamentals of nursing practice exam
Fundamentals of nursing practice examFundamentals of nursing practice exam
Fundamentals of nursing practice exam
 
Fundamentals of nursing practice exam
Fundamentals of nursing practice examFundamentals of nursing practice exam
Fundamentals of nursing practice exam
 
The enterobacteriaceae basic properties.ppsx x
The enterobacteriaceae basic properties.ppsx xThe enterobacteriaceae basic properties.ppsx x
The enterobacteriaceae basic properties.ppsx x
 

Recently uploaded

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 

Excel and research

  • 1. USING MICROSOFT EXCEL WITH BUSINESS RESEARCH METHODS www.drjayeshpatidar.blogspot.com
  • 2. TITLE BAR MENU BAR STANDARD TOOLBAR FORMATTING TOOLBAR FORMULA BAR ACTIVE CELL
  • 4. The Paste Function Provides Numerous Statistical Operations
  • 6. Data Analysis Dialog Box • Click on “Tools” • Select “Data Analysis” • Select statistical operation o such as Histogram
  • 7.
  • 8.
  • 9.
  • 10. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments indicate data or a range of cells • Arguments are performed, in a particular order, called the syntax.
  • 11. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments are performed, in a particular order, called the syntax. • For example, the SUM function adds values or ranges of cells
  • 12. Easy to Use Paste Functions • • • • • AVERAGE (MEAN) MEDIAN MODE SUM STANDARD DEVIATION
  • 13. Functions • The syntax of a function begins with the function name • followed by an opening parenthesis • the arguments for the function • separated by commas • a closing parenthesis. • If the function starts a formula, an equal sign (=) is typed before the function name.
  • 14. The Equal Sign Then The Function Name And Arguments • =FUNCTION (Argument1) • =FUNCTION (Argument1,Argument2)
  • 15. Arguments • Typical arguments are numbers, text, arrays, and cell references. • Arguments can also be constants, formulas, or other functions.
  • 16. The AVERAGE Function Located in the Statistical Category
  • 17.
  • 18. Data Array • • • • The data appear in cells A2 through 14 A2:A14 Sometimes written with dollars signs $A$2:$A$14
  • 19.
  • 20. Sum, Average, and Standard Deviation • • • • =FUNCTION (Argument1) =SUM(A2:A9) =AVERAGE(A2:A9) =STDEVA(A2:A9)
  • 21.
  • 22.
  • 25. Standard Deviation Function Sales Call Example Variance s2: (algebraic, scalable computation) s 2 n n n 1 1 1 2 2   ( xi  x )  n  1 [ xi  n ( xi ) 2 ] n  1 i 1 i 1 i 1 Standard deviation s is the square root of variance s2
  • 26. • Variance • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic www.drjayeshpatidar.blogspot.com 26
  • 27. Data Dispersion Characteristics • Motivation – • Data dispersion characteristics – • To better understand the data: central tendency, variation and spread median, max, min, quantiles, outliers, variance, etc. Numerical dimensions correspond to sorted intervals – – • Data dispersion: analyzed with multiple granularities of precision Boxplot or quantile analysis on sorted intervals Dispersion analysis on computed measures – Folding measures into numerical dimensions – Boxplot or quantile analysis on the transformed cube www.drjayeshpatidar.blogspot.com 27
  • 28. Measuring the Central Tendency • Mean – • 1 n x   xi n i 1 n Weighted arithmetic mean x  Median: A holistic measure – w x i 1 n i i w i 1 i Middle value if odd number of values, or average of the middle two values otherwise – • estimated by interpolation Mode – Value that occurs most frequently in the data – Unimodal, bimodal, trimodal – Empirical formula: mean  mode  3  (mean  median) www.drjayeshpatidar.blogspot.com 28
  • 29. Measuring the Dispersion of Data • Quartiles, outliers and boxplots – – Inter-quartile range: IQR = Q3 – Q1 – Five number summary: min, Q1, M, Q3, max – Boxplot: ends of the box are the quartiles, median is marked, whiskers, and plot outlier individually – • Quartiles: Q1 (25th percentile), Q3 (75th percentile) Outlier: usually, a value higher/lower than 1.5 x IQR Variance and standard deviation – Variance s2: (algebraic, scalable computation) s – 2 n n n 1 1 1 2 2   ( xi  x )  n  1 [ xi  n ( xi ) 2 ] n  1 i 1 i 1 i 1 Standard deviation s is the square root of variance s2 www.drjayeshpatidar.blogspot.com 29
  • 30. Boxplot Analysis • Five-number summary of a distribution: Minimum, Q1, M, Q3, Maximum • Boxplot – Data is represented with a box – The ends of the box are at the first and third quartiles, i.e., the height of the box is IRQ – The median is marked by a line within the box – Whiskers: two lines outside the box extend to Minimum and Maximum www.drjayeshpatidar.blogspot.com 30
  • 32. Visualization of Data Dispersion: Boxplot Analysis www.drjayeshpatidar.blogspot.com 32
  • 33. Mining Descriptive Statistical Measures in Large Databases • Variance 1 n 1  1 2 2 2 s   ( xi  x )   xi  n  xi   n  1 i 1 n 1   2 • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic www.drjayeshpatidar.blogspot.com 33
  • 34. Histogram Analysis • Graph displays of basic statistical class descriptions – Frequency histograms • A univariate graphical method • Consists of a set of rectangles that reflect the counts or frequencies of the classes present in the given data www.drjayeshpatidar.blogspot.com 34
  • 35. Quantile Plot • Displays all of the data (allowing the user to assess both the overall behavior and unusual occurrences) • Plots quantile information – For a data xi data sorted in increasing order, fi indicates that approximately 100 fi% of the data are below or equal to the value xi www.drjayeshpatidar.blogspot.com 35
  • 36. Quantile-Quantile (Q-Q) Plot • Graphs the quantiles of one univariate distribution against the corresponding quantiles of another • Allows the user to view whether there is a shift in going from one distribution to another www.drjayeshpatidar.blogspot.com 36
  • 37. Scatter plot • Provides a first look at bivariate data to see clusters of points, outliers, etc • Each pair of values is treated as a pair of coordinates and plotted as points in the plane www.drjayeshpatidar.blogspot.com 37
  • 38. Loess Curve • Adds a smooth curve to a scatter plot in order to provide better perception of the pattern of dependence • Loess curve is fitted by setting two parameters: a smoothing parameter, and the degree of the polynomials that are fitted by the regression www.drjayeshpatidar.blogspot.com 38
  • 39. Graphic Displays of Basic Statistical Descriptions • • • • • • Histogram: (shown before) Boxplot: (covered before) Quantile plot: each value xi is paired with fi indicating that approximately 100 fi % of data are  xi Quantile-quantile (q-q) plot: graphs the quantiles of one univariant distribution against the corresponding quantiles of another Scatter plot: each pair of values is a pair of coordinates and plotted as points in the plane Loess (local regression) curve: add a smooth curve to a scatter plot to provide better perception of the pattern of dependence www.drjayeshpatidar.blogspot.com 39
  • 41.
  • 42.
  • 43. Frequency Distributions • There are alternative ways of constructing frequency distributions • COUNTIF function • HISTOGRAM function
  • 44.
  • 46.
  • 47.
  • 48.
  • 49. Histogram Function • Tools -Data Analysis-Histogram • Bins
  • 50.
  • 51. The bins are the frequency categories
  • 52. Insert Input and Bin Ranges
  • 53. Text Labels Can Be Included or Excluded From Input Range
  • 55.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64. SEVERAL ROWS OF DATA ARE HIDDEN
  • 65. SEVERAL ROWS OF DATA ARE HIDDEN
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 72.
  • 73.