Describing Quantitative Data (Shape, Center, and Spread) “A Picture Is Worth a Thousand Words”

Total Page:16

File Type:pdf, Size:1020Kb

Describing Quantitative Data (Shape, Center, and Spread) “A Picture Is Worth a Thousand Words” Describing Quantitative Data (Shape, Center, and Spread) “A picture is worth a thousand words” To describe quantitative data is to explain how the data is distributed. What is the shape of the data? Where is the center of the data? How spread out is the data? Think Before You Draw… Remember the “Make a picture” rule? Now that we have options for data displays, you need to Think carefully about which type of display to make. Before making a stem-and-leaf display, a histogram, or a dotplot, check the o Quantitative Data Condition: The data are values of a quantitative variable whose units are known. Shape, Center, and Spread When describing a distribution, make sure to always tell about three things: shape, center, and spread… What is the Shape of the Distribution? 1. Does the histogram have a single, central hump or several separated humps? 2. Is the histogram symmetric? 3. Do any unusual features stick out? Humps 1. Does the histogram have a single, central hump or several separated bumps? o Humps in a histogram are called modes. o A histogram with one main peak is dubbed unimodal; histograms with two peaks are bimodal; histograms with three or more peaks are called multimodal. o A bimodal histogram has two apparent peaks: Modes are one way to describe the SHAPE of the graph? The humps of the graph are called MODES. A histogram that doesn’t appear to have any mode and in which all the bars are approximately the same height is called uniform: Symmetry 2. Is the histogram symmetric? o If you can fold the histogram along a vertical line through the middle and have the edges match pretty closely, the histogram is symmetric. The (usually) thinner ends of a distribution are called the tails. If one tail stretches out farther than the other, the histogram is said to be skewed to the side of the longer tail. In the figure below, the histogram on the left is said to be skewed left, while the histogram on the right is said to be skewed right. Summary: Anything Unusual? 3. Do any unusual features stick out? Sometimes it’s the unusual features that tell us something interesting or exciting about the data. You should always mention any stragglers, or outliers, that stand off away from the body of the distribution. Are there any gaps in the distribution? If so, we might have data from more than one group. Are there GAPS in your data? The following histogram has outliers (there are three cities in the leftmost bar): Are there groups or clusters of data? If so, your data may not all be of the same type, may come from different sources, or contain more than one group. There are two main clusters of data here: one ranging from approximately 7 to 12 and the other ranging from approximately 25 to 37. Where is the CENTER of the distribution? It's easy to identify the center of data that is somewhat uniform or unimodal-symmetric: The center of a skewed graph or a multimodal graph are not as easy to determine or use. Certain measures of center can be meaningless or may not be useful in these types of graphs. Spread: How SPREAD out is the distribution? Always report a measure of spread along with a measure of center when describing a distribution numerically. The range of the data is the difference between the maximum and minimum values: Range = max – min A disadvantage of the range is that a single extreme value can make it very large and, thus, not representative of the data overall. Example: The following graph displays the time it takes for a warehouse to retrieve parts for customer orders. Describe the distribution of the data. Why is the graph shaped like this? The following graph displays the time it takes for a warehouse to retrieve parts for customer orders. What real life aspects could account for the shape of this graph? This graph is obviously bimodal. It seems like there are two groups of parts listed. One group of parts takes between 1 and 5 minutes to retrieve and the other group takes 6 to 12 minutes to retrieve. It is possible that the two groups are separated by weight. Maybe the warehouse employees need to use a machine to retrieve the heavier parts whereas the lighter parts can be retrieved more quickly by hand. There are other possibilities…. Maybe some parts are kept in a warehouse that is a bit further away from the customer than the main warehouse. Try this: The dotplot to the right shows Kentucky Derby winning times, plotting each race as its own dot. a) How many Kentucky Derby winning times were greater than 150 seconds? b) Approximate the best Kentucky Derby winning time. c) Why do you think there is a large gap in the middle of the data? (What real life situation may have caused this gap?) .
Recommended publications
  • Image Segmentation Based on Histogram Analysis Utilizing the Cloud Model
    Computers and Mathematics with Applications 62 (2011) 2824–2833 Contents lists available at SciVerse ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa Image segmentation based on histogram analysis utilizing the cloud model Kun Qin a,∗, Kai Xu a, Feilong Liu b, Deyi Li c a School of Remote Sensing Information Engineering, Wuhan University, Wuhan, 430079, China b Bahee International, Pleasant Hill, CA 94523, USA c Beijing Institute of Electronic System Engineering, Beijing, 100039, China article info a b s t r a c t Keywords: Both the cloud model and type-2 fuzzy sets deal with the uncertainty of membership Image segmentation which traditional type-1 fuzzy sets do not consider. Type-2 fuzzy sets consider the Histogram analysis fuzziness of the membership degrees. The cloud model considers fuzziness, randomness, Cloud model Type-2 fuzzy sets and the association between them. Based on the cloud model, the paper proposes an Probability to possibility transformations image segmentation approach which considers the fuzziness and randomness in histogram analysis. For the proposed method, first, the image histogram is generated. Second, the histogram is transformed into discrete concepts expressed by cloud models. Finally, the image is segmented into corresponding regions based on these cloud models. Segmentation experiments by images with bimodal and multimodal histograms are used to compare the proposed method with some related segmentation methods, including Otsu threshold, type-2 fuzzy threshold, fuzzy C-means clustering, and Gaussian mixture models. The comparison experiments validate the proposed method. ' 2011 Elsevier Ltd. All rights reserved. 1. Introduction In order to deal with the uncertainty of image segmentation, fuzzy sets were introduced into the field of image segmentation, and some methods were proposed in the literature.
    [Show full text]
  • Permutation Tests
    Permutation tests Ken Rice Thomas Lumley UW Biostatistics Seattle, June 2008 Overview • Permutation tests • A mean • Smallest p-value across multiple models • Cautionary notes Testing In testing a null hypothesis we need a test statistic that will have different values under the null hypothesis and the alternatives we care about (eg a relative risk of diabetes) We then need to compute the sampling distribution of the test statistic when the null hypothesis is true. For some test statistics and some null hypotheses this can be done analytically. The p- value for the is the probability that the test statistic would be at least as extreme as we observed, if the null hypothesis is true. A permutation test gives a simple way to compute the sampling distribution for any test statistic, under the strong null hypothesis that a set of genetic variants has absolutely no effect on the outcome. Permutations To estimate the sampling distribution of the test statistic we need many samples generated under the strong null hypothesis. If the null hypothesis is true, changing the exposure would have no effect on the outcome. By randomly shuffling the exposures we can make up as many data sets as we like. If the null hypothesis is true the shuffled data sets should look like the real data, otherwise they should look different from the real data. The ranking of the real test statistic among the shuffled test statistics gives a p-value Example: null is true Data Shuffling outcomes Shuffling outcomes (ordered) gender outcome gender outcome gender outcome Example: null is false Data Shuffling outcomes Shuffling outcomes (ordered) gender outcome gender outcome gender outcome Means Our first example is a difference in mean outcome in a dominant model for a single SNP ## make up some `true' data carrier<-rep(c(0,1), c(100,200)) null.y<-rnorm(300) alt.y<-rnorm(300, mean=carrier/2) In this case we know from theory the distribution of a difference in means and we could just do a t-test.
    [Show full text]
  • Shinyitemanalysis for Psychometric Training and to Enforce Routine Analysis of Educational Tests
    ShinyItemAnalysis for Psychometric Training and to Enforce Routine Analysis of Educational Tests Patrícia Martinková Dept. of Statistical Modelling, Institute of Computer Science, Czech Academy of Sciences College of Education, Charles University in Prague R meetup Warsaw, May 24, 2018 R meetup Warsaw, 2018 1/35 Introduction ShinyItemAnalysis Teaching psychometrics Routine analysis of tests Discussion Announcement 1: Save the date for Psychoco 2019! International Workshop on Psychometric Computing Psychoco 2019 February 21 - 22, 2019 Charles University & Czech Academy of Sciences, Prague www.psychoco.org Since 2008, the international Psychoco workshops aim at bringing together researchers working on modern techniques for the analysis of data from psychology and the social sciences (especially in R). Patrícia Martinková ShinyItemAnalysis for Psychometric Training and Test Validation R meetup Warsaw, 2018 2/35 Introduction ShinyItemAnalysis Teaching psychometrics Routine analysis of tests Discussion Announcement 2: Job offers Job offers at Institute of Computer Science: CAS-ICS Postdoctoral position (deadline: August 30) ICS Doctoral position (deadline: June 30) ICS Fellowship for junior researchers (deadline: June 30) ... further possibilities to participate on grants E-mail at [email protected] if interested in position in the area of Computational psychometrics Interdisciplinary statistics Other related disciplines Patrícia Martinková ShinyItemAnalysis for Psychometric Training and Test Validation R meetup Warsaw, 2018 3/35 Outline 1. Introduction 2. ShinyItemAnalysis 3. Teaching psychometrics 4. Routine analysis of tests 5. Discussion Introduction ShinyItemAnalysis Teaching psychometrics Routine analysis of tests Discussion Motivation To teach psychometric concepts and methods Graduate courses "IRT models", "Selected topics in psychometrics" Workshops for admission test developers Active learning approach w/ hands-on examples To enforce routine analyses of educational tests Admission tests to Czech Universities Physiology concept inventories ..
    [Show full text]
  • Lecture 8 Sample Mean and Variance, Histogram, Empirical Distribution Function Sample Mean and Variance
    Lecture 8 Sample Mean and Variance, Histogram, Empirical Distribution Function Sample Mean and Variance Consider a random sample , where is the = , , … sample size (number of elements in ). Then, the sample mean is given by 1 = . Sample Mean and Variance The sample mean is an unbiased estimator of the expected value of a random variable the sample is generated from: . The sample mean is the sample statistic, and is itself a random variable. Sample Mean and Variance In many practical situations, the true variance of a population is not known a priori and must be computed somehow. When dealing with extremely large populations, it is not possible to count every object in the population, so the computation must be performed on a sample of the population. Sample Mean and Variance Sample variance can also be applied to the estimation of the variance of a continuous distribution from a sample of that distribution. Sample Mean and Variance Consider a random sample of size . Then, = , , … we can define the sample variance as 1 = − , where is the sample mean. Sample Mean and Variance However, gives an estimate of the population variance that is biased by a factor of . For this reason, is referred to as the biased sample variance . Correcting for this bias yields the unbiased sample variance : 1 = = − . − 1 − 1 Sample Mean and Variance While is an unbiased estimator for the variance, is still a biased estimator for the standard deviation, though markedly less biased than the uncorrected sample standard deviation . This estimator is commonly used and generally known simply as the "sample standard deviation".
    [Show full text]
  • Unit 23: Control Charts
    Unit 23: Control Charts Prerequisites Unit 22, Sampling Distributions, is a prerequisite for this unit. Students need to have an understanding of the sampling distribution of the sample mean. Students should be familiar with normal distributions and the 68-95-99.7% Rule (Unit 7: Normal Curves, and Unit 8: Normal Calculations). They should know how to calculate sample means (Unit 4: Measures of Center). Additional Topic Coverage Additional coverage of this topic can be found in The Basic Practice of Statistics, Chapter 27, Statistical Process Control. Activity Description This activity should be used at the end of the unit and could serve as an assessment of x charts. For this activity students will use the Control Chart tool from the Interactive Tools menu. Students can either work individually or in pairs. Materials Access to the Control Chart tool. Graph paper (optional). For the Control Chart tool, students select a mean and standard deviation for the process (from when the process is in control), and then decide on a sample size. After students have determined and entered correct values for the upper and lower control limits, the Control Chart tool will draw the reference lines on the control chart. (Remind students to enter the values for the upper and lower control limits to four decimals.) At that point, students can use the Control Chart tool to generate sample data, compute the sample mean, and then plot the mean Unit 23: Control Charts | Faculty Guide | Page 1 against the sample number. After each sample mean has been plotted, students must decide either that the process is in control and thus should be allowed to continue or that the process is out of control and should be stopped.
    [Show full text]
  • What Determines Which Numerical Measures of Center and Spread Are
    Quiz 1 12pm Class Question: What determines which numerical measures of center and spread are appropriate for describing a given distribution of a quantitative variable? Which measures will you use in each case? Here are your answers in random order. See my comments. it must include a graphical display. A histogram would be a good method to give an appropriate description of a quantitative value. This does not answer the question. For the quantative variable, the "average" must make sense. The values of the variables are numbers and one value is larger than the other. This does not answer the question. IQR is what determines which numerical measures of center and spread are appropriate for describing a given distribution of a quantitative variable. The min, Q1, M, Q3, max are the measures I will use in this case. No, IQR does not determine which measure to use. the overall pattern of the quantitative variable is described by its shape, pattern and spread. A description of the distribution of a quantitative variable must include a graphical display, which is the histogram,and also a more precise numerical description of the center and spread of the distribution. The two main numerical measures are the mean and the median. This is all true, but does not answer the question. The two main numerical measures for the center of a distribution are the mean and the median. the three main measures of spread are range, inter-quartile range, and standard deviation. This is all true, but does not answer the question. When examining the distribution of a quantitative variable, one should describe the overall pattern of the data (shape, center, spread), and any deviations from the pattern (outliers).
    [Show full text]
  • Design and Psychometric Analysis of the COVID-19 Prevention, Recognition and Home-Management Self-Efficacy Scale
    International Journal of Environmental Research and Public Health Article Design and Psychometric Analysis of the COVID-19 Prevention, Recognition and Home-Management Self-Efficacy Scale José Manuel Hernández-Padilla 1,2 , José Granero-Molina 1,3,* , María Dolores Ruiz-Fernández 1 , Iria Dobarrio-Sanz 1, María Mar López-Rodríguez 1 , Isabel María Fernández-Medina 1 , Matías Correa-Casado 1,4 and Cayetano Fernández-Sola 1,3 1 Nursing Science, Physiotherapy and Medicine Department, Faculty of Health Sciences, University of Almeria, 04120 Almería, Spain; [email protected] (J.M.H.-P.); [email protected] (M.D.R.-F.); [email protected] (I.D.-S.); [email protected] (M.M.L.-R.); [email protected] (I.M.F.-M.); [email protected] (M.C.-C.); [email protected] (C.F.-S.) 2 Adult, Child and Midwifery Department, School of Health and Education, Middlesex University, London NW4 4BT, UK 3 Associate Researcher, Faculty of Health Sciences, Universidad Autónoma de Chile, Temuco 4780000, Chile 4 Clinical Manager, Internal Medicine Ward (COVID-19 area), Hospital de Poniente, 04700 Almería, Spain * Correspondence: [email protected] Received: 20 May 2020; Accepted: 24 June 2020; Published: 28 June 2020 Abstract: In order to control the spread of COVID-19, people must adopt preventive behaviours that can affect their day-to-day life. People’s self-efficacy to adopt preventive behaviours to avoid COVID-19 contagion and spread should be studied. The aim of this study was to develop and psychometrically test the COVID-19 prevention, detection, and home-management self-efficacy scale (COVID-19-SES). We conducted an observational cross-sectional study.
    [Show full text]
  • Unit 4: Measures of Center
    Unit 4: Measures of Center Summary of Video One number most people pay a lot of attention to is the one on their paycheck! Today’s workforce is pretty evenly split between men and women, but is the salary distribution for women the same as for men? The histograms in Figure 4.1 show the weekly wages for Americans in 2011, separated by gender. Figure 4.1. Histograms comparing men’s and women’s wages. Both histograms are skewed to the right with most people making moderate salaries while a few make much more. For comparison’s sake, it would help to numerically describe the centers of these distributions. A statistic called the median splits the distribution in half as shown in Figure 4.2 – half the wages lie above it, and half below. The median wage for men in 2011 was $865. The median wage for women was only $692, about 80% of what men make. Unit 4: Measures of Center | Student Guide | Page 1 Figure 4.2. Locating the median on histograms of wages. Simply using the median, we have identified a real disparity in wages, but it is much harder to figure out why it exists. Some of the difference can be accounted for by differences in education, age, and years in the workforce. Another reason for the earnings gap is that women tend to be concentrated in lower-paying jobs – but that begs the question: Are these jobs worth less in some sense? Or are these jobs lower paid because they are primarily held by women? This is the central issue in the debate over comparable worth – the idea that men and women should be paid equally, not only for the same job but for different jobs of equal worth.
    [Show full text]
  • Histograms and Free Energies Che210d
    Histograms and free energies ChE210D Today's lecture: basic, general methods for computing entropies and free ener- gies from histograms taken in molecular simulation, with applications to phase equilibria. Overview of free energies Free energies drive many important processes and are one of the most challenging kinds of quan- tities to compute in simulation. Free energies involve sampling at constant temperature, and ultimately are tied to summations involving partition functions. There are many kinds of free energies that we might compute. Macroscopic free energies We may be concerned with the Helmholtz free energy or Gibbs free energy. We might compute changes in these as a function of their natural variables. For single-component systems: 퐴(푇, 푉, 푁) 퐺(푇, 푃, 푁) For multicomponent systems, 퐴(푇, 푉, 푁1, … , 푁푀) 퐺(푇, 푃, 푁1, … , 푁푀) Typically we are only interested in the dependence of these free energies along a single param- eter, e.g., 퐴(푉), 퐺(푃), 퐺(푇), etc. for constant values of the other independent variables. Free energies for changes in the interaction potential It is also possible to define a free energy change associated with a change in the interaction po- 푁 푁 tential. Initially the energy function is 푈0(퐫 ) and we perturb it to 푈1(퐫 ). If this change hap- pens in the canonical ensemble, we are interested in the free energy associated with this pertur- bation: Δ퐴 = 퐴1(푇, 푉, 푁) − 퐴0(푇, 푉, 푁) © M. S. Shell 2009 1/29 last modified 11/7/2019 푁 ∫ 푒−훽푈1(퐫 )푑퐫푁 = −푘퐵푇 ln ( 푁 ) ∫ 푒−훽푈0(퐫 )푑퐫푁 What kinds of states 1 and 0 might we use
    [Show full text]
  • Seven Basic Tools of Quality Control: the Appropriate Techniques for Solving Quality Problems in the Organizations
    UC Santa Barbara UC Santa Barbara Previously Published Works Title Seven Basic Tools of Quality Control: The Appropriate Techniques for Solving Quality Problems in the Organizations Permalink https://escholarship.org/uc/item/2kt3x0th Author Neyestani, Behnam Publication Date 2017-01-03 eScholarship.org Powered by the California Digital Library University of California 1 Seven Basic Tools of Quality Control: The Appropriate Techniques for Solving Quality Problems in the Organizations Behnam Neyestani [email protected] Abstract: Dr. Kaoru Ishikawa was first total quality management guru, who has been associated with the development and advocacy of using the seven quality control (QC) tools in the organizations for problem solving and process improvements. Seven old quality control tools are a set of the QC tools that can be used for improving the performance of the production processes, from the first step of producing a product or service to the last stage of production. So, the general purpose of this paper was to introduce these 7 QC tools. This study found that these tools have the significant roles to monitor, obtain, analyze data for detecting and solving the problems of production processes, in order to facilitate the achievement of performance excellence in the organizations. Keywords: Seven QC Tools; Check Sheet; Histogram; Pareto Analysis; Fishbone Diagram; Scatter Diagram; Flowcharts, and Control Charts. INTRODUCTION There are seven basic quality tools, which can assist an organization for problem solving and process improvements. The first guru who proposed seven basic tools was Dr. Kaoru Ishikawa in 1968, by publishing a book entitled “Gemba no QC Shuho” that was concerned managing quality through techniques and practices for Japanese firms.
    [Show full text]
  • Statistical Process Control, Part 2: How and Why SPC Works
    Performance Excellence in the Wood Products Industry Statistical Process Control Part 2: How and Why SPC Works EM 8733 • Revised July 2015 Scott Leavengood and James E. Reeb art 1 in this series introduced Statistical Process Control (SPC). In Part 2, our goal is to provide information to increase managers’ understanding of and confidence Pin SPC as a profit-making tool. It is unreasonable to expect managers to commit to and support SPC training and implementation if they do not understand what SPC is and how and why it works. Specifically, this publication describes the importance of under- standing and quantifying process variation, and how that makes SPC work. Part 3 in this series describes how to use check sheets and Pareto analysis to decide where to begin quality improvement efforts. Later publications in the series present addi- tional tools such as flowcharts, cause-and-effect diagrams, designed experiments, control charts, and process capability analysis. Beginning in Part 3, SPC tools and techniques are presented in the context of an exam- ple case study that follows a fictional wood products company’s use of SPC to address an important quality problem. For a glossary of common terms used in SPC, see Part 1. Variation—it’s everywhere Variation is a fact of life. It is everywhere, and it is unavoidable. Even a brand new, state-of-the-art machine cannot hold perfectly to the target setting; there always is some fluctuation around the target. Attaining consistent product quality requires understand- ing, monitoring, and controlling process variability. Attaining optimal product quality requires a never-ending commitment to reducing variation.
    [Show full text]
  • Psy 712 Psychometrics Spring 2016
    Psy 712: Psychometrics Course Objectives 1. Students will understand concepts of reliability to enhance psychological research. 2. Students will understand concepts of validity to enhance psychological research. 3. Students will design reliable and valid tests to assess psychological constructs. 4. Students will learn how to evaluate the quality of existing tests to determine which tests to use in their own research. 5. Students will learn how to evaluate the quality of existing tests to determine which tests to use in their own clinical practice. Course Description This course has two primary objectives. First, this course covers the theoretical underpinnings of psychometrics, including reliability, validity, assessment of test bias, and factor analysis. These topics are covered in readings and lecture, and students will practice the relevant data analyses using actual research data. Second, this course covers the development of psychological tests, including item writing and scale construction, item analysis, and test revision. This material is covered in readings and lecture, and students apply the theory they have learned by designing new psychological measures and by revising existing measures. In this course, the primary focus will be on tests of individual differences (e.g., personality, intelligence, interests, etc.), but the same principles apply to other testing situations. As a part of these primary objectives, this course addresses how reliability and validity are assessed and how tests are designed to be reliable and valid when the test will be completed by people who belong to disparate subgroups (such as men and women, or ethnic groups), or by people who belong to different groups than the test was originally designed for.
    [Show full text]