Copyright K. Gwet in Statistics with Excel Problems & Detailed Solutions. Kilem L. Gwet, Ph.D.

Size: px
Start display at page:

Download "Copyright K. Gwet in Statistics with Excel Problems & Detailed Solutions. Kilem L. Gwet, Ph.D."

Transcription

1 Confidence Copyright K. Gwet (info@advancedanalyticsllc.com) Intervals in Statistics with Excel Problems & Detailed Solutions An Ideal Statistics Supplement for Students & Instructors Kilem L. Gwet, Ph.D.

2 Printed Books by Kilem L. Gwet The Practical Guide to Statistics: Basic Concepts, Methods and Meaning. Application With MS Excel, R, and OpenOffice Calc HANDBOOK OF INTER-RATER RELIABILITY (Second Edition): The Definitive Guide to Measuring the Extent of Agreement Among Multiple Raters INTER-RATER RELIABILITY USING SAS: A Practical Guide for Nominal, Ordinal, and Interval Data

3 CONFIDENCE INTERVALS IN STATISTICS: 100 Problems & Solutions Excel 2010-Assisted Solutions

4 Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document may be printed and the printed copy be shared with other interested parties. However, this document is NOT to be transmitted in any other form including electronic or mechanical, photocopying, recording, or by an information storage and retrieval system except by a reviewer who may quote brief passages in a review to be printed in a magazine or a newspaper without a writing permission from the publisher. For information, please contact Advanced Analytics, LLC at the following address : Advanced Analytics, LLC PO BOX 2696 Gaithersburg, MD info@advancedanalyticsllc.com This publication is designed to provide accurate and authoritative information in regard of the subject matter covered. However, it is sold with the understanding that the publisher assumes no responsibility for errors, inaccuracies or omissions. The publisher is not engaged in rendering any professional services. A competent professional person should be sought for expert assistance. Publisher s Cataloguing in Publication Data : Gwet, Kilem Li Confidence Intervals in Statistics: 75 Problems and Solutions A Practical Self-Study Guide for Students and Professionals/ By Kilem Li Gwet p. cm. 1. Biostatistics 2. Statistical Methods 3. Statistics - Study - Learning. I. Title.

5 Contents 1. Introduction Confidence Interval for a Population Mean Population Standard Deviation (σ) is Known Population Standard Deviation (σ) is Unknown Sample Size Determination (σ) is Unknown Confidence Interval for a Population Proportion Confidence Interval Calculation Sample Size Determination Excel s Analysis ToolPak Installing the Analysis ToolPak for Excel Analyzing Raw Data with the Descriptive Statistics Module iv -

6

7 1 Introduction The confidence interval is one of the many techniques used in statistical inference for projecting findings from a limited amount of data to the more general population of interest. It represents a range of values expected to include an unknown quantity at the specified confidence level. Claiming for example that the percent of Americans who support their president s foreign policy is 45% ± 3% with 95% certainty, means two things: (i) That 45% is our best guess of the percent of Americans supporting the president s foreign policy based on the limited number of persons who participated in our study. 45% is called the Point Estimate of the true population percent of Americans supporting the President s foreign policy. (ii) That our approximation is subject to an error margin of 3% that stems from the fact that our study did not cover the entire population of Americans that constitutes our primary interest. Moreover, we can claim with 95% certainty that the values ranging from 42% through 48% contain the true population percentage that we would have obtained had we surveyed the entire US population. 95% is called the Confidence Level. The US president s foreign policy example illustrates the used of confidence intervals for population proportions or percentages. However, confidence intervals are also often used for population means of quantitative or measurement variables such as income, height or weight. This booklet features numerous carefully-selected exercises, all related to the construction of confidence intervals, and all accompanied with detailed and commented solutions. Readers interested in a comprehensive and student-friendly exposition of the notion of confidence interval, could find a detailed and vivid account in Gwet (2011) 1. 1 K. Gwet (2011), The Practical Guide to Statistics: Applications with Excel, R, and Calc, Advanced Analytics, LLC - 1 -

8 - 2 - Chapter 1: Introduction This booklet contains a series of 75 exercises with solutions. The exercises in chapter 2 aim at showing how confidence intervals for the population mean of a measurement variable can be constructed, while those of chapter 3 focus on the construction of confidence intervals for population proportions. While many exercises illustrate the techniques for constructing confidence intervals, the reader will also find numerous exercises on the sample size calculation. The sample size calculation exercises illustrate the techniques for determining the number of units required in the sample to ensure a specified error margin, or a specified interval length. Occasionally, you will need to construct confidence intervals or calculate the required sample sizes based on a series of raw numbers representing the sample data. Summary statistics will have to be generated before you can construct the confidence intervals, or calculate the sample sizes. My recommendation is to use the Descriptive Statistics module of the Excel 2010 Analysis ToolPak to produce these summary statistics. The Excel Analysis ToolPak is an Excel Add-In that comes with Microsoft Office, and that must be activated before it can be used. Chapter 4 provides detailed instructions for activating the ToolPak and for using the Descriptive Statistics module. If you have comments or questions, do not hesitate to contact the author using one of the following 2 methods: info@advancedanalyticsllc.com Mail: Advanced Analytics, LLC PO BOX 2696 Gaithersburg, MD

