SlideShare a Scribd company logo
3
Most read
6
Most read
BOX PLOTTING
WHAT IS BOX PLOT?
◦ Definition
◦ A box and whisker plot or diagram (otherwise known as a boxplot), is a
graph summarizing a set of data. The shape of the boxplot shows how the
data is distributed and it also shows any outliers.
Reading a Box and Whisker Plot?
Interpreting a boxplot can be done once you understand what the different lines mean on a box and whisker diagram.
The line splitting the box in two represents the median value. This shows that 50 % of the data lies on the left hand
side of the median value and 50 % lies on the right hand side.
The left edge of the box represents the lower quartile; it shows the value at which the first 25 % of the data falls up
to.
The right edge of the box shows the upper quartile; it shows that 25 % of the data lies to the right of the upper
quartile value.
The values at which the horizontal lines stop at are the values of the upper and lower values of the data. The single
points on the diagram show the outliers.
USES OF BOX PLOT
◦ Box plot is used to visualise complex data where you have multiple data sets.
◦ It is useful for comparing samples.
◦ We can form a boxplot for a single sample or for multiple samples.
◦ The box-whisker plot is also useful to visualize a single sample because you can show
outliers if you choose.
◦ It is often used in explanatory data analysis.
◦ It is used to analyse Symmetry of Data.
CUSTOMIZATION OF BOXPLOT IN R
◦ names : to set the labels of boxplots which are by default 1 and 2.
◦ xlab : to label or give title to x-axis.
◦ ylab : to label or give title to y-axis.
◦ range=0 : to extend the whiskers to maximum and minimum value.
◦ col : to give colour to boxplot.
◦ main : to give title to the boxplot
◦ horizontal=TRUE : for horizontal box plots.
We can customize and enhance the appearance of box plot by
using following commands :-
EXAMPLES OF BOX PLOT
◦ Boxplot using vectors :-
We are given the following data: Red: 5, 4, 3, 6, 8, 7, 9, 0, 2, 4, 5 ; Pink: 3, 2, 4, 5, 6, 7, 2, 3,
4, 2, 4 ; Create boxplot for these 2 vectors. Do not give main title. And give names to the 2
components as x and y.
Command : Red<-c(5,4,3,6,8,7,9,0,2,4,5)
Pink<-c(3,2,4,5,6,7,2,3,4,2,4)
boxplot(Red,Pink,name=c('x','y’))
Output :

More Related Content

PPTX
Boxplot
PPTX
BOX PLOT STAT.pptx
PDF
The Role of Box Plots in Comparing Multiple Data Sets
PPTX
Computational data analytics presentation for box plot in r programming
PPT
Box Plots and Histograms
PDF
Quality Journey -- Box Plot.pdf
PPTX
box plot or whisker plot
PPTX
Boxplot_Final stats classes informations
Boxplot
BOX PLOT STAT.pptx
The Role of Box Plots in Comparing Multiple Data Sets
Computational data analytics presentation for box plot in r programming
Box Plots and Histograms
Quality Journey -- Box Plot.pdf
box plot or whisker plot
Boxplot_Final stats classes informations

Similar to Box Plot in stat using python hypothesis.pptx (20)

PPTX
visual representation with BOX PLOT,BAR PLOTS
PPTX
Box Plot introduction for beginners.....
PPTX
Lect_2_ Data visualization using Microsoft Excel[64].pptx
PPTX
Understanding Statistics 1#13 Box and Whisker plots
PPTX
Boxplot
PPTX
Visualization Techniques- Box plot, Line Chart, Scatter plot, Bar chart.
PDF
Tableau - box plot
PPTX
Box and whisker plots
PPTX
ProbabilityandStatsUnitAPowerpoint-1.pptx
PPT
Box and whisker
PPT
Box and Whisker Plot in Biostatic
PPTX
Revisionf2
PPT
STATISTICS VARIANCE INTRODUCTORY PRESENTATION.ppt
PPT
Chapter 6 slide show notes math 140 summer 2011
PPTX
Tableau - Box Plot for data visualisation
PPTX
Data Visualization Fundamentals power.pptx
PPT
Statistics and variabilities Lecture03.ppt
PPTX
Bar_Graphs_Histograms_PieCharts_Box&WhiskerPlots
PPTX
Exploratory data analysis using r
PPTX
Section 6 - Chapter 2 - Introduction to Statistics Part II
visual representation with BOX PLOT,BAR PLOTS
Box Plot introduction for beginners.....
Lect_2_ Data visualization using Microsoft Excel[64].pptx
Understanding Statistics 1#13 Box and Whisker plots
Boxplot
Visualization Techniques- Box plot, Line Chart, Scatter plot, Bar chart.
Tableau - box plot
Box and whisker plots
ProbabilityandStatsUnitAPowerpoint-1.pptx
Box and whisker
Box and Whisker Plot in Biostatic
Revisionf2
STATISTICS VARIANCE INTRODUCTORY PRESENTATION.ppt
Chapter 6 slide show notes math 140 summer 2011
Tableau - Box Plot for data visualisation
Data Visualization Fundamentals power.pptx
Statistics and variabilities Lecture03.ppt
Bar_Graphs_Histograms_PieCharts_Box&WhiskerPlots
Exploratory data analysis using r
Section 6 - Chapter 2 - Introduction to Statistics Part II
Ad

More from Rahul Borate (20)

PPT
Bionomial and Poisson Distribution chapter.ppt
PPTX
Exponential Distribution chapter of stat.pptx
PPTX
Unit IV database intergration with node js
PPTX
Unit 1 Express J for mean stack and mern
PPTX
Unit II Developing Cyber Threat Intelligence Requirements.pptx
PPTX
Chapter I Introduction To Cyber Intelligence.pptx
PPT
Sampling of statistics and its techniques
PPT
sampling techniques of statistics and types
PPT
ch7 powerpoint presentation introduction.ppt
PPT
chapter 4 introduction to powerpoint .ppt
PPT
chapter ppt presentation engineering 1.ppt
PPT
student t-test (new) distrutuin t test.ppt
PPTX
scatter plots and visualization concept.pptx
PPT
Corelation and covariance and cocrrr.ppt
PPTX
Data Visualization_pandas in hadoop.pptx
PPT
sampling for statistics and population.ppt
PPTX
Software and Hardware for requirements.pptx
PPTX
Hadoop and their in big data analysis EcoSystem.pptx
PPTX
UNIT II Evaluating NoSQL for various .pptx
PPTX
Unit III Key-Value Based Databases in nosql.pptx
Bionomial and Poisson Distribution chapter.ppt
Exponential Distribution chapter of stat.pptx
Unit IV database intergration with node js
Unit 1 Express J for mean stack and mern
Unit II Developing Cyber Threat Intelligence Requirements.pptx
Chapter I Introduction To Cyber Intelligence.pptx
Sampling of statistics and its techniques
sampling techniques of statistics and types
ch7 powerpoint presentation introduction.ppt
chapter 4 introduction to powerpoint .ppt
chapter ppt presentation engineering 1.ppt
student t-test (new) distrutuin t test.ppt
scatter plots and visualization concept.pptx
Corelation and covariance and cocrrr.ppt
Data Visualization_pandas in hadoop.pptx
sampling for statistics and population.ppt
Software and Hardware for requirements.pptx
Hadoop and their in big data analysis EcoSystem.pptx
UNIT II Evaluating NoSQL for various .pptx
Unit III Key-Value Based Databases in nosql.pptx
Ad

Recently uploaded (20)

PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Cell Structure & Organelles in detailed.
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Pre independence Education in Inndia.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Classroom Observation Tools for Teachers
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
master seminar digital applications in india
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Lesson notes of climatology university.
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Cell Structure & Organelles in detailed.
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Pre independence Education in Inndia.pdf
Final Presentation General Medicine 03-08-2024.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Classroom Observation Tools for Teachers
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Sports Quiz easy sports quiz sports quiz
Anesthesia in Laparoscopic Surgery in India
Microbial disease of the cardiovascular and lymphatic systems
01-Introduction-to-Information-Management.pdf
Pharma ospi slides which help in ospi learning
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
master seminar digital applications in india
VCE English Exam - Section C Student Revision Booklet
Lesson notes of climatology university.

Box Plot in stat using python hypothesis.pptx

  • 2. WHAT IS BOX PLOT? ◦ Definition ◦ A box and whisker plot or diagram (otherwise known as a boxplot), is a graph summarizing a set of data. The shape of the boxplot shows how the data is distributed and it also shows any outliers.
  • 3. Reading a Box and Whisker Plot? Interpreting a boxplot can be done once you understand what the different lines mean on a box and whisker diagram. The line splitting the box in two represents the median value. This shows that 50 % of the data lies on the left hand side of the median value and 50 % lies on the right hand side. The left edge of the box represents the lower quartile; it shows the value at which the first 25 % of the data falls up to. The right edge of the box shows the upper quartile; it shows that 25 % of the data lies to the right of the upper quartile value. The values at which the horizontal lines stop at are the values of the upper and lower values of the data. The single points on the diagram show the outliers.
  • 4. USES OF BOX PLOT ◦ Box plot is used to visualise complex data where you have multiple data sets. ◦ It is useful for comparing samples. ◦ We can form a boxplot for a single sample or for multiple samples. ◦ The box-whisker plot is also useful to visualize a single sample because you can show outliers if you choose. ◦ It is often used in explanatory data analysis. ◦ It is used to analyse Symmetry of Data.
  • 5. CUSTOMIZATION OF BOXPLOT IN R ◦ names : to set the labels of boxplots which are by default 1 and 2. ◦ xlab : to label or give title to x-axis. ◦ ylab : to label or give title to y-axis. ◦ range=0 : to extend the whiskers to maximum and minimum value. ◦ col : to give colour to boxplot. ◦ main : to give title to the boxplot ◦ horizontal=TRUE : for horizontal box plots. We can customize and enhance the appearance of box plot by using following commands :-
  • 6. EXAMPLES OF BOX PLOT ◦ Boxplot using vectors :- We are given the following data: Red: 5, 4, 3, 6, 8, 7, 9, 0, 2, 4, 5 ; Pink: 3, 2, 4, 5, 6, 7, 2, 3, 4, 2, 4 ; Create boxplot for these 2 vectors. Do not give main title. And give names to the 2 components as x and y. Command : Red<-c(5,4,3,6,8,7,9,0,2,4,5) Pink<-c(3,2,4,5,6,7,2,3,4,2,4) boxplot(Red,Pink,name=c('x','y’)) Output :