Normal distributions in SPSS

Size: px
Start display at page:

Download "Normal distributions in SPSS"

Transcription

1 Normal distributions in SPSS Bro. David E. Brown, BYU Idaho Department of Mathematics February 2, Calculating probabilities and percents from measurements: The CDF.NORMAL command 1. Go to the Variable View and create a variable by typing a name for it under the Name heading. 2. Make any desired adjustments to your variable s properties. Put 2, 3, or 4 in the Decimals box, to tell SPSS to round your probability or percentile to 2, 3, or 4 decimal places, respectively Return to the Data View. 4. Put any number at all in first row of your variable and press the Enter key. 5. In the Transform menu, select Compute Variable... The Compute Variable dialog will appear. 6. Put the name of your variable in the Target Variable: box. 7. You have options. Please DRAW THE PICTURE, as we do in class, to help you sort out the options and understand them: (a) If you need a percentile or left-tailed probability: i. Click CDF & Noncentral CDF in the Function group box. ii. In the Functions and Special Variables box, double-click Cdf.Normal. The expression iii. Replace the first? with the given measurement. Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. Example: Say you need the probability of getting a measurement less than 97.5, when the mean is µ = 98.6 and the standard deviation is σ = You ll have CDF.NORMAL(97.5, 98.6, 0.62), in the Numeric Expression box, and the probability SPSS gives you which is left-tailed is iv. Go to Step 8, below. (b) If you need a right-tailed probability or the top so many percent, you need to subtract the corresponding left-tailed probability from 1. Here s how: i. Put the number 1 in the Numeric Expression box, and type a hyphen to tell SPSS to subtract (or click the subtraction button in the keypad on the screen). ii. Click CDF & Noncentral CDF in the Function group box. iii. In the Functions and Special Variables box, double-click Cdf.Normal. The expression 1 It s traditional among nerds to use 4 decimal places. This may vary from discipline to discipline. 1