9 2 Confidence Intervals for a Population Mean Many statistics textbooks present the material on confidence intervals for means by separately treating the situation when the population standard deviation σ is known, and the situation when it is unknown. I find it more practical to separately present the situation when the sample size n is large 1, and the situation when it is small. Whether the sample size is large or small, the construction of a confidence interval for a population mean µ relies heavily upon the sampling distribution of the sample mean x. The probability distribution of the sample mean must be known (at least approximately) for you to be able to construct the confidence interval. Large Sample Size (i.e. n 30) Let s be the sample standard deviation. If the population standard deviation σ is available, then use it in place of the sample standard deviation (Note that this interchangeability applies only when the sample size n is large). The confidence interval of the population mean µ at a pre-specified confidence level is given by: ( s s C.I(µ) = x z α/2 ; x + z α/2 ), if σ is not available (a), n n ) σ σ (x z α/2 n ; x + z α/2 n, if σ is available (b), (2.1) where α = 1 (Confidence Level), and z α/2 is the 100 (1 α/2) th percentile of the standard Normal distribution, that is calculated with Excel 2010 as 1 For all practical purposes, a sample size n is considered large when it equals or exceeds 30, and is small otherwise - 3 -

10 - 4 - Chapter 2: Confidence Intervals for a Population Mean follows: z α/2 = NORM.S.INV(1-α/2) (2.2) The confidence intervals of equation 2.1, are sometimes presented in the form, s C.I(µ) = x ± z α/2, or C.I(µ) = x ± z α/2 n Small Sample Size (i.e. n < 30) When the size n of your sample is small (i.e. the number of sample elements is below 30), then you must assume that the input observations follow the Normal distribution (at least approximately) 2, and separately treat the situations where the population standard deviation σ is known and where it is unknown. (i) Known Population Standard Deviation When the population standard deviation σ is known, then the confidence interval associated with the population mean µ, is given by: C.I(µ) = σ n (x z α/2 σ n ; x + z α/2 σ n ), (2.3) where α = (Confidence Interval), and z α/2 is the 100 (1 α/2) th percentile of the standard Normal distribution, which is computed with Excel 2010 as shown in equation 2.2. (ii) Unknown Population Standard Deviation When the population standard deviation is unknown, then the confidence interval associated with the population mean µ, at a given confidence level is given by: ( s s C.I(µ) = x t α/2,n 1 ; x + t α/2,n 1 ), (2.4) n n 2 Gwet (2011), in the book The Practical Guide to Statistics: Applications with Excel, R, and Calc discusses the situation where this assumption cannot be made. However, all exercises in this section are based on the assumption of Normality or approximate Normality

11 2.1 Population Standard Deviation (σ) is Known where α = 1 (Confidence Level), and t α/2,n 1 is the 100 (1 α/2) th percentile of the Student s t-distribution with n 1 degrees of freedom. This quantity is calculated using Excel 2010 as follows: The Finite-Population Correction Factor t α/2,n 1 = T.INV(1 α/2) (2.5) Occasionally in practice, you may have to select a sample from a well-defined and specific finite population. The sample may well represent a sizeable portion of the entire population. In this case, the standard error of the sample mean calculated as the ratio of the standard deviation to the square root of the sample size, will overestimate the true standard error of the mean. The solution to this problem is to multiply the classical standard error by the finite-population correction (FPC) factor defined as follows: N n FPC = N 1, (2.6) where N is the population size, and n the sample size. The rule of thumb for deciding whether to use or not use the FPC is to use it whenever the sampling fraction that represents the ratio n/n of the sample size to the population size is smaller than When using the FPC is deemed appropriate, all ratios of the form σ/ n or s/ n must be replaced with their adjusted versions FPC σ/ n and FPC s/ n. The corresponding confidence intervals must be computed accordingly. 2.1 Population Standard Deviation (σ) is Known Exercise 2.1 A sample of 49 observations is taken from a normal population with a standard deviation of 10. The sample mean is 55. Determine the 99 percent confidence interval for the population mean.

12 - 6 - Chapter 2: Confidence Intervals for a Population Mean Solution Table 2.1 : Input information Population Mean: µ is unknown a Population standard deviation: σ=10 Sample Size : n = 49 Sample Mean : x = 55 Confidence Level: 0.99 a This quantity has to be unknown, otherwise there would not be any need to develop a confidence interval for a known quantity. Since the probability distribution of the raw data is normal, so is the probability distribution of the sample mean x. Equation 2.1(b) will be used because of the large sample size that exceeds 30, and the availability of the population standard deviation σ. Of all the elements needed to construct the confidence interval (c.f. equation 2.1(b)), only z α/2 is yet to be obtained. It follows from the confidence level 0.99 that α = = 0.01 and α/2 = Consequently, z represents the 99.5 th percentile 3 of the Normal distribution needed to construct the 99 th confidence interval. It is obtained with Excel 2010 as shown in Figure 2.1. The two confidence bounds of the interval are given by, Lower Bound = x z α/2 σ/ n = / 49 = 51.32, Upper Bound = x z α/2 σ/ n = / 49 = The 99% confidence interval of the population mean µ is, CI(µ)=(51.32 ;58.68). It is generally recommended to round the lower bound down and the upper bound up. That is, if for example the lower bound is , and you want to display only 2 digits after the decimal point, then you should present (and not 13.27). On the other hand, an upper bound of would be rounded up to (and not 13.26). The rationale is to ensure the validity of the confidence level with respect to the final interval. 3 Note that 99.5 = 100 (1 α/2) is the recommended percentile in equation 2.1.

13 2.1 Population Standard Deviation (σ) is Known Figure 2.1. Calculating the 99.5 th percentile of the Normal distribution with Excel 2010 Solution Exercise 2.2 A sample of 81 observations is taken from a normal population with a standard deviation of 5. The sample mean is 40. Determine the 95 percent confidence interval for the population mean. Table 2.2 : Input information Population Mean: µ is unknown a Population standard deviation: σ=5 Sample Size : n = 81 Sample Mean : x = 40 Confidence Level : 0.95 a This quantity has to be unknown, otherwise there would not be any need to develop a confidence interval for a known quantity. Since the probability distribution of the raw data is normal, so is the probability distribution of the sample mean x. Equation 2.1(b) will be used because of the large sample size that exceeds 30, and the availability of the population standard deviation σ. It follows from the confidence level 0.95 that α = = 0.05 and α/2 = Consequently, z represents the 97.5 th percentile of the Normal

14 - 8 - Chapter 2: Confidence Intervals for a Population Mean distribution needed to construct the 95 th confidence interval. It is obtained with Excel 2010 as 1.96 =NORM.S.INV(1-0.05/2). The two confidence bounds of the interval are given by, Lower Bound = x z α/2 σ/ n = / 40 = 38.90, Upper Bound = x z α/2 σ/ n = / 40 = The 95% confidence interval of the population mean µ is, Solution CI(µ)=(38.9 ;41.9). Exercise 2.3 A sample of 10 observations is selected from a normal population for which the population standard deviation is known to be 5. The sample mean is 20. a. Determine the standard error of the mean. b. Explain why we can use formula (2.3) to determine the 95 percent confidence interval even though the sample is less than 30. c. Determine the 95 percent confidence interval for the population mean. Table 2.3 : Input information Population Mean: µ is unknown a Population standard deviation: σ=5 Sample Size : n = 10 Sample Mean : x = 20 a This quantity has to be unknown, otherwise there would not be any need to develop a confidence interval for a known quantity. (a) Standard Error of the Mean: s.e(x)

15 2.1 Population Standard Deviation (σ) is Known The s.e. of the mean is defined as s.e(x) = σ/ n = 5/ 10 = (b) Although the sample size n is smaller than 30, we can use formula 2.3 because the population is normal and the population standard deviation σ is known to be 5. (c) 95% confidence interval for µ Solution Confidence level=1 α = The lower bound is LB = x z σ/ n = / 10 = The upper bound is LB = x + z σ/ n = / 10 = The 95% confidence interval of the population mean µ is, CI(µ)=(16.9 ;23.1). Exercise 2.4 A research firm conducted a survey to determine the mean amount steady smokers spend on cigarettes during a week. They found the distribution of amounts spent per week followed the normal distribution with a standard deviation of $5. A sample of 49 steady smokers revealed that x = $20. a. What is the point estimate of the population mean? Explain what it indicates. b. Using the 95 percent level of confidence, determine the confidence interval for µ. Explain what it indicates. Table 2.4 : Input information Population Mean: µ is unknown Distribution of data: Normal Population standard deviation: σ=$5 Sample Size : n = 49 Sample Mean : x = $20 (a) The point estimate of the population mean is the sample mean x = $20. It represent our best guess of the magnitude of the actual and unknown population mean µ.

16 2.2 Population Standard Deviation (σ) is Unknown as follows: t = t α/2,n 1 = t 0.05,15 = T.INV (1 0.05, 15) = Note that α = = 0.10, and 0.05 = α/2. For a confidence level of 90%, the value of t represents the 95 th percentile of the t distribution with n 1 = 16 1 = 15 degrees of freedom. (d) We will develop the 90% confidence interval for the population mean using expression 2.4. The lower bound LB and the upper bound UB of the confidence interval ar obtained as follows: LB = x t 0.05 s = = 51.2, n 15 UB = x + t 0.05 s = = n 15 The 90% confidence interval of the population mean number of eggs per chicken µ is, CI(µ)=(51.2 ;68.8), (e) Yes, it would be reasonable to conclude that the population mean is 63 pounds, because 63 falls inside the 90% confidence interval. This interval is supposed to contain the true population mean with 90% certainty. Exercise 2.11 Merrill Lynch Securities and Health Care Retirement, Inc., are two large employers in downtown Toledo, Ohio. They are considering jointly offering child care for their employees. As a part of the feasibility study, they wish to estimate the mean weekly child-care cost of their employees. A sample of 10 employees who use child care reveals the following amounts spent last week. $107 $92 $97 $95 $105 $101 $91 $99 $95 $104 Develop a 90 percent confidence interval for the population mean. Interpret the result.

17 Chapter 2: Confidence Intervals for a Population Mean Solution The population mean is µ =the mean weekly child-care cost of the population of Merrill Lynch Securities and Health Care Retirement, Inc. employees. It is unknown and must be estimated with a 90% confidence interval. Capture the 10 data points of this exercise in Excel. This data may be organized either vertically or horizontally. Following the directives of section 4.2 of chapter 4, use the Descriptive Statistics module of the Excel 2010 s Analysis ToolPak to produce Table 2.10 below (make sure to specify the correct confidence level of 90%). Table 2.10 : Output of the Descriptive Statistics Module Mean 98.6 Standard Error Median 98 Mode 95 Standard Deviation Sample Variance Kurtosis Skewness Range 16 Minimum 91 Maximum 107 Sum 986 Count 10 Confidence Level(90.0%) The second column of the last raw (entitled Confidence Level(90.0%) ), contains the error margin 4 E = associated with the sample mean x = These two numbers should be used to obtain the 90% confidence interval as follows: Lower Bound = x E = = , Upper Bound = x + E = = The error margin is expressed as E = t α/2,n 1 s/ n

18 2.2 Population Standard Deviation (σ) is Unknown The confidence interval is, Interpretation C.I(µ)=(95.38 ;101.82). Although the feasibility study estimated the mean weekly child-care cost of the employees to be about $98.6 based on a small sample of 10 employees, the actual value of that mean is between $95.38 and $ with 90% certainty, as suggested by the confidence interval. Solution Exercise 2.12 The Greater Pittsburgh Area Chamber of Commerce wants to estimate the mean time workers who are employed in the downtown area spend getting to work. A sample of 15 workers reveals the following number of minutes spent traveling Develop a 98 percent confidence interval for the population mean. Interpret the result. The population mean is µ =the mean commute time of workers to work. It is unknown and must be estimated with a 98% confidence interval. Capture the 15 data points of this exercise in Excel. This data may be organized either vertically or horizontally. Using the directives of section 4.2 of chapter 4, use the Descriptive Statistics module of the Excel 2010 s Analysis ToolPak to produce Table 2.11 below (make sure to specify the correct confidence level of 98%).

19 2.3 Sample Size Determination Sample Size Determination The narrower the confidence interval, the more information it provides on the real magnitude of the population mean. A too wide confidence interval on the other hand provides us with a wide range of possible values for the population mean, and little information about the magnitude of the mean itself. Consequently, when designing a research study researchers often want to determine the sample size needed to obtain a confidence interval with a pre-specified length L. We have seen that the confidence interval of the population mean µ generally has the form (x E; x + E) where x is the sample mean, and E the margin of error defined as E = z α/2 s/ n when n is reasonably large. n is the sample size, s the standard deviation 10, and z α/2 the 100(1 α/2) th percentile of the standard Normal distribution with α = 1 Confidence Level. For a specified error margin E and confidence level 1 α, the desired sample size is given by, ( ) zα/2 s 2 n =. (2.7) E If it is the length L of the confidence interval that is provided, then the desired sample size will be given by: ( ) zα/2 s 2 n =. (2.8) L/2 The predicted sample size n obtained by either equation must be rounded UP 11 to the nearest integer value to ensure a confidence interval that matches the pre-determined error margin or is narrower. Note that the sample mean is always the center of the confidence interval. Therefore the population mean is always within the error margin of the sample mean at the specified confidence level. 10 Note that s could be the true population standard deviation σ when it is known, or could be its estimated value obtained from a pilot study. Even a small pilot may yield an estimated standard deviation sufficiently precise for the purpose of calculating the sample size. 11 Rounding up to nearest integer means for example will be rounded up to 57.

20 Chapter 2: Confidence Intervals for a Population Mean Solution Exercise 2.40 A population is estimated to have a standard deviation of 10. We want to estimate the population mean within 2, with a 95 percent level of confidence. How large a sample is required? Table 2.36 : Input information Standard deviation: s=10 Error Margin: E = 2 Confidence Level: 0.95 (or α = 0.05) The 97.5 th percentile 12 of the standard Normal distribution is z α/2 = 1.96, which leads to the predicted sample size of, ( ) n = = Solution Exercise 2.41 We want to estimate the population mean within 5, with a 99 percent level of confidence. The population standard deviation is estimated to be 15. How large a sample is required? Table 2.37 : Input information Standard deviation: s=15 Error Margin: E = 5 Confidence Level: 0.99 (or α = 0.01) The 99.5 th percentile 13 of the standard Normal distribution is z α/2 = 2.58, which leads to the predicted sample size of, ( ) n = = Note that 97.5 = 100 (1 α/2) 13 Note that 99.5 = 100 (1 α/2)

21 4 Excel s Analysis ToolPak The objective of this chapter is two-fold: (i) to provide detailed instructions for installing the Excel 2010 Analysis ToolPak add-in, and (ii) to show how the ToolPak is used to construct confidence from raw input data. 4.1 Installing the Analysis ToolPak for Excel 2010 The installation if the Excel 2010 Analysis ToolPak can be carried out in 4 easy steps, which are described as follows: 1 Opening the Excel Options Form From the main Excel menu, select the File tab from the menu bar, then Options as shown in Figure 4.1. These actions should open the Excel Options form of Figure 4.2. Select "Options" Figure 4.1. Opening the Excel Options Form

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D.

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D. The Kruskal-Wallis Test with Excel 2007 In 3 Simple Steps Kilem L. Gwet, Ph.D. Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document

More information

Exercise Confidence Intervals

Exercise Confidence Intervals Exercise Confidence Intervals (Fall 2015) Sources (adapted with permission)- T. P. Cronan, Jeff Mullins, Ron Freeze, and David E. Douglas Course and Classroom Notes Enterprise Systems, Sam M. Walton College

More information

Section 7-3 Estimating a Population Mean: σ Known

Section 7-3 Estimating a Population Mean: σ Known Section 7-3 Estimating a Population Mean: σ Known Created by Erin Hodgess, Houston, Texas Revised to accompany 10 th Edition, Tom Wegleitner, Centreville, VA Slide 1 Key Concept Use sample data to find

More information

Engineering Statistics ECIV 2305 Chapter 8 Inferences on a Population Mean. Section 8.1. Confidence Intervals

Engineering Statistics ECIV 2305 Chapter 8 Inferences on a Population Mean. Section 8.1. Confidence Intervals Engineering Statistics ECIV 2305 Chapter 8 Inferences on a Population Mean Section 8.1 Confidence Intervals Parameter vs. Statistic A parameter is a property of a population or a probability distribution

More information

Section 9: Presenting and describing quantitative data

Section 9: Presenting and describing quantitative data Section 9: Presenting and describing quantitative data Australian Catholic University 2014 ALL RIGHTS RESERVED. No part of this work covered by the copyright herein may be reproduced or used in any form

More information

Chapter 19. Confidence Intervals for Proportions. Copyright 2012, 2008, 2005 Pearson Education, Inc.

Chapter 19. Confidence Intervals for Proportions. Copyright 2012, 2008, 2005 Pearson Education, Inc. Chapter 19 Confidence Intervals for Proportions Copyright 2012, 2008, 2005 Pearson Education, Inc. Standard Error Both of the sampling distributions we ve looked at are Normal. For proportions For means

More information

Chapter 1 Data and Descriptive Statistics

Chapter 1 Data and Descriptive Statistics 1.1 Introduction Chapter 1 Data and Descriptive Statistics Statistics is the art and science of collecting, summarizing, analyzing and interpreting data. The field of statistics can be broadly divided

More information

Using Excel s Analysis ToolPak Add-In

Using Excel s Analysis ToolPak Add-In Using Excel s Analysis ToolPak Add-In Bijay Lal Pradhan, PhD Introduction I have a strong opinions that we can perform different quantitative analysis, including statistical analysis, in Excel. It is powerful,

More information

Estimation Theory. (Exercises)

Estimation Theory. (Exercises) Chapter II Estimation Theory (Exercises) 2. 1. The Annual salary for public school teachers in the US is $32000. The mean salary for a sample of 750 school teachers equals 31895. Identify the population,

More information

Session 5. Organizing database

Session 5. Organizing database Session 5 Organizing database ARTNeT Consultant Witada Anukoonwattaka, PhD Thammasat University, Thailand witada@econ.tu.ac.th 1 Data Processing Data Coding Data Input Data Editing Data Manipulation Scale

More information

Confidence Interval Estimation

Confidence Interval Estimation Confidence Interval Estimation Prof. dr. Siswanto Agus Wilopo, M.Sc., Sc.D. Department of Biostatistics, Epidemiology and Population Health Faculty of Medicine Universitas Gadjah Mada Biostatistics I:

More information

Chapter 1 INTRODUCTION TO SIMULATION

Chapter 1 INTRODUCTION TO SIMULATION Chapter 1 INTRODUCTION TO SIMULATION Many problems addressed by current analysts have such a broad scope or are so complicated that they resist a purely analytical model and solution. One technique for

More information

Chapter 1. QTM1310/ Sharpe. Data and Decisions. 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data?

Chapter 1. QTM1310/ Sharpe. Data and Decisions. 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? 1.1 What Are Data? Chapter 1 Data and Decisions Data collected for recording the companies transactions is called transactional data. The process of using transactional data to make other decisions and predictions, is sometimes

More information

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT

More information

Chapter 7: Sampling Distributions

Chapter 7: Sampling Distributions + Chapter 7: Sampling Distributions Section 7.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE + Chapter 7 Sampling Distributions 7.1 What is a Sampling Distribution? 7.2 Sample

More information

Chapter 7: Sampling Distributions

Chapter 7: Sampling Distributions + Chapter 7: Sampling Distributions Section 7.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE + Chapter 7 Sampling Distributions 7.1 What is a Sampling Distribution? 7.2 Sample

More information

Statistics Summary Exercises

Statistics Summary Exercises 1. A marketing firm wants to determine the typical amount spent during a visit to the grocery store. Each day for one week, they record the amount spent by the first 25 shoppers at a major grocery store.

More information

CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION

CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION 168 CHAPTER 8 PERFORMANCE APPRAISAL OF A TRAINING PROGRAMME 8.1. INTRODUCTION Performance appraisal is the systematic, periodic and impartial rating of an employee s excellence in matters pertaining to

More information

Best Practices for Reporting American Community Survey in Municipal Planning Chittenden County Regional Planning Commission, October 2018

Best Practices for Reporting American Community Survey in Municipal Planning Chittenden County Regional Planning Commission, October 2018 Best Practices for Reporting American Community Survey in Municipal Planning Chittenden County Regional Planning Commission, October 208 Planners rely on various sources of data to understand the existing

More information

Suppose we wanted to use a sample of 25 students to estimate the average GPA of all students. Now suppose we choose our sample by random sampling and

Suppose we wanted to use a sample of 25 students to estimate the average GPA of all students. Now suppose we choose our sample by random sampling and Margin of Error When a sample is used to draw inferences about a larger population, there is always a possibility that the sample is non-representative, i.e. does not reflect the true attributes of the

More information

Lecture 10. Outline. 1-1 Introduction. 1-1 Introduction. 1-1 Introduction. Introduction to Statistics

Lecture 10. Outline. 1-1 Introduction. 1-1 Introduction. 1-1 Introduction. Introduction to Statistics Outline Lecture 10 Introduction to 1-1 Introduction 1-2 Descriptive and Inferential 1-3 Variables and Types of Data 1-4 Sampling Techniques 1- Observational and Experimental Studies 1-6 Computers and Calculators

More information

A is used to answer questions about the quantity of what is being measured. A quantitative variable is comprised of numeric values.

A is used to answer questions about the quantity of what is being measured. A quantitative variable is comprised of numeric values. Stats: Modeling the World Chapter 2 Chapter 2: Data What are data? In order to determine the context of data, consider the W s Who What (and in what units) When Where Why How There are two major ways to

More information

3) Confidence interval is an interval estimate of the population mean (µ)

