Descriptive statistics Describing data with numbers: measures of variability.

Slides:



Advertisements
Similar presentations
DESCRIBING DISTRIBUTION NUMERICALLY
Advertisements

Measures of Variation Sample range Sample variance Sample standard deviation Sample interquartile range.
Measures of Dispersion
Descriptive Statistics
B a c kn e x t h o m e Parameters and Statistics statistic A statistic is a descriptive measure computed from a sample of data. parameter A parameter is.
Measures of Dispersion CJ 526 Statistical Analysis in Criminal Justice.
Coefficient of Variation
Basic Practice of Statistics - 3rd Edition
A primer in Biostatistics
Chapter 5 – 1 Chapter 5: Measures of Variability The Importance of Measuring Variability The Range IQR (Inter-Quartile Range) Variance Standard Deviation.
Descriptive Statistics for Numeric Variables Types of Measures: measures of location measures of spread measures of shape measures of relative standing.
Vocabulary for Box and Whisker Plots. Box and Whisker Plot: A diagram that summarizes data using the median, the upper and lowers quartiles, and the extreme.
Describing Data: Numerical
LECTURE 12 Tuesday, 6 October STA291 Fall Five-Number Summary (Review) 2 Maximum, Upper Quartile, Median, Lower Quartile, Minimum Statistical Software.
Descriptive statistics Describing data with numbers: measures of location.
Applied Quantitative Analysis and Practices LECTURE#08 By Dr. Osman Sadiq Paracha.
Descriptive statistics Describing data with numbers: measures of variability.
Descriptive Statistics
Descriptive Statistics1 LSSG Green Belt Training Descriptive Statistics.
Medical Statistics Medical Statistics Tao Yuchun Tao Yuchun 3
Lecture 5 Dustin Lueker. 2 Mode - Most frequent value. Notation: Subscripted variables n = # of units in the sample N = # of units in the population x.
Measures of Dispersion How far the data is spread out.
Numerical Measures of Variability
LECTURE CENTRAL TENDENCIES & DISPERSION POSTGRADUATE METHODOLOGY COURSE.
Essential Statistics Chapter 21 Describing Distributions with Numbers.
Describing Data Descriptive Statistics: Central Tendency and Variation.
BPS - 5th Ed. Chapter 21 Describing Distributions with Numbers.
Notes Unit 1 Chapters 2-5 Univariate Data. Statistics is the science of data. A set of data includes information about individuals. This information is.
+ Chapter 1: Exploring Data Section 1.3 Describing Quantitative Data with Numbers The Practice of Statistics, 4 th edition - For AP* STARNES, YATES, MOORE.
Psychology 202a Advanced Psychological Statistics September 8, 2015.
MODULE 3: DESCRIPTIVE STATISTICS 2/6/2016BUS216: Probability & Statistics for Economics & Business 1.
1 1 Slide © 2003 South-Western/Thomson Learning TM Chapter 3 Descriptive Statistics: Numerical Methods n Measures of Variability n Measures of Relative.
BPS - 5th Ed.Chapter 21 Describing Distributions with Numbers.
Statistics -Descriptive statistics 2013/09/30. Descriptive statistics Numerical measures of location, dispersion, shape, and association are also used.
© 1999 Prentice-Hall, Inc. Chap Measures of Central Location Mean, Median, Mode Measures of Variation Range, Variance and Standard Deviation Measures.
CHAPTER 1 Exploring Data
Measuring Variability
Averages and Variation
آمار مقدماتی و پیشرفته مدرس: دکتر بریم نژاد دانشیار واحد کرج
Analyzing One-Variable Data
CHAPTER 1 Exploring Data
Numerical Descriptive Measures
CHAPTER 1 Exploring Data
Warmup What is the shape of the distribution? Will the mean be smaller or larger than the median (don’t calculate) What is the median? Calculate the.
STA 291 Spring 2008 Lecture 5 Dustin Lueker.
STA 291 Spring 2008 Lecture 5 Dustin Lueker.
CHAPTER 1 Exploring Data
Describing Quantitative Data with Numbers
Basic Practice of Statistics - 3rd Edition
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Essential Statistics Describing Distributions with Numbers
Basic Practice of Statistics - 3rd Edition
CHAPTER 1 Exploring Data
Statistics Vocabulary Continued
Numerical Descriptive Measures
MBA 510 Lecture 2 Spring 2013 Dr. Tonya Balan 4/20/2019.
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
The Five-Number Summary
CHAPTER 1 Exploring Data
Basic Practice of Statistics - 3rd Edition
Describing Distributions with Numbers
Statistics Vocabulary Continued
Statistics Standard: S-ID
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Presentation transcript:

Descriptive statistics Describing data with numbers: measures of variability

What to describe? What is the “location” or “center” of the data? How do the data vary?

Measures of Variability Range Interquartile range Variance and standard deviation Coefficient of variation All of these measures are appropriate for measurement data only.

Range The difference between largest and smallest data point. Highly affected by outliers.

Range?

Range Descriptive Statistics Variable N Mean Median TrMean StDev SE Mean GPA Variable Minimum Maximum Q1 Q3 GPA Range = = 1.96

Interquartile range The difference between the third quartile and the first quartile. So, the “middle-half” of the values. Robust to outliers.

Interquartile range?

Interquartile range Descriptive Statistics Variable N Mean Median TrMean StDev SE Mean GPA Variable Minimum Maximum Q1 Q3 GPA IQR = = 0.795

Variance Sample variance denoted by s 2 Measures average squared deviation of data points from their mean. Highly affected by outliers.

Standard deviation Sample standard deviation is square root of sample variance, and so is denoted by s. Measures average deviation of data points from their mean. Also highly affected by outliers.

Variance or standard deviation?

Variance or standard deviation Sex N Mean Median TrMean StDev SE Mean female male Minimum Maximum Q1 Q3 female male Females: s = mph and s 2 = = mph 2 Males: s = mph and s 2 = = mph 2

Variance or standard deviation?

Variance or standard deviation Sex N Mean Median TrMean StDev SE Mean female male Sex Minimum Maximum Q1 Q3 female male Females: s = kph and s 2 = = kph 2 Males: s = kph and s 2 = = kph 2

Coefficient of Variation Ratio of sample standard deviation to sample mean multiplied by 100. Measures relative variability, that is, variability relative to the magnitude of the data. Unitless, so good for comparing variation between two groups.

Coefficient of variation (MPH) Sex N Mean Median TrMean StDev SE Mean female male Minimum Maximum Q1 Q3 female male Females: CV = (11.32/91.23) x 100 = 12.4 Males: CV = (17.39/106.79) x 100 = 16.3

Coefficient of variation (KPH) Sex N Mean Median TrMean StDev SE Mean female male Sex Minimum Maximum Q1 Q3 female male Females: CV = (18.86/152.05) x 100 = 12.4 Males: CV = (28.98/177.98) x 100 = 16.3

The most appropriate measure of variability depends on … the shape of the data’s distribution.

Choosing Appropriate Measure of Variability If data are symmetric, with no serious outliers, use range and standard deviation. If data are skewed, and/or have serious outliers, use IQR. If comparing variation across two data sets, use coefficient of variation.