2 iv. Replace the first? with the given measurement. Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. Example: Say you need the probability of getting a measurement greater than 112, when the mean is µ = 100 and the standard deviation is σ = 15. You ll have 1-CDF.NORMAL(112, 100, 15) in the Numeric Expression box, and the probability SPSS gives you which is right-tailed is v. Go to Step 8, below. (c) If you need a two-tailed probability: i. Determine the measurement or z-score that delineates the left tail and use Step 7a to get the area of that tail (which is the left-tailed probability). ii. Determine the measurement or z-score that delineates the right tail and use Step 7b to get the are of the right tail (which is the right-tailed probability). iii. Add your left-tailed probability to the right-tailed probability you have just gotten. You re done. Example: Say you need the probability of getting a z-score either less than 2.00 or greater than Then the mean is µ = 0 and the standard deviation is σ = 1, because z-scores obey the standard normal distribution. Your left tail is delineated by 2.00 and your right tail by You can 2 use CDF.NORMAL(-2.00, 0, 1) to get a left-tailed area of , then use 1-CDF.NORMAL(2.00, 0, 1) to get a right-tailed area of , then add to get = as your two-tailed area. (d) If you need a probability or percentage for values trapped between two numbers, you ll have to (a) calculate the left-tailed probability corresponding to the higher number, (b) calculate the lefttailed probability corresponding to the lower number, and (c) subtract. Example: Say you need the probability that a z-score will be between 0.5 and You ll need to take the left-tailed area corresponding to z = 1.37 and subtract from it the left-tailed area corresponding to z = 0.5. Here s how: i. Click CDF & Noncentral CDF in the Function group box. ii. In the Functions and Special Variables box, double-click Cdf.Normal. The expression iii. Replace the first? with the highest given measurement (for example, the 1.37). Replace the second? with the mean of your distribution and the third? with the standard deviation of your distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. iv. Type a hyphen to the right of the CDF.NORMAL() expression you already have to tell SPSS to subtract. (You can click the subtraction button in the keypad on the screen, instead of typing a hyphen.) v. In the Functions and Special Variables box, double-click Cdf.Normal. A second copy of the expression vi. Replace the first? in this second copy with the lowest given measurement ( 0.5, in our example). Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. At this point, you should have CDF.NORMAL(#,#,#) - CDF.NORMAL(#, #, #) in the Numeric Expression box, except instead of # s, you ll have numbers. Example: If you need the area between z = 0.5 and z = 1.37, you ll have CDF.NORMAL(1.37, 0, 1)-CDF.NORMAL(-0.5, 0, 1) in the Numeric Expression box. 2 You can, but you don t have to. In this example, the two tails are symmetric, so you could use SPSS to find the left-tailed area and double it, instead. Page 2

3 vii. Go to Step 8, below. 8. Click OK. The Change existing variable? dialog will appear Click OK. The Output window may or may not appear. Either way, go to the Data View. The percentile you seek is in the first row of your variable s column. It is expressed as a decimal number, so if you want a percentage, be sure to convert correctly. In our example, SPSS gives us , which is 19.02%. 2 Getting measurements or percentiles from probabilities: The IDF.NORMAL command 1. Go to the Variable View and create a variable by typing a name for it under the Name heading. 2. Make any desired adjustments to your variable s properties. For Decimals, use what makes sense. Examples: (1) If your measurements are counts, they have to be whole numbers. So put 0 in the Decimals box. (2) If your measurements are dollar amounts, you could put 2 in the Decimals box, to round to the nearest penny. Or, if you prefer, you could put 0 in the Decimals box, to round to the nearest dollar. 3. Return to the Data View. 4. Put any number at all in first row of your variable. 5. In the Transform menu, select Compute Variable... The Compute Variable dialog will appear. 6. Put the name of your variable in the Target Variable: box. 7. You have options. Please DRAW THE PICTURE, as we do in class, to help you sort out the options and understand them: (a) If you need a percentile or have a left-tailed probability: i. Click Inverse DF in the Function group box. ii. In the Functions and Special Variables box, double-click Idf.Normal. The expression iii. Replace the first? with the given percentile or left-tail probability, expressed as a decimal. Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z- SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. Example: Say you need the 35 th percentile, and the mean is µ = 100 and the standard deviation is σ = 15. You ll have IDF.NORMAL(0.30, 100, 15) in the Numeric Expression box. iv. Go to Step 8, below. In our example, SPSS will tell you that x = 94.2 is the 35 th percentile. (b) If you have a right-tailed probability or a top so many percent, you ll have to subtract it from 1 to convert it to a left-tailed probability or percentile and then calculate the measurement. Here s how: i. Click Inverse DF in the Function group box. ii. In the Functions and Special Variables box, double-click Idf.Normal. The expression 3 More than one student has told me that the Change existing variable? dialog does not appear. So we take a look at it together, and every single time, the Change existing variable? dialog appears. Maybe this means we all need to pay closer attention to what we re doing and to how the computer responds. Page 3

4 iii. Replace the first? with 1 followed by the given right-tailed area. 4 Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. Example: Say you need the measurement that delineates the top 5% of measurements when µ = 98.2 and σ = You ll have IDF.NORMAL(1-0.05, 98.2, 0.62) in the Numeric Expression box. iv. Go to Step 8, below. In our example, SPSS will tell you that x = 99.2 is the measurement that delineates the top 5% of measurements. (c) If you have a two-tailed probability: i. Determine how much area is in the left tail and use Step 7a to get the measurement corresponding to your left-tailed area ii. Determine how much area is in the right tail and use Step 7b to get the measurement corresponding to your right-tailed area. You re done. Example: Say you need the z-scores that delineate the lowest 1% and the highest 1%. The area in the left tail is 0.01, and so is the area in the right tail. For the left tail, you can use IDF.NORMAL(0.01, 0, 1), and get z = For the right tail, you can 5 IDF.NORMAL(1-0.01, 0, 1), and get z = (d) If you have a probability or percentage that s trapped between two unknown values, you ll have to first calculate the left-tailed area (or probability or percentile) corresponding to its lower boundary, second find the z-score or measurement corresponding to this left-tailed area, and then repeat for the upper boundary of your percentage or probability. Here s how: i. Calculate the left-tailed area corresponding to the lower boundary of your probability or percentage. Example: Suppose you need the range of measurements that correspond to the middle 90% of some normal distribution. That means 10% will be outside the desired range. Since it s the middle 90% you need, the left-tail area must be the same as the right-tail area. So divide the remaining 10% in half, to get 5% in each tail. So, the lower boundary of your range is 5% (or, 0.05), because the left tail has an area of 5%. ii. Click Inverse DF in the Function group box. iii. In the Functions and Special Variables box, double-click Idf.Normal. The expression iv. Replace the first? with the left-tail area of interest (0.05, in our example). Replace the second? with the mean of your normal distribution and the third? with the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. For our example, suppose the mean is µ = 100 and the standard deviation is σ = 15. Then you ll have IDF.NORMAL(0.05, 100, 15) in the Numeric Expression box. v. Do Steps 8 and 9, below, and come back to this point to get the measurement corresponding the upper boundary. In the current example, SPSS will give us x = as the measurement that delineates the left 5% tail. vi. Calculate the left-tailed area corresponding to the upper boundary of the given probability or percentage. Example, continued: We saw above that taking out the middle 90% of a normal distribution leaves a tail of area 5% on the left. So the left tail area corresponding to the upper boundary is left tail area + middle 90% = 5% + 90% = 95%, or Why does the 1 go inside the parentheses for IDF.NORMAL but outside the parentheses for CDF.NORMAL? Because on the one hand, CDF.NORMAL is an area; subtracting 1 CDF.NORMAL is subtracting areas (the overall area of 1 minus the area that CDF.NORMAL gives you). On the other hand, IDF.NORMAL is not an area. In fact, the first? is supposed to be a left-tailed area. You can t just replace it with a right-tailed area. You subtract your left-tailed area from 1 inside IDF.NORMAL to make sure IDF.NORMAL has a left-tailed area to work with. 5 You can, but you don t have to. You could use the fact that the distribution is symmetric to conclude that the right 1% tail is delineated by z = Page 4

5 vii. Go back to the Compute variable... dialog in the Transform menu. The expression IDF.NORMAL(?,?,?) should already be in the Numeric Expression box, from when you went through this procedure for the lower boundary. (If not, do Steps 7(d)ii and 7(d)iii and continue with Step 7(d)viii.) viii. Put in the IDF.NORMAL command the left-tailed area for the upper boundary (0.95, in our example). Make sure the next number inside IDF.NORMAL is the mean and the third number the standard deviation of your normal distribution. IF YOU RE WORKING WITH Z-SCORES, that is, with the standard normal distribution, use 0 for the mean and 1 for the standard deviation. So we ll have IDF.NORMAL(0.05, 100, 15) in the Numeric Expression box. ix. Do Steps 8 and 9, below. In our example, SPSS will give us x = as the measurement that delineates the top 5% of the measurements. 8. Click OK. The Change existing variable? dialog appears. 9. Click OK. The Output window may or may not appear. Either way, the measurement value you seek is in the first row of your variable s column. It is expressed in the same units of measure as other values of your variable. Example: If your data are measurements of time, in years, then the value SPSS has just given you is also time, in years. Note: If you are finding the values between which a given probability is trapped, and you have only found the measurement corresponding to one of the boundaries, go back to Step 7(d)vi and continue from there. As always, if you have questions, please ask them! Page 5

Chapter 3. The Normal Distribution

Chapter 3. The Normal Distribution Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations

More information

Two Related Samples t Test

Two Related Samples t Test Two Related Samples t Test In this example 1 students saw five pictures of attractive people and five pictures of unattractive people. For each picture, the students rated the friendliness of the person

More information

Lesson 7 Z-Scores and Probability

Lesson 7 Z-Scores and Probability Lesson 7 Z-Scores and Probability Outline Introduction Areas Under the Normal Curve Using the Z-table Converting Z-score to area -area less than z/area greater than z/area between two z-values Converting

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

More information

Fractions to decimals

Fractions to decimals Worksheet.4 Fractions and Decimals Section Fractions to decimals The most common method of converting fractions to decimals is to use a calculator. A fraction represents a division so is another way of

More information

Lesson 9 Hypothesis Testing

Lesson 9 Hypothesis Testing Lesson 9 Hypothesis Testing Outline Logic for Hypothesis Testing Critical Value Alpha (α) -level.05 -level.01 One-Tail versus Two-Tail Tests -critical values for both alpha levels Logic for Hypothesis

More information

ROUND(cell or formula, 2)

ROUND(cell or formula, 2) There are many ways to set up an amortization table. This document shows how to set up five columns for the payment number, payment, interest, payment applied to the outstanding balance, and the outstanding

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS CENTRAL LIMIT THEOREM (SECTION 7.2 OF UNDERSTANDABLE STATISTICS) The Central Limit Theorem says that if x is a random variable with any distribution having

More information

Week 3&4: Z tables and the Sampling Distribution of X

Week 3&4: Z tables and the Sampling Distribution of X Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal

More information

Section 7.1. Introduction to Hypothesis Testing. Schrodinger s cat quantum mechanics thought experiment (1935)

Section 7.1. Introduction to Hypothesis Testing. Schrodinger s cat quantum mechanics thought experiment (1935) Section 7.1 Introduction to Hypothesis Testing Schrodinger s cat quantum mechanics thought experiment (1935) Statistical Hypotheses A statistical hypothesis is a claim about a population. Null hypothesis

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

Hypothesis Testing --- One Mean

Hypothesis Testing --- One Mean Hypothesis Testing --- One Mean A hypothesis is simply a statement that something is true. Typically, there are two hypotheses in a hypothesis test: the null, and the alternative. Null Hypothesis The hypothesis

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Z-table p-values: use choice 2: normalcdf(

Z-table p-values: use choice 2: normalcdf( P-values with the Ti83/Ti84 Note: The majority of the commands used in this handout can be found under the DISTR menu which you can access by pressing [ nd ] [VARS]. You should see the following: NOTE:

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

Directions for Frequency Tables, Histograms, and Frequency Bar Charts

Directions for Frequency Tables, Histograms, and Frequency Bar Charts Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing

More information

SPSS INSTRUCTION CHAPTER 1

SPSS INSTRUCTION CHAPTER 1 SPSS INSTRUCTION CHAPTER 1 Performing the data manipulations described in Section 1.4 of the chapter require minimal computations, easily handled with a pencil, sheet of paper, and a calculator. However,

More information

6.2 Normal distribution. Standard Normal Distribution:

6.2 Normal distribution. Standard Normal Distribution: 6.2 Normal distribution Slide Heights of Adult Men and Women Slide 2 Area= Mean = µ Standard Deviation = σ Donation: X ~ N(µ,σ 2 ) Standard Normal Distribution: Slide 3 Slide 4 a normal probability distribution

More information

Q1. Where else, other than your home, do you use the internet? (Check all that apply). Library School Workplace Internet on a cell phone Other

Q1. Where else, other than your home, do you use the internet? (Check all that apply). Library School Workplace Internet on a cell phone Other Exploring Check-All Questions: Frequencies, Multiple Response, and Aggregation Target Software & Version: SPSS v19 Last Updated on May 4, 2012 Created by Laura Atkins Sometimes several responses or measurements

More information

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate 1 One-Way ANOVA using SPSS 11.0 This section covers steps for testing the difference between three or more group means using the SPSS ANOVA procedures found in the Compare Means analyses. Specifically,

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Standard Deviation Estimator

Standard Deviation Estimator CSS.com Chapter 905 Standard Deviation Estimator Introduction Even though it is not of primary interest, an estimate of the standard deviation (SD) is needed when calculating the power or sample size of

More information

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses Introduction to Hypothesis Testing 1 Hypothesis Testing A hypothesis test is a statistical procedure that uses sample data to evaluate a hypothesis about a population Hypothesis is stated in terms of the

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Pre-Algebra Lecture 6

Pre-Algebra Lecture 6 Pre-Algebra Lecture 6 Today we will discuss Decimals and Percentages. Outline: 1. Decimals 2. Ordering Decimals 3. Rounding Decimals 4. Adding and subtracting Decimals 5. Multiplying and Dividing Decimals

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

Welcome to Basic Math Skills!

Welcome to Basic Math Skills! Basic Math Skills Welcome to Basic Math Skills! Most students find the math sections to be the most difficult. Basic Math Skills was designed to give you a refresher on the basics of math. There are lots

More information

Teaching Pre-Algebra in PowerPoint

Teaching Pre-Algebra in PowerPoint Key Vocabulary: Numerator, Denominator, Ratio Title Key Skills: Convert Fractions to Decimals Long Division Convert Decimals to Percents Rounding Percents Slide #1: Start the lesson in Presentation Mode

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Chapter 2: Descriptive Statistics

Chapter 2: Descriptive Statistics Chapter 2: Descriptive Statistics **This chapter corresponds to chapters 2 ( Means to an End ) and 3 ( Vive la Difference ) of your book. What it is: Descriptive statistics are values that describe the

More information

The Mathematics 11 Competency Test Percent Increase or Decrease

The Mathematics 11 Competency Test Percent Increase or Decrease The Mathematics 11 Competency Test Percent Increase or Decrease The language of percent is frequently used to indicate the relative degree to which some quantity changes. So, we often speak of percent

More information

Statistical Data analysis With Excel For HSMG.632 students

Statistical Data analysis With Excel For HSMG.632 students 1 Statistical Data analysis With Excel For HSMG.632 students Dialog Boxes Descriptive Statistics with Excel To find a single descriptive value of a data set such as mean, median, mode or the standard deviation,

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

1 of 6 9/30/15, 4:49 PM

1 of 6 9/30/15, 4:49 PM Student: Date: Instructor: Doug Ensley Course: MAT117 01 Applied Statistics - Ensley Assignment: Online 09 - Section 6.2 1. In January 2011, the average monthly rental rate for one-bedroom apartments in

More information

Multiplying and Dividing Signed Numbers. Finding the Product of Two Signed Numbers. (a) (3)( 4) ( 4) ( 4) ( 4) 12 (b) (4)( 5) ( 5) ( 5) ( 5) ( 5) 20

Multiplying and Dividing Signed Numbers. Finding the Product of Two Signed Numbers. (a) (3)( 4) ( 4) ( 4) ( 4) 12 (b) (4)( 5) ( 5) ( 5) ( 5) ( 5) 20 SECTION.4 Multiplying and Dividing Signed Numbers.4 OBJECTIVES 1. Multiply signed numbers 2. Use the commutative property of multiplication 3. Use the associative property of multiplication 4. Divide signed

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

DDBA 8438: The t Test for Independent Samples Video Podcast Transcript

DDBA 8438: The t Test for Independent Samples Video Podcast Transcript DDBA 8438: The t Test for Independent Samples Video Podcast Transcript JENNIFER ANN MORROW: Welcome to The t Test for Independent Samples. My name is Dr. Jennifer Ann Morrow. In today's demonstration,

More information

8 6 X 2 Test for a Variance or Standard Deviation

8 6 X 2 Test for a Variance or Standard Deviation Section 8 6 x 2 Test for a Variance or Standard Deviation 437 This test uses the P-value method. Therefore, it is not necessary to enter a significance level. 1. Select MegaStat>Hypothesis Tests>Proportion

More information

NCSS Statistical Software. One-Sample T-Test

NCSS Statistical Software. One-Sample T-Test Chapter 205 Introduction This procedure provides several reports for making inference about a population mean based on a single sample. These reports include confidence intervals of the mean or median,

More information

Lab 1: The metric system measurement of length and weight

Lab 1: The metric system measurement of length and weight Lab 1: The metric system measurement of length and weight Introduction The scientific community and the majority of nations throughout the world use the metric system to record quantities such as length,

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

MATHS ACTIVITIES FOR REGISTRATION TIME

MATHS ACTIVITIES FOR REGISTRATION TIME MATHS ACTIVITIES FOR REGISTRATION TIME At the beginning of the year, pair children as partners. You could match different ability children for support. Target Number Write a target number on the board.

More information

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data This tutorial shows how to use the Latent GOLD Choice program when the scale type of the dependent variable corresponds to a Rating as opposed

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

1.5 Oneway Analysis of Variance

1.5 Oneway Analysis of Variance Statistics: Rosie Cornish. 200. 1.5 Oneway Analysis of Variance 1 Introduction Oneway analysis of variance (ANOVA) is used to compare several means. This method is often used in scientific or medical experiments

More information

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1 Lecture 2: Discrete Distributions, Normal Distributions Chapter 1 Reminders Course website: www. stat.purdue.edu/~xuanyaoh/stat350 Office Hour: Mon 3:30-4:30, Wed 4-5 Bring a calculator, and copy Tables

More information

Chapter 7. Comparing Means in SPSS (t-tests) Compare Means analyses. Specifically, we demonstrate procedures for running Dependent-Sample (or

Chapter 7. Comparing Means in SPSS (t-tests) Compare Means analyses. Specifically, we demonstrate procedures for running Dependent-Sample (or 1 Chapter 7 Comparing Means in SPSS (t-tests) This section covers procedures for testing the differences between two means using the SPSS Compare Means analyses. Specifically, we demonstrate procedures

More information

Comparables Sales Price

Comparables Sales Price Chapter 486 Comparables Sales Price Introduction Appraisers often estimate the market value (current sales price) of a subject property from a group of comparable properties that have recently sold. Since

More information

Chapter 6: Probability

Chapter 6: Probability Chapter 6: Probability In a more mathematically oriented statistics course, you would spend a lot of time talking about colored balls in urns. We will skip over such detailed examinations of probability,

More information

Schneps, Leila; Colmez, Coralie. Math on Trial : How Numbers Get Used and Abused in the Courtroom. New York, NY, USA: Basic Books, 2013. p i.

Schneps, Leila; Colmez, Coralie. Math on Trial : How Numbers Get Used and Abused in the Courtroom. New York, NY, USA: Basic Books, 2013. p i. New York, NY, USA: Basic Books, 2013. p i. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=2 New York, NY, USA: Basic Books, 2013. p ii. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=3 New

More information

Financial Mathematics

Financial Mathematics Financial Mathematics For the next few weeks we will study the mathematics of finance. Apart from basic arithmetic, financial mathematics is probably the most practical math you will learn. practical in

More information

LESSON 5 - DECIMALS INTRODUCTION

LESSON 5 - DECIMALS INTRODUCTION LESSON 5 - DECIMALS INTRODUCTION Now that we know something about whole numbers and fractions, we will begin working with types of numbers that are extensions of whole numbers and related to fractions.

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

Mixed 2 x 3 ANOVA. Notes

Mixed 2 x 3 ANOVA. Notes Mixed 2 x 3 ANOVA This section explains how to perform an ANOVA when one of the variables takes the form of repeated measures and the other variable is between-subjects that is, independent groups of participants

More information

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data . Activity 5 Two Hot, Two Cold How do we measure temperatures? In almost all countries of the world, the Celsius scale (formerly called the centigrade scale) is used in everyday life and in science and

More information

Chapter 2 Introduction to SPSS

Chapter 2 Introduction to SPSS Chapter 2 Introduction to SPSS Abstract This chapter introduces several basic SPSS procedures that are used in the analysis of a data set. The chapter explains the structure of SPSS data files, how to

More information

Creating Formulas II. Multiplication/Division Percentages Order of Operations Relative and Absolute Reference

Creating Formulas II. Multiplication/Division Percentages Order of Operations Relative and Absolute Reference Creating Formulas II Multiplication/Division Percentages Order of Operations Relative and Absolute Reference Creating Formulas II In the first paper, Creating Formulas I (which I encourage you to read

More information

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing Chapter 8 Hypothesis Testing 1 Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing 8-3 Testing a Claim About a Proportion 8-5 Testing a Claim About a Mean: s Not Known 8-6 Testing

More information

z-scores AND THE NORMAL CURVE MODEL

z-scores AND THE NORMAL CURVE MODEL z-scores AND THE NORMAL CURVE MODEL 1 Understanding z-scores 2 z-scores A z-score is a location on the distribution. A z- score also automatically communicates the raw score s distance from the mean A

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

Situation Analysis. Example! See your Industry Conditions Report for exact information. 1 Perceptual Map

Situation Analysis. Example! See your Industry Conditions Report for exact information. 1 Perceptual Map Perceptual Map Situation Analysis The Situation Analysis will help your company understand current market conditions and how the industry will evolve over the next eight years. The analysis can be done

More information

Two-Sample T-Tests Assuming Equal Variance (Enter Means)

Two-Sample T-Tests Assuming Equal Variance (Enter Means) Chapter 4 Two-Sample T-Tests Assuming Equal Variance (Enter Means) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the variances of

More information

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012 Binary numbers The reason humans represent numbers using decimal (the ten digits from 0,1,... 9) is that we have ten fingers. There is no other reason than that. There is nothing special otherwise about

More information

Comparing Means in Two Populations

Comparing Means in Two Populations Comparing Means in Two Populations Overview The previous section discussed hypothesis testing when sampling from a single population (either a single mean or two means from the same population). Now we

More information

SPSS/Excel Workshop 2 Semester One, 2010

SPSS/Excel Workshop 2 Semester One, 2010 SPSS/Excel Workshop 2 Semester One, 2010 In Assignment 2 of STATS 10x you may want to use Excel or SPSS to perform some calculations, that is, finding Normal probabilities and Inverse Normal values in

More information

Creating QBE Queries in Microsoft SQL Server

Creating QBE Queries in Microsoft SQL Server Creating QBE Queries in Microsoft SQL Server When you ask SQL Server or any other DBMS (including Access) a question about the data in a database, the question is called a query. A query is simply a question

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction I. Introduction to the UTC Psychology Department Computer Lab A. Computers The Psychology Department Computer Lab holds 24 computers. Most of the computers, along with other equipment

More information

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon

t Tests in Excel The Excel Statistical Master By Mark Harmon Copyright 2011 Mark Harmon t-tests in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com www.excelmasterseries.com

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

The Standard Normal distribution

The Standard Normal distribution The Standard Normal distribution 21.2 Introduction Mass-produced items should conform to a specification. Usually, a mean is aimed for but due to random errors in the production process we set a tolerance

More information

Using Excel for inferential statistics

Using Excel for inferential statistics FACT SHEET Using Excel for inferential statistics Introduction When you collect data, you expect a certain amount of variation, just caused by chance. A wide variety of statistical tests can be applied

More information

Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells

Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells As you keep adding more content to a worksheet, organizing that information becomes important. You can quickly reorganize

More information

A Quick Guide to Constructing an SPSS Code Book Prepared by Amina Jabbar, Centre for Research on Inner City Health

A Quick Guide to Constructing an SPSS Code Book Prepared by Amina Jabbar, Centre for Research on Inner City Health A Quick Guide to Constructing an SPSS Code Book Prepared by Amina Jabbar, Centre for Research on Inner City Health 1. To begin, double click on SPSS icon. The icon will probably look something like this

More information

Appendix III: SPSS Preliminary

Appendix III: SPSS Preliminary Appendix III: SPSS Preliminary SPSS is a statistical software package that provides a number of tools needed for the analytical process planning, data collection, data access and management, analysis,

More information

Maths methods Key Stage 2: Year 3 and Year 4

Maths methods Key Stage 2: Year 3 and Year 4 Maths methods Key Stage 2: Year 3 and Year 4 Maths methods and strategies taught in school now are very different from those that many parents learned at school. This can often cause confusion when parents

More information

5/31/2013. Chapter 8 Hypothesis Testing. Hypothesis Testing. Hypothesis Testing. Outline. Objectives. Objectives

5/31/2013. Chapter 8 Hypothesis Testing. Hypothesis Testing. Hypothesis Testing. Outline. Objectives. Objectives C H 8A P T E R Outline 8 1 Steps in Traditional Method 8 2 z Test for a Mean 8 3 t Test for a Mean 8 4 z Test for a Proportion 8 6 Confidence Intervals and Copyright 2013 The McGraw Hill Companies, Inc.

More information

Frequency Distributions

Frequency Distributions Descriptive Statistics Dr. Tom Pierce Department of Psychology Radford University Descriptive statistics comprise a collection of techniques for better understanding what the people in a group look like

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

Paired T-Test. Chapter 208. Introduction. Technical Details. Research Questions

Paired T-Test. Chapter 208. Introduction. Technical Details. Research Questions Chapter 208 Introduction This procedure provides several reports for making inference about the difference between two population means based on a paired sample. These reports include confidence intervals

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives

5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives 5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives We often have to compute the total of the observations in a

More information

In the past, the increase in the price of gasoline could be attributed to major national or global

In the past, the increase in the price of gasoline could be attributed to major national or global Chapter 7 Testing Hypotheses Chapter Learning Objectives Understanding the assumptions of statistical hypothesis testing Defining and applying the components in hypothesis testing: the research and null

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

Nonparametric Tests. Chi-Square Test for Independence

Nonparametric Tests. Chi-Square Test for Independence DDBA 8438: Nonparametric Statistics: The Chi-Square Test Video Podcast Transcript JENNIFER ANN MORROW: Welcome to "Nonparametric Statistics: The Chi-Square Test." My name is Dr. Jennifer Ann Morrow. In

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

EXCEL Analysis TookPak [Statistical Analysis] 1. First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it:

EXCEL Analysis TookPak [Statistical Analysis] 1. First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it: EXCEL Analysis TookPak [Statistical Analysis] 1 First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it: a. From the Tools menu, choose Add-Ins b. Make sure Analysis

More information

HOW TO VIEW AND EDIT PICTURES

HOW TO VIEW AND EDIT PICTURES Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your

More information

Chapter 5: Normal Probability Distributions - Solutions

Chapter 5: Normal Probability Distributions - Solutions Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that

More information

Tests for One Proportion

Tests for One Proportion Chapter 100 Tests for One Proportion Introduction The One-Sample Proportion Test is used to assess whether a population proportion (P1) is significantly different from a hypothesized value (P0). This is

More information

Data Preparation in SPSS

Data Preparation in SPSS Data Preparation in SPSS Jamie DeCoster Center for Advanced Study of Teaching and Learning University of Virginia 350 Old Ivy Way Charlottesville, VA 22903 August 15, 2012 If you wish to cite the contents

More information

EMPLOYEE DIRECTIONS ADDING A COURSE WITHIN YOUR DEGREE PROGRAM Employee Education Reimbursement System ( EERS) Rev 2/23/2015

EMPLOYEE DIRECTIONS ADDING A COURSE WITHIN YOUR DEGREE PROGRAM Employee Education Reimbursement System ( EERS) Rev 2/23/2015 LOGGING IN TO SAP ONLINE ACCESSING YOUR EERS RECORD: 1. Navigate to SAP Online Services from the MPCConnect homepage. Note: this is the same place you would go to access your paystub. 2. Enter your PIC

More information