3) Confidence interval is an interval estimate of the population mean (µ) Test 3 Review Math 1342 1) A point estimate of the population mean (µ) is a sample mean. For given set of data, x sample mean = 67.7 Thus, point estimate of population mean ( ) is 67.7 2) A point estimate

More information

Glossary of Standardized Testing Terms https://www.ets.org/understanding_testing/glossary/

Glossary of Standardized Testing Terms https://www.ets.org/understanding_testing/glossary/ Glossary of Standardized Testing Terms https://www.ets.org/understanding_testing/glossary/ a parameter In item response theory (IRT), the a parameter is a number that indicates the discrimination of a

More information

Chapter 4: Foundations for inference. OpenIntro Statistics, 2nd Edition

Chapter 4: Foundations for inference. OpenIntro Statistics, 2nd Edition Chapter 4: Foundations for inference OpenIntro Statistics, 2nd Edition Variability in estimates 1 Variability in estimates Application exercise Sampling distributions - via CLT 2 Confidence intervals 3

More information

Chapter 13. Waiting Lines and Queuing Theory Models

Chapter 13. Waiting Lines and Queuing Theory Models Chapter 13 Waiting Lines and Queuing Theory Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning

More information

Chapter 8: Estimating with Confidence. Section 8.2 Estimating a Population Proportion

Chapter 8: Estimating with Confidence. Section 8.2 Estimating a Population Proportion Chapter 8: Estimating with Confidence Section 8.2 Activity: The Beads Your teacher has a container full of different colored beads. Your goal is to estimate the actual proportion of red beads in the container.

More information

Percentiles the precise definition page 1. Percentiles and textbook definitions confused or what?

Percentiles the precise definition page 1. Percentiles and textbook definitions confused or what? Percentiles the precise definition page 1 Percentiles and textbook definitions confused or what? Take the following definitions HyperStat Online: A percentile rank is the proportion of scores in a distribution

More information

Test lasts for 120 minutes. You must stay for the entire 120 minute period.

Test lasts for 120 minutes. You must stay for the entire 120 minute period. ECO220 Mid-Term Test (June 29, 2005) Page 1 of 15 Last Name: First Name: Student ID #: INSTRUCTIONS: DO NOT OPEN THIS EAM UNTIL INSTRUCTED TO. Test lasts for 120 minutes. You must stay for the entire 120

More information

Basic Statistics, Sampling Error, and Confidence Intervals

Basic Statistics, Sampling Error, and Confidence Intervals 02-Warner-45165.qxd 8/13/2007 5:00 PM Page 41 CHAPTER 2 Introduction to SPSS Basic Statistics, Sampling Error, and Confidence Intervals 2.1 Introduction We will begin by examining the distribution of scores

More information

Lecture 9 - Sampling Distributions and the CLT

Lecture 9 - Sampling Distributions and the CLT Lecture 9 - Sampling Distributions and the CLT Sta102/BME102 February 15, 2016 Colin Rundel Variability of Estimates Mean Sample mean ( X): X = 1 n (x 1 + x 2 + x 3 + + x n ) = 1 n n i=1 x i Population

More information

AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES:

AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES: AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES: DETERMINE the point estimate and margin of error from a confidence interval. INTERPRET a confidence interval in context. INTERPRET a confidence level

More information

Section 3.2 Measures of Central Tendency MDM4U Jensen

Section 3.2 Measures of Central Tendency MDM4U Jensen Section 3.2 Measures of Central Tendency MDM4U Jensen Part 1: Video This video will review shape of distributions and introduce measures of central tendency. Answer the following questions while watching.

More information

Statistics: Data Analysis and Presentation. Fr Clinic II

Statistics: Data Analysis and Presentation. Fr Clinic II Statistics: Data Analysis and Presentation Fr Clinic II Overview Tables and Graphs Populations and Samples Mean, Median, and Standard Deviation Standard Error & 95% Confidence Interval (CI) Error Bars

More information

CHAPTER 7: Central Limit Theorem: CLT for Averages (Means)

CHAPTER 7: Central Limit Theorem: CLT for Averages (Means) = the number obtained when rolling one six sided die once. If we roll a six sided die once, the mean of the probability distribution is P( = x) Simulation: We simulated rolling a six sided die times using

More information

Applying the Principles of Item and Test Analysis

Applying the Principles of Item and Test Analysis Applying the Principles of Item and Test Analysis 2012 Users Conference New Orleans March 20-23 Session objectives Define various Classical Test Theory item and test statistics Identify poorly performing

More information

MAS187/AEF258. University of Newcastle upon Tyne

MAS187/AEF258. University of Newcastle upon Tyne MAS187/AEF258 University of Newcastle upon Tyne 2005-6 Contents 1 Collecting and Presenting Data 5 1.1 Introduction...................................... 5 1.1.1 Examples...................................

More information

Bootstrap, continued OPENING THE TOOL AND SELECTING A FORECAST You can open the Bootstrap tool through the Run -> Tools menu.

