Part II Sigma Freud and Descriptive Statistics Chapter 2 Computing and Understanding Averages: Means to an End.

Slides:



Advertisements
Similar presentations
© 2008 McGraw-Hill Higher Education The Statistical Imagination Chapter 4. Measuring Averages.
Advertisements

Measures of Central Tendency.  Parentheses  Exponents  Multiplication or division  Addition or subtraction  *remember that signs form the skeleton.
Measures of Central Tendency. Central Tendency “Values that describe the middle, or central, characteristics of a set of data” Terms used to describe.
Calculating & Reporting Healthcare Statistics
NUMERICAL DESCRIPTIVE STATISTICS Measures of Central Tendency Measures of Central Tendency.
Intro to Descriptive Statistics
Measures of Variability
CRIM 483 Descriptive Statistics.  Produces values that best represent an entire group of scores  Measures of central tendency—three types of information.
Central Tendency.
Mean, Median, Mode Social Statistics. This week Mean Median Mode 2.
Chapter 11 Data Descriptions and Probability Distributions
1 Measures of Central Tendency Greg C Elvers, Ph.D.
Today: Central Tendency & Dispersion
Measures Of Central Tendency “AVERAGES”. Measures Of Central Tendency In finding the single number that you felt best described the position at which.
Measures of Central Tendency Mode Median Mean. The Mode the value or property that occurs most frequently in the data.
Means & Medians Chapter 5. Parameter - ► Fixed value about a population ► Typical unknown.
Descriptive Statistics Measures of Center. Essentials: Measures of Center (The great mean vs. median conundrum.)  Be able to identify the characteristics.
Summarizing Scores With Measures of Central Tendency
Central Tendency.
Descriptive Statistics Used to describe the basic features of the data in any quantitative study. Both graphical displays and descriptive summary statistics.
Part II Sigma Freud & Descriptive Statistics
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 11.2 Measures of Central Tendency The student will be able to calculate.
Measures of Central Tendency or Measures of Location or Measures of Averages.
Chapter 3 Averages and Variations
Describing Data Statisticians describe a set of data in two general ways. Statisticians describe a set of data in two general ways. –First, they compute.
STAT 280: Elementary Applied Statistics Describing Data Using Numerical Measures.
INVESTIGATION 1.
Dr. Serhat Eren 1 CHAPTER 6 NUMERICAL DESCRIPTORS OF DATA.
A way to organize data so that it has meaning!.  Descriptive - Allow us to make observations about the sample. Cannot make conclusions.  Inferential.
Chapter 2 Means to an End: Computing and Understanding Averages Part II  igma Freud & Descriptive Statistics.
GrowingKnowing.com © Central tendency People like to know, what are the central values? You can use central values to measure how you are doing,
Measures of Central Tendency or Measures of Location or Measures of Averages.
Part II  igma Freud & Descriptive Statistics Chapter 2 Means to an End: Computing and Understanding Averages.
S519: Evaluation of Information Systems
Means & Medians Chapter 4. Parameter - Fixed value about a population Typical unknown.
Central Tendency & Dispersion
© 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license.
Statistics 1: Introduction to Probability and Statistics Section 3-2.
Summary Statistics: Measures of Location and Dispersion.
Chapter 3 Data Description Section 3-2 Measures of Central Tendency.
LIS 570 Summarising and presenting data - Univariate analysis.
Descriptive Statistics Research Writing Aiden Yeh, PhD.
Notes 5.1 Measures of Central Tendency A measure of central tendency is a single number that is used to represent a set of data. Measures of central tendency.
Averages and Variability
Measures of Central Tendency (MCT) 1. Describe how MCT describe data 2. Explain mean, median & mode 3. Explain sample means 4. Explain “deviations around.
A way to organize data so that it has meaning!.  Descriptive - Allow us to make observations about the sample. Cannot make conclusions.  Inferential.
Data Description Chapter 3. The Focus of Chapter 3  Chapter 2 showed you how to organize and present data.  Chapter 3 will show you how to summarize.
Descriptive Statistics: Measures of Central Tendency Donnelly, 2 nd edition Chapter 3.
Chapter 2 The Mean, Variance, Standard Deviation, and Z Scores.
Measures of Central Tendency.  Number that best represents a group of scores  Mean  Median  Mode  Each gives different information about a group.
Descriptive Statistics Measures of Center
PRESENTATION OF DATA.
Measures of Central Tendency
Statistics A statistic: is any number that describes a characteristic of a sample’s scores on a measure. Examples are but not limited to average (arithmetic.
Summarizing Scores With Measures of Central Tendency
Means & Medians Chapter 4.
Chapter 3: Averages and Variation
Means & Medians Chapter 4.
Central Tendency.
Means & Medians Chapter 5.
Numerical Descriptive Measures
Means & Medians Chapter 4.
Statistics 1: Introduction to Probability and Statistics
Numerical Descriptive Measures
Means & Medians Chapter 5.
Means & Medians.
Numerical Descriptive Measures
Means & Medians Chapter 4.
Measures of Central Tendency
Presentation transcript:

Part II Sigma Freud and Descriptive Statistics Chapter 2 Computing and Understanding Averages: Means to an End

Objectives Measures of central tendency Computing the mean using AVERAGE (function) Computing the mode using MODE (function) Computing the median using MEDIAN (function) Computing descriptive statistics using the Analysis ToolPak Selecting a measure of central tendency

Measures of Central Tendency AVERAGE - “Measures of Central Tendency” – A single score representing a set of scores Major types – Mean – typical average score – Median – middle score – Mode – most common score

Computing the Mean Formula for the mean “X bar” is the mean value of the group of scores “  ” (sigma) tells you to add whatever follows it X is each individual score in the group n is the sample size

The Mean in three Easy Steps List the entire set of values in one or more columns. These are all the X’s. Compute the sum or total of all values Divide the total or sum by the number of values – The answer you get is the Mean

LocationNumber of Annual Customers Lanham Park store2,150 Williamsburg store1,534 Downtown store3,564 Mean Example

Using the AVERAGE Function Select the cell for the AVERAGE function Create a formula to average the three values – =(A1+A2+A3)/3 OR type the AVERAGE function – =AVERAGE(A1:A3)

More Excel Arithmetic Mean – Sum of the deviation is equal to zero Geometric Mean – GEOMEAN uses multiplication instead of addition Moving Mean – More accurate…good for unique distributions Weighted Mean – Accounts for the frequency of a score’s occurrence

Things to Remember A small n represents the sample size. A large N represents the population size. The sample mean is the central tendency measure that most accurately reflects the population mean.

More Things to Remember The mean is like the fulcrum on a seesaw. – The centermost point is where all the values on one side of the mean are equal to all the values on the other side of the mean. The mean is very sensitive to extreme scores. – Extreme scores can pull the mean in one direction or another and make it less representative of the set of scores.

Weighted Mean Example

Computing the Median Median = score at which 50% of scores fall above and 50% fall below No standard formula – Rank order scores from highest to lowest or lowest to highest – Find the “middle” score BUT… – What if there are two middle scores? – What if the two middle scores are the same?

Using the MEDIAN Function – Select the cell and type the MEDIAN function – =MEDIAN(A2:A7)

Things to Remember The Median is the middle point of a set of cases. Since the Median uses the number of cases, not the values of those cases, extreme scores (outliers) do not influence the Median.

Do it What does it mean if the Mean and Median are about the same? What does it mean if the mean and Median are very different?

Computing the Mode Mode = most frequently occurring score No formula – List all values in the distribution – Tally the number of times each value occurs – The value occurring the most is the mode – Democrats = 90 – Republicans = 70 – Independents = 140 – the MODE!! – When two values occur the same number of times -- Bimodal distribution

Using the MODE.SNGL Function

Using the MODE.MULT Function

Do it Describe – 2 cases where the Mean is best – 2 cases where the Median is best – 2 cases where the mode is best

Descriptive Statistics ToolPak

Make It Pretty

How to Make it Pretty Format entire worksheet in Arial 12, Format numbers so they make sense. Deleted the Mode cells (there is no mode). Used Format > Column > AutoFit to adjust the columns. Could have used: – Color – Table formats – Shading

Always start by getting acquainted with the data. Simply describe it. Summary