Bootstrap, continued OPENING THE TOOL AND SELECTING A FORECAST You can open the Bootstrap tool through the Run -> Tools menu. One-Minute Spotlight THE BOOTSTRAP TOOL Bootstrapping is a simple technique that estimates the accuracy of forecast statistics. The term bootstrap comes from the saying, "to pull oneself up by one's own

More information

Lecture (chapter 7): Estimation procedures

Lecture (chapter 7): Estimation procedures Lecture (chapter 7): Estimation procedures Ernesto F. L. Amaral February 19 21, 2018 Advanced Methods of Social Research (SOCI 420) Source: Healey, Joseph F. 2015. Statistics: A Tool for Social Research.

More information

Sawtooth Software. Sample Size Issues for Conjoint Analysis Studies RESEARCH PAPER SERIES. Bryan Orme, Sawtooth Software, Inc.

Sawtooth Software. Sample Size Issues for Conjoint Analysis Studies RESEARCH PAPER SERIES. Bryan Orme, Sawtooth Software, Inc. Sawtooth Software RESEARCH PAPER SERIES Sample Size Issues for Conjoint Analysis Studies Bryan Orme, Sawtooth Software, Inc. 1998 Copyright 1998-2001, Sawtooth Software, Inc. 530 W. Fir St. Sequim, WA

More information

Business Statistics: A Decision-Making Approach 7 th Edition

Business Statistics: A Decision-Making Approach 7 th Edition Business Statistics: A Decision-Making Approach 7 th Edition Chapter 2 Graphs, Charts, and Tables Describing Your Data Business Statistics: A Decision-Making Approach, 7e 2008 Prentice-Hall, Inc. Chap

More information

Making Sense of Data

Making Sense of Data Tips for Revising Making Sense of Data Make sure you know what you will be tested on. The main topics are listed below. The examples show you what to do. Plan a revision timetable. Always revise actively

More information

Call Center Shrinkage Due to Training

Call Center Shrinkage Due to Training OpsDog KPI Reports Call Center Shrinkage Due to Training Benchmarks, Definition & Measurement Details SAMPLE CONTENT & DATA 2017 Edition www.opsdog.com info@opsdog.com 844.650.2888 Definition & Measurement

More information

Edexcel GCE Statistics S3 Advanced/Advanced Subsidiary

Edexcel GCE Statistics S3 Advanced/Advanced Subsidiary Centre No. Candidate No. Paper Reference 6 6 9 1 0 1 Paper Reference(s) 6691/01 Edexcel GCE Statistics S3 Advanced/Advanced Subsidiary Monday 20 June 2011 Morning Time: 1 hour 30 minutes Materials required

More information

Learning Objectives. Module 7: Data Analysis

Learning Objectives. Module 7: Data Analysis Module 7: Data Analysis 2007. The World Bank Group. All rights reserved. Learning Objectives At the end of this module, participants should understand: basic data analysis concepts the relationship among

More information

Distinguish between different types of numerical data and different data collection processes.

Distinguish between different types of numerical data and different data collection processes. Level: Diploma in Business Learning Outcomes 1.1 1.3 Distinguish between different types of numerical data and different data collection processes. Introduce the course by defining statistics and explaining

More information

STA Module 2A Organizing Data and Comparing Distributions (Part I)

STA Module 2A Organizing Data and Comparing Distributions (Part I) STA 2023 Module 2A Organizing Data and Comparing Distributions (Part I) 1 Learning Objectives Upon completing this module, you should be able to: 1. Classify variables and data as either qualitative or

More information

This book supports FNSACC303A Perform financial calculations in the Financial Services Training Package. Software Publications Pty Ltd, April 2012

This book supports FNSACC303A Perform financial calculations in the Financial Services Training Package. Software Publications Pty Ltd, April 2012 Perform Financial Calculations This book supports FNSACC303A Perform financial calculations in the Financial Services Training Package. Software Publications Pty Ltd, April 2012 Ian Berry - MIPA ISBN 978-1-921885-48-8

More information

Survey Question Analysis (Draft )

Survey Question Analysis (Draft ) The purpose of this tutorial is to analyze two types of questions commonly found on surveys: proportion (yes/no) questions and Likert scale (preferences) questions. (This tutorial doesn t tell you how

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

Social Studies 201 Fall Answers to Computer Problem Set 1 1. PRIORITY Priority for Federal Surplus

Social Studies 201 Fall Answers to Computer Problem Set 1 1. PRIORITY Priority for Federal Surplus Social Studies 1 Fall. Answers to Computer Problem Set 1 1 Social Studies 1 Fall Answers for Computer Problem Set 1 1. FREQUENCY DISTRIBUTIONS PRIORITY PRIORITY Priority for Federal Surplus 1 Reduce Debt

More information

Statistics Definitions ID1050 Quantitative & Qualitative Reasoning

Statistics Definitions ID1050 Quantitative & Qualitative Reasoning Statistics Definitions ID1050 Quantitative & Qualitative Reasoning Population vs. Sample We can use statistics when we wish to characterize some particular aspect of a group, merging each individual s

More information

MINNESOTA LOCAL WORKLOAD ANALYTIC TOOL

MINNESOTA LOCAL WORKLOAD ANALYTIC TOOL ADMINISTRATOR S REFERENCE GUIDE & SYSTEM DOCUMENTATION MINNESOTA LOCAL WORKLOAD ANALYTIC TOOL PREPARED FOR: MINNESOTA DEPARTMENT OF HUMAN SERVICES BY: HORNBY ZELLER ASSOCIATES, INC. MAY 2010 TABLE OF CONTENTS

More information

Unit3: Foundationsforinference. 1. Variability in estimates and CLT. Sta Fall Lab attendance & lateness Peer evaluations

Unit3: Foundationsforinference. 1. Variability in estimates and CLT. Sta Fall Lab attendance & lateness Peer evaluations Announcements Unit3: Foundationsforinference 1. Variability in estimates and CLT Sta 101 - Fall 2015 Duke University, Department of Statistical Science Lab attendance & lateness Peer evaluations Dr. Monod

More information

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 2 Organizing Data

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 2 Organizing Data STA 2023 Module 2 Organizing Data Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Classify variables and data as either qualitative or quantitative. 2. Distinguish

More information

provided that the population is at least 10 times as large as the sample (10% condition).

provided that the population is at least 10 times as large as the sample (10% condition). 8.2.1 Conditions for Estimating p As always, inference is based on the sampling distribution of a statistic. We described the sampling distribution of a sample proportion p-hat in section 7.2. Here is

More information

CEC SDG Glossary of Terms Notes

CEC SDG Glossary of Terms Notes CEC SDG Glossary of Terms Notes - Terms are listed alphabetically - Acronyms are either identified by underlined words (e.g. Co-ordinating European Council), or refer to a separate full-text entry - Each

More information

Test Name: Test 1 Review

Test Name: Test 1 Review Test Name: Test 1 Review 1. Determine whether the statement describes a population or a sample. The heights of all the corn plants at Mr. Lonardo's greenhouse. 2. Determine whether the statement describes

More information

Chapter 9 Assignment (due Wednesday, August 9)

Chapter 9 Assignment (due Wednesday, August 9) Math 146, Summer 2017 Instructor Linda C. Stephenson (due Wednesday, August 9) The purpose of the assignment is to find confidence intervals to predict the proportion of a population. The population in

More information

Standardised Scores Have A Mean Of Answer And Standard Deviation Of Answer

Standardised Scores Have A Mean Of Answer And Standard Deviation Of Answer Standardised Scores Have A Mean Of Answer And Standard Deviation Of Answer The SAT is a standardized test widely used for college admissions in the An example of a "grid in" mathematics question in which

More information

Confidence Intervals for Large Sample Means

Confidence Intervals for Large Sample Means Confidence Intervals for Large Sample Means Dr Tom Ilvento Department of Food and Resource Economics Overview Let s continue the discussion of Confidence Intervals (C.I.) And I will shift to the C.I. for

More information

Yes, there is going to be some math (but not much) STATISTICAL APPROACH TO MEDICAL DEVICE VERIFICATION AND VALIDATION

Yes, there is going to be some math (but not much) STATISTICAL APPROACH TO MEDICAL DEVICE VERIFICATION AND VALIDATION Yes, there is going to be some math (but not much) STATISTICAL APPROACH TO MEDICAL DEVICE VERIFICATION AND VALIDATION Medical Device Verification and Validation In the medical device world, verification

More information

DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES. A. Purpose of the document

DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES. A. Purpose of the document Page 1 DRAFT NON-BINDING BEST PRACTICES EXAMPLES TO ILLUSTRATE THE APPLICATION OF SAMPLING GUIDELINES A. Purpose of the document 1. The purpose of the non-binding best practice examples for sampling and

More information

Midterm Exam. Friday the 29th of October, 2010

Midterm Exam. Friday the 29th of October, 2010 Midterm Exam Friday the 29th of October, 2010 Name: General Comments: This exam is closed book. However, you may use two pages, front and back, of notes and formulas. Write your answers on the exam sheets.

More information

The following example details the steps needed to determine the number of samples to be collected,

The following example details the steps needed to determine the number of samples to be collected, APPENDIX G STUDENT S T- TEST CALCULATION The following example details the steps needed to determine the number of samples to be collected, based on historical analytical results and the statistical student

More information

How to Use Excel for Regression Analysis MtRoyal Version 2016RevA *

How to Use Excel for Regression Analysis MtRoyal Version 2016RevA * OpenStax-CNX module: m63578 1 How to Use Excel for Regression Analysis MtRoyal Version 2016RevA * Lyryx Learning Based on How to Use Excel for Regression Analysis BSTA 200 Humber College Version 2016RevA

More information

Project Management in Practice Fifth Edition

Project Management in Practice Fifth Edition Project Management in Practice Fifth Edition Chapter 5 Scheduling the Project Copyright 2014 John Wiley & Sons, Inc. Introduction Project schedule is the project plan in an altered format It is a convenient

More information

Cash Flow Analysis and Forecasting

Cash Flow Analysis and Forecasting Cash Flow Analysis and Forecasting For other titles in the Wiley Finance series please see www.wiley.com/finance Cash Flow Analysis and Forecasting The Definitive Guide to Understanding and Using Published

More information

Chapter 2 Part 1B. Measures of Location. September 4, 2008

Chapter 2 Part 1B. Measures of Location. September 4, 2008 Chapter 2 Part 1B Measures of Location September 4, 2008 Class will meet in the Auditorium except for Tuesday, October 21 when we meet in 102a. Skill set you should have by the time we complete Chapter

More information

Unit III: Summarization Measures:

Unit III: Summarization Measures: Unit III: Summarization Measures: a. Measures of Central Tendencies: 1. Definition of Average, Types of Averages: Arithmetic Mean, Combined and Weighted mean. 2. Median, and Mode for grouped as well as

More information

F u = t n+1, t f = 1994, 2005

F u = t n+1, t f = 1994, 2005 Forecasting an Electric Utility's Emissions Using SAS/AF and SAS/STAT Software: A Linear Analysis Md. Azharul Islam, The Ohio State University, Columbus, Ohio. David Wang, The Public Utilities Commission

More information

Computing Descriptive Statistics Argosy University

Computing Descriptive Statistics Argosy University 2014 Argosy University 2 Computing Descriptive Statistics: Ever Wonder What Secrets They Hold? The Mean, Mode, Median, Variability, and Standard Deviation Introduction Before gaining an appreciation for

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

BOOTSTRAPPING AND CONFIDENCE INTERVALS

BOOTSTRAPPING AND CONFIDENCE INTERVALS BOOTSTRAPPING AND CONFIDENCE INTERVALS Fill out your reading report on Learning Suite MPA 630: Data Science for Public Management November 8, 2018 PLAN FOR TODAY Why are we even doing this? Confidence

More information

Exploring Microsoft Office Excel 2007

Exploring Microsoft Office Excel 2007 Exploring Microsoft Office Excel 2007 Chapter 3: Charts: Delivering a Message Robert Grauer, Keith Mulbery, Judy Scheeren Committed to Shaping the Next Generation of IT Experts. Copyright 2008 Prentice-Hall.

More information

Math227 Sample Final 3

Math227 Sample Final 3 Math227 Sample Final 3 You may use TI calculator for this test. However, you must show all details for hypothesis testing. For confidence interval, you must show the critical value and the margin of error.

More information

Chapter 3. Displaying and Summarizing Quantitative Data. 1 of 66 05/21/ :00 AM

Chapter 3. Displaying and Summarizing Quantitative Data.  1 of 66 05/21/ :00 AM Chapter 3 Displaying and Summarizing Quantitative Data D. Raffle 5/19/2015 1 of 66 05/21/2015 11:00 AM Intro In this chapter, we will discuss summarizing the distribution of numeric or quantitative variables.

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 Univariate Statistics Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved Table of Contents PAGE Creating a Data File...3 1. Creating

More information

Introduction to Statistics. Measures of Central Tendency

Introduction to Statistics. Measures of Central Tendency Introduction to Statistics Measures of Central Tendency Two Types of Statistics Descriptive statistics of a POPULATION Relevant notation (Greek): µ mean N population size sum Inferential statistics of

More information

More-Advanced Statistical Sampling Concepts for Tests of Controls and Tests of Balances

More-Advanced Statistical Sampling Concepts for Tests of Controls and Tests of Balances APPENDIX 10B More-Advanced Statistical Sampling Concepts for Tests of Controls and Tests of Balances Appendix 10B contains more mathematical and statistical details related to the test of controls sampling

More information

WINDOWS, MINITAB, AND INFERENCE

WINDOWS, MINITAB, AND INFERENCE DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 816 WINDOWS, MINITAB, AND INFERENCE I. AGENDA: A. An example with a simple (but) real data set to illustrate 1. Windows 2. The importance

More information

Energy savings reporting and uncertainty in Measurement & Verification

Energy savings reporting and uncertainty in Measurement & Verification Australasian Universities Power Engineering Conference, AUPEC 2014, Curtin University, Perth, Australia, 28 September 1 October 2014 1 Energy savings reporting and uncertainty in Measurement & Verification

More information

DISCHARGE MONITORING REPORTS. Overview and Summary

DISCHARGE MONITORING REPORTS. Overview and Summary DISCHARGE MONITORING REPORTS Overview and Summary Bureau of Point and Non-Point Source Management For more information, visit www.dep.state.pa.us, Keyword: Discharge Monitoring Reports 3800-BK-DEP3047

More information

This paper is not to be removed from the Examination Halls

This paper is not to be removed from the Examination Halls This paper is not to be removed from the Examination Halls UNIVERSITY OF LONDON ST104A ZB (279 004A) BSc degrees and Diplomas for Graduates in Economics, Management, Finance and the Social Sciences, the

More information

At the end of this module, you will be able to:

At the end of this module, you will be able to: 1 At the end of this module, you will be able to: Outline the principles of the Multiple UoM solution and its advantages. Define the basic Multiple UoM definitions. Describe how Multiple UoM are used across

More information

Data Collection Instrument. By Temtim Assefa

Data Collection Instrument. By Temtim Assefa Data Collection Instrument Design By Temtim Assefa Instruments Instruments are tools that are used to measure variables There are different types of instruments Questionnaire Structured interview Observation

More information

IBM TRIRIGA Version 10 Release 4.0. Strategic Facility Planning User Guide

IBM TRIRIGA Version 10 Release 4.0. Strategic Facility Planning User Guide IBM TRIRIGA Version 10 Release 4.0 Strategic Facility Planning User Guide Note Before using this information and the product it supports, read the information in Notices on page 47. This edition applies

More information

Final Exam Module: Candy Sales Projections

Final Exam Module: Candy Sales Projections Final Exam Module: Candy Sales Projections A candy company is planning to introduce a new product. They have built a spreadsheet model to predict sales for the first seven years. There are four tabs in

More information

-SQA-SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION

-SQA-SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION -SQA-SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION -Unit number- 7482149 -Unit title- INTRODUCTION TO STATISTICS FOR QUALITY ANALYSIS -Superclass category- -Date

More information

Section 8.2 Estimating a Population Proportion. ACTIVITY The beads. Conditions for Estimating p

Section 8.2 Estimating a Population Proportion. ACTIVITY The beads. Conditions for Estimating p Section 8.2 Estimating a Population Proportion ACTIVITY The beads Conditions for Estimating p Suppose one SRS of beads resulted in 107 red beads and 144 beads of another color. The point estimate for the

More information

Missouri Standards Alignment Grades One through Six

Missouri Standards Alignment Grades One through Six Missouri Standards Alignment Grades One through Six Trademark of Renaissance Learning, Inc., and its subsidiaries, registered, common law, or pending registration in the United States and other countries.

More information

Measures of Central Tendency. Objective 1. Summarize data using measures of central tendency, such as the mean, median, mode, and midrange.

Measures of Central Tendency. Objective 1. Summarize data using measures of central tendency, such as the mean, median, mode, and midrange. 3 2 Measures of Central Tendency Objective 1. Summarize data using measures of central tendency, such as the mean, median, mode, and midrange. Chapter 1 stated that statisticians use samples taken from

More information

Maths Tables and Formulae wee provided within the question paper and are available elsewhere on the website.

Maths Tables and Formulae wee provided within the question paper and are available elsewhere on the website. Examination Question and Answer Book Foundation Level 3c Business Mathematics FBSM 18 November 00 Day 1 late afternoon INSTRUCTIONS TO CANDIDATES Read this page before you look at the questions THIS QUESTION

More information

Activities supporting the assessment of this award [3]

Activities supporting the assessment of this award [3] Relevant LINKS BACK TO ITQ UNITS [1] Handbook home page [2] Overview This is the ability to use a software application designed to record data in rows and columns, perform calculations with numerical data

More information

Probability and Statistics Cycle 3 Test Study Guide

Probability and Statistics Cycle 3 Test Study Guide Probability and Statistics Cycle 3 Test Study Guide Name Block 1. Match the graph with its correct distribution shape. The distribution shape is categorized as: A. Uniform B. Skewed to the right C. Normal

More information

Sample Size and Power Calculation for High Order Crossover Designs

Sample Size and Power Calculation for High Order Crossover Designs Sample Size and Power Calculation for High Order Crossover Designs Roger P. Qu, Ph.D Department of Biostatistics Forest Research Institute, New York, NY, USA 1. Introduction Sample size and power calculation

More information

Introducing the Concept of Uncertainty of Measurement in Testing in Association with the Application of the Standard ISO/IEC 17025

Introducing the Concept of Uncertainty of Measurement in Testing in Association with the Application of the Standard ISO/IEC 17025 Introducing the Concept of Uncertainty of Measurement in Testing in Association with the Application of the Standard ISO/IEC 17025 ILAC-G17:2002 Copyright ILAC 2002 ILAC encourages the authorised reproduction

More information

Timeclient online. Recording working time and expenses online with CAS genesisworld Web

Timeclient online. Recording working time and expenses online with CAS genesisworld Web Timeclient online Recording working time and expenses online with CAS genesisworld Web Copyright The information contained herein may be altered without prior notice. The names and data used in the examples

More information

15 (See Example E later in this lab)

15 (See Example E later in this lab) Tallahassee Community College APPLICATIONS OF ADDITION, SUBTRACTION, MULTIPLICATION AND DIVISION In an earlier chapter, you learned some of the basics of working with applications. Many of the prior applications

More information