6.4 THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION

Size: px
Start display at page:

Download "6.4 THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION"

Transcription

1 Section 6.4 The Hypergeometric Probability Distribution THE HYPERGEOMETRIC PROBABILITY DISTRIBUTION Preparing for This Section Before getting started, review the following: Classical Method (Section 5.1, pp ) Multiplication Rule of Counting (Section 5.5, Independence (Section 5.3, pp ) pp ) Multiplication Rule (Example 6, Section 5.4, p. 297) Combinations (Section 5.5, pp ) Objectives 1 Determine whether a probability experiment is a hypergeometric experiment 2 Compute the probabilities of hypergeometric experiments 3 Compute the mean and standard deviation of a hypergeometric random variable 1 Determine Whether a Probability Experiment Is a Hypergeometric Experiment In Section 6.2, we presented binomial experiments. Recall, the binomial probability distribution can be used to compute the probabilities of experiments when there are a fixed number of trials in which there are two mutually exclusive outcomes and the probability of success for any trial is constant. In addition, the trials must be independent. Based on the results from Example 6 in Section 5.3, we learned that, when small samples are obtained from large finite populations, it is reasonable to assume independence of events.that is, when obtaining a sample of size n from a population whose size is N, we are willing to assume independence of the events provided that n N (the sample size is less than 5% of the population size). What if the requirement of independence is not satisfied? Under these circumstances, the experiment is a hypergeometric experiment. Criteria for a Hypergeometric Probability Experiment A probability experiment is said to be a hypergeometric experiment provided: 1. The finite population to be sampled has N elements. 2. For each trial of the experiment, there are two possible outcomes, success or failure. There are exactly successes in the population. 3. A sample of size n is obtained from the population of size N without replacement. If a probability experiment satisfies these three requirements, the random variable X, the number of successes in n trials of the experiment, follows the hypergeometric probability distribution.we now introduce the notation that we will use. Notation Used in the Hypergeometric Probability Distribution The population is size N. The sample is size n. There are successes in the population. Let the random variable X denote the number of successes in the sample of size n, so x must be greater than or equal to the larger of 0 or n - 1N - 2, and x must be less than or equal to the smaller of n or.

2 6 2 Chapter 6 Discrete Probability Distributions EXAMPLE 1 Historical Note The name hypergeometric is attributed to Leonhard Euler. Euler was born in Basel, Switzerland, on April 15, His father was a minister and wanted Leonhard to study theology as well. However, after a discussion with Johann Bernoulli, a friend from college, Euler s father allowed him to study mathematics at the University of Basel. Euler completed his studies in Euler married Katharina Gsell on January 7, They had 13 children, only 5 of whom survived. Euler claims to have made many of his greatest discoveries with a child in his arms and children crawling at his feet. In 1740, Euler lost sight in his right eye.one of his famous quotes on this loss is Now I will have less distraction. He eventually lost sight in his other eye as well, but this did not slow him down. Euler died on September 18, 1783, in St. Petersburg. Now Wor Problem 5 A Hypergeometric Probability Experiment Problem: Suppose that a researcher goes to a small college with 200 faculty, 12 of which have blood type O-negative. She obtains a simple random sample of n = 20 of the faculty and finds that 3 of the faculty have blood type O-negative. Is this experiment a hypergeometric probability experiment? List the possible values of the random variable X, the number of faculty that have blood type O-negative. Approach: We need to determine if the three criteria for a hypergeometric experiment have been satisfied. Solution: This is a hypergeometric probability experiment because 1. The population consists of N = 200 faculty. 2. Two outcomes are possible: the faculty member has blood type O-negative or the faculty member does not have blood type O-negative. The researcher obtained = 3 successes. 3. The sample is size n = 20. The possible values of the random variable are x = 0, 1, 2, Á, 12. The largest value of X is 12, because we cannot have more than 12 successes since there are only 12 faculty with blood type O-negative in the population. Notice that we cannot use the binomial probability distribution to determine the lielihood of obtaining three successes in 20 trials in Example 1 because the sample size is large relative to the population size. That is, n = 20 is more than 5% of the population size, N = Compute the Probabilities of Hypergeometric Experiments The basis for computing probabilities in a hypergeometric experiment lies in the fact that each sample of size n is equally liely to be chosen. Consider an urn that contains 8 white chips and 6 blac chips for a total of N = 14 chips. If we decide to randomly select n = 3 chips, all possible combinations of chips are equally liely. That is, if we let W 1,W 2, Á, W 8 represent the 8 white chips and B 1,B 2, Á, B 6 represent the 6 blac chips, selecting W 1,W 2,B 3 is just as liely as selecting W 3,W 6,B 4. Notice in both cases that we selected 2 white chips and 1 blac chip. So, if X represents the number of blac chips selected, we have x = 1 in both cases; however, the chips selected are different (so each represents a different sample). Hypergeometric Probability Distribution The probability of obtaining x successes based on a random sample of size n from a population of size N is given by P1x2 = 1 C x 21 N - C n - x 2 NC n (1) where is the number of successes in the population. The logic behind Formula (1) is based on the Classical Method given on page 263, along with the Multiplication Rule of Counting given on page 304. The Classical Method for computing probabilities states that the probability of an event is the number of ways the event can occur, divided by the total number of outcomes in

3 Section 6.4 The Hypergeometric Probability Distribution 6 3 the experiment. The denominator of Formula (1) represents the number of ways n objects can be selected from N objects. This represents the number of possible outcomes in the experiment. The numerator consists of two factors. The first factor, C x, represents the number of ways we can select the x successes from the successes in the population. The second factor, 1N - 2C 1n - x2, represents the number of ways we can select n - x failures from the N - failures in the population. Using the Multiplication Rule of Counting, we find the number of ways we could obtain x successes from n trials of the experiment. EXAMPLE 2 Using the Hypergeometric Probability Distribution Problem: Suppose a researcher goes to a small college of 200 faculty, 12 of which have blood type O-negative. She obtains a simple random sample of n = 20 of the faculty. Let the random variable X represent the number of faculty in the sample of size n = 20 that have blood type O-negative. (a) What is the probability that 3 of the faculty have blood type O-negative? (b) What is the probability that at least one of the faculty has blood type O-negative? Approach: This is a hypergeometric experiment with N = 200, n = 20, and = 12. The possible values of the random variable X are x = 0, 1, 2, Á, 12. (Our sample cannot have more than = 12 faculty with blood type O-negative.) We use Formula (1) to compute the probabilities. Solution (a) We are looing for the probability of obtaining 3 successes, so x = 3. P132 = 1 12C C C 20 = 1 12C C C 20 = There is a probability that, in a random sample of 20 faculty, exactly 3 have blood type O-negative. If we conducted this experiment 100 times, we would expect to select 3 faculty that have blood type O-negative about 8 times. (b) The phrase at least means greater than or equal to. The values of the random variable X that are greater than or equal to 1 are 1, 2, 3, Á, 12. Computing probabilities for all these random variables is time consuming. It is much easier to use the Complement Rule and compute P1X Ú 12 = 1 - P102. P1X Ú 12 = 1 - P102 = C C = C C 20 2 = C C 20 There is a probability that, in a random sample of 20 faculty, at least 1 has blood type O-negative. If we conducted this experiment 100 times, we would expect to select at least one of the faculty that have blood type O-negative about 73 times. EXAMPLE 3 Using the Hypergeometric Probability Distribution Problem: The hypergeometric probability distribution is used in acceptance sampling. Suppose that a machine shop orders 500 bolts from a supplier. To determine whether to accept the shipment of bolts, the manager of the facility randomly selects 12 bolts. If none of the 12 randomly selected bolts is found to be defective, he concludes that the shipment is acceptable. (a) If 10% of the bolts in the population are defective, what is the probability that none of the selected bolts are defective? (b) If 20% of the bolts in the population are defective, what is the probability that none of the selected bolts are defective?

4 6 4 Chapter 6 Discrete Probability Distributions Approach: This is a hypergeometric experiment with N = 500 and n = 12. In part (a), we have that = = 50 defectives. The possible values of the random variable X are x = 0, 1, 2, Á, 12 (you cannot have more successes than the sample size). Notice that a success means finding a defective bolt. In part (b), we have that = = 100 defectives. The possible values of the random variable X are x = 0, 1, 2, Á, 12. We use Formula (1) to compute the probabilities. Now Wor Problems 17(a) (e) Solution (a) We are looing for the probability of obtaining 0 successes, so x = 0. P102 = 1 50C C = 1 50C C 122 = C C 12 There is a probability that, in a random sample of 12 bolts, none are defective (if 10% of the bolts in the population are defective). If we conducted this experiment 100 times, we would expect to observe no defective bolts about 28 times. (b) We are looing for the probability of obtaining 0 successes, so x = 0. P102 = 1 100C C = 1 100C C 12 2 = C C 12 There is a probability that, in a random sample of 12 bolts, the manager will select none that are defective (if 20% of the bolts in the population actually are defective). If we conducted this experiment 100 times, we would expect to observe no defective bolts about 7 times. Notice that, as the number of defective bolts increases, the probability of not selecting a single defective bolt decreases. EXAMPLE 4 Computing Hypergeometric Probabilities Using Technology Problem: The hypergeometric probability distribution is used in acceptance sampling. Suppose that a machine shop orders 500 bolts from a supplier. To determine whether to accept the shipment of bolts, the manager of the facility randomly selects 12 bolts. If none of the 12 randomly selected bolts are found to be defective, he concludes that the shipment is acceptable. If 10% of the bolts in the population are defective, what is the probability that none of the selected bolts are defective? Approach: Statistical software or graphing calculators with advanced statistical features have the ability to determine hypergeometric probabilities. We use MINITAB to determine the probabilities. The steps for determining hypergeometric probabilities using MINITAB or Excel can be found in the Technology Step-by- Step on page 6 7. Solution: We use MINITAB to determine the probability. Recall that N = 500, = 50, and n = 12. See Figure 15. Figure 15 Probability Density Function* Hypergeometric with N 500, M 50, n 12 x P( X x ) Interpretation: There is a probability that, in a random sample of 12 bolts, none are defective (if 10% of the bolts in the population are defective). If we conducted this experiment 100 times, we would expect to observe no defective bolts about 28 times. *MINITAB s notation differs slightly from the notation that we use in this text. Instead of using to represent the number of successes in the population, MINITAB uses M.

5 Section 6.4 The Hypergeometric Probability Distribution Compute the Mean and Standard Deviation of a Hypergeometric Random Variable We discussed finding the mean and standard deviation of a discrete random variable in Section 6.1. The formulas can be used to find the mean and standard deviation of a hypergeometric random variable as well. However, a simpler method exists. Mean and Standard Deviation of a Hypergeometric Random Variable A hypergeometric random variable X has mean and standard deviation given by the formulas m X = n # (2) where n is the sample size and s N X = a N - n B N - 1 b # n # # N - N N is the number of successes in the population N is the size of the population The ratio is the proportion of successes in the population. If you loo carefully at N the formulas for the mean and standard deviation and replace with p, we almost N have the formulas for the mean and standard deviation of a binomial random N - n variable. (Note that is a finite population correction factor that approaches N as the population size increases, while n stays fixed and small relative to N. For this reason, we ignore its effect on the standard deviation of a binomial random variable) EXAMPLE 5 Computing the Mean and Standard Deviation of a Hypergeometric Random Variable Problem: Suppose that a researcher goes to a small college of 200 faculty, 12 of which have blood type O-negative. She obtains a simple random sample of n = 20 of the faculty. Determine the mean and standard deviation of the number of randomly selected faculty that will have blood type O-negative. Approach: This is a hypergeometric probability experiment with N = 200, n = 20, and = 12. We use Formula (2) to find the mean and the standard deviation, respectively. Solution and s X = a N - n B N - 1 b # n # # N - N N m X = n # N = 20 # = = a B b # 20 # # = 1.01 Now Wor Problem 17(f) Interpretation: We expect that, in a random sample of 20 faculty members, 1.2 will have blood type O-negative. If we tae many different samples of size 20 from this population, the mean number of faculty that have blood type O-negative will approach 1.2.

6 6 6 Chapter 6 Discrete Probability Distributions Concepts and Vocabulary 1. Explain the similarities and differences between the hypergeometric probability distribution and the binomial probability distribution. 2. What criteria must be satisfied for a random variable X to be a hypergeometric random variable? 3. When listing the possible values of the hypergeometric random variable X, it must be the case that x is less than or equal to the smaller of n or. Why? 4. In your own words, explain the logic behind Formula (1). Sill Building In Problems 5 8, verify that the following probability experiments represent hypergeometric probability experiments. Then determine the values of N, n, and list the possible values of the random variable X. 5. In Michigan s Winfall Lottery, a player must choose 6 numbers between 1 and 49, inclusive. Six balls numbered NW between 1 and 49 are then randomly selected from an urn. The random variable X represents the number of matching numbers. 6. In a neighborhood of 95 homes, 35 have pets. Suppose that 12 homes are selected at random. The random variable X represents the number of homes in the sample that have pets. 7. A manufacturer received an order of 250 computer chips. Unfortunately, 12 of the chips are defective. To test the shipment, the quality-control engineer randomly selects 20 chips from the box of 250 and tests them. The random variable X represents the number of defective chips in the sample of A baseball team has 25 players, 7 of whom bat left-handed. Suppose that the manager of this team is frustrated with the way the team is playing, so he decides to randomly select 9 players to play in the upcoming game. The random variable X is the number of left-handed batters in the game. In Problems 9 12, a hypergeometric probability experiment is conducted with the given parameters. Compute the probability of obtaining x successes In Problems 13 16, compute the mean and standard deviation of the hypergeometric random variable X ASSESS YOUR UNDERSTANDING N = 150, n = 20, = 30, x = 5 N = 60, n = 8, = 25, x = 3 N = 230, n = 15, = 200, x = 12 N = 150, n = 10, = 10, x = 1 N = 150, n = 20, = 30 N = 60, n = 8, = 25 N = 230, n = 15, = N = 150, n = 10, = 10 Applying the Concepts 17. Michigan s Classic Lotto 47 In Michigan s Classic Lotto 47 NW Lottery, a player must choose 6 numbers between 1 and 47, inclusive. Six balls numbered from 1 and 47 are then randomly selected from an urn. The random variable X represents the number of matching numbers. (a) What is the probability of matching 3 numbers? (b) What is the probability of matching 4 numbers? (c) What is the probability of matching 5 numbers? (d) What is the probability of matching 6 numbers? (e) A winning ticet is one in which the player matches 3, 4, 5, or 6 numbers. What is the probability of purchasing a winning ticet? Would it be unusual to purchase a winning ticet? (f) What is the mean and standard deviation of the random variable X? For a randomly selected ticet, how many numbers do you expect to match? 18. Got a Pet? In a neighborhood of 95 homes, 35 have pets. Suppose that 12 homes are selected at random. The random variable X represents the number of homes in the sample that have pets. (a) What is the probability of obtaining 8 homes with a pet? (b) What is the probability of obtaining 9 homes with a pet? (c) What is the probability of obtaining 12 homes with a pet? Would it be unusual to select 12 homes that have a pet? (d) What is the mean and standard deviation of the random variable X? 19. Acceptance Sampling A manufacturer received an order of 250 computer chips. Unfortunately, 12 of the chips are defective. To test the shipment, the quality-control engineer randomly selects 20 chips from the box of 250 and tests them. The random variable X represents the number of defective chips in the sample. (a) What is the probability of obtaining 4 defective chips? (b) What is the probability of obtaining 3 defective chips? (c) What is the probability that the quality-control engineer will not find any defective chips? (d) What is the probability of obtaining 14 defective chips? (e) How many defective chips would you expect to select? 20. Baseball Lineup A baseball team has 25 players, 7 of whom bat left-handed. Suppose that the manager of this team is frustrated with the way the team is playing, so he decides to randomly select 9 players to play in the upcoming game. The random variable X will be the number of left-handed batters in the game. (a) What is the probability of creating a lineup with 2 lefties? (b) What is the probability of creating a lineup with 1 lefty? (c) What is the probability of creating a lineup with no lefties? (d) What is the probability of creating a lineup with 8 lefties? (e) How many lefties would you expect to find in the lineup? 21. Hung Jury A hung jury is one that is unable to come to a unanimous decision regarding the guilt of the defendant. Suppose that there is a pool of 30 potential jurors, but 2 of the 30 potential jurors would never be willing to convict, regardless of the evidence presented. What is the probability that the trial will result in a hung jury, regardless of the evidence, if the jury consists of 12 randomly selected jurors?

7 Section 6.4 The Hypergeometric Probability Distribution Messy Soc Drawer Suppose that you wae up for wor in the dar and find that the lights don t wor in your bedroom. In addition, your soc drawer is a mess and contains 12 blac socs and 17 blue socs that otherwise loo alie. What is the probability that you randomly select two blac socs if you select exactly 2 socs? 23. Acceptance Sampling Suppose that a concrete manufacturer has made 200 concrete cylinders that are supposed to withstand 4,000 pounds per square inch of pressure. As the quality-control manager, you decide to randomly test 4 of the cylinders to be sure they are manufactured to specification. You will only accept the shipment if all 4 cylinders pass the inspection. What is the probability that the shipment is accepted: (a) If 10% of the 200 cylinders are defective? (b) If 20% of the 200 cylinders are defective? (c) If 40% of the 200 cylinders are defective? (d) If 60% of the 200 cylinders are defective? (e) If 80% of the 200 cylinders are defective? (f) Draw a horizontal axis and label it Percent Defective. Draw a vertical axis and label it Probability Accept Shipment. Plot probability accept shipment against the percent defective and connect the points in a smooth curve. This curve is referred to as an operating characteristic curve. TECHNOLOGY STEP-BY-STEP Computing Hypergeometric Probabilities Using Technology TI-83/84 Plus The TI-83/84 Plus graphing calculators do not have this feature. MINITAB Computing P(x) 1. If desired, enter the possible values of the random variable X whose probability you wish to compute in C1. For example, if we want the probability that x = 0, 1, 2, or 3 in Example 3(a), we enter 0, 1, 2, and 3 into C1. Computing P (X x) Follow the same steps as for computing P1x2. In the window that comes up after selecting Hypergeometric Á, select the radio button for Cumulative probability. 2. Select the Calc menu, highlight Probability Distributions, then highlight Hypergeometric Fill in the window as shown to obtain the probabilities from Example 3(a). Clic OK. Note that, if we only want P102, it is simplest to select the Input constant: radio button and enter 0 in the box. Excel Computing P(x) 1. If desired, enter the possible values of the random variable X whose probability you wish to compute in column A. For example, if we want the probability that x = 0, 1, 2, or 3 in Example 3(a), we enter 0, 1, 2, and 3 into column A. 2. With the cursor in cell B1, select the fx icon. Highlight Statistical in the Function category window. Highlight HYPGEOMDIST in the Function name window. Clic OK. 3. Fill in the window as shown to obtain the probabilities from Example 3(a). Clic OK. 4. Copy the contents in cell B1 to the remaining cells.

8 6.4 Assess Your Understanding Answers AN Assess Your Understanding (page 000) 5. N = 49, n = 6, = 6, X = 0, 1, 2, Á, 6 7. N = 250, n = 20, = 12, X = 0, 1, 2, Á, m X = 4, s X = m X = 13.0, s X = (a) (b) (c) (d) (e) (f) 0.766; 0.772; (a) (b) (c) (d) 0 (e) (a) (b) (c) (d) (e) (f) Probability Accept Shipment Percent Defective

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS A The Hypergeometric Situation: Sampling without Replacement In the section on Bernoulli trials [top of page 3 of those notes], it was indicated

More information

In this context, the thing we call the decision variable is K, the number of beds. Our solution will be done by stating a value for K.

In this context, the thing we call the decision variable is K, the number of beds. Our solution will be done by stating a value for K. STAT-UB.0103 NOTES for Wednesday 2012.FEB.15 Suppose that a hospital has a cardiac care unit which handles heart attac victims on the first day of their problems. The geographic area served by the hospital

More information

REPEATED TRIALS. p(e 1 ) p(e 2 )... p(e k )

REPEATED TRIALS. p(e 1 ) p(e 2 )... p(e k ) REPEATED TRIALS We first note a basic fact about probability and counting. Suppose E 1 and E 2 are independent events. For example, you could think of E 1 as the event of tossing two dice and getting a

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 06 McGraw-Hill/Irwin Copyright 2013 by The McGraw-Hill Companies, Inc. All rights reserved. LEARNING OBJECTIVES LO 6-1 Identify the characteristics of a probability

More information

a. The sample space consists of all pairs of outcomes:

a. The sample space consists of all pairs of outcomes: Econ 250 Winter 2009 Assignment 1 Due at Midterm February 11, 2009 There are 9 questions with each one worth 10 marks. 1. The time (in seconds) that a random sample of employees took to complete a task

More information

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last one, which is a success. In other words, you keep repeating

More information

14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS

14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS 14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS In Section 14.1 the idea of a discrete probability model was introduced. In the examples of that section the probability of each basic outcome of the experiment

More information

The Components of a Statistical Hypothesis Testing Problem

The Components of a Statistical Hypothesis Testing Problem Statistical Inference: Recall from chapter 5 that statistical inference is the use of a subset of a population (the sample) to draw conclusions about the entire population. In chapter 5 we studied one

More information

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type Chapter 2: Discrete Distributions 2.1 Random Variables of the Discrete Type 2.2 Mathematical Expectation 2.3 Special Mathematical Expectations 2.4 Binomial Distribution 2.5 Negative Binomial Distribution

More information

Each trial has only two possible outcomes success and failure. The possible outcomes are exactly the same for each trial.

Each trial has only two possible outcomes success and failure. The possible outcomes are exactly the same for each trial. Section 8.6: Bernoulli Experiments and Binomial Distribution We have already learned how to solve problems such as if a person randomly guesses the answers to 10 multiple choice questions, what is the

More information

STAT509: Discrete Random Variable

STAT509: Discrete Random Variable University of South Carolina September 16, 2014 Motivation So far, we have already known how to calculate probabilities of events. Suppose we toss a fair coin three times, we know that the probability

More information

Probability and Discrete Distributions

Probability and Discrete Distributions AMS 7L LAB #3 Fall, 2007 Objectives: Probability and Discrete Distributions 1. To explore relative frequency and the Law of Large Numbers 2. To practice the basic rules of probability 3. To work with the

More information

( ) P A B : Probability of A given B. Probability that A happens

( ) P A B : Probability of A given B. Probability that A happens A B A or B One or the other or both occurs At least one of A or B occurs Probability Review A B A and B Both A and B occur ( ) P A B : Probability of A given B. Probability that A happens given that B

More information

BIOSTATISTICS. Lecture 2 Discrete Probability Distributions. dr. Petr Nazarov

BIOSTATISTICS. Lecture 2 Discrete Probability Distributions. dr. Petr Nazarov Microarray Center BIOSTATISTICS Lecture 2 Discrete Probability Distributions dr. Petr Nazarov 28-02-2014 petr.nazarov@crp-sante.lu Lecture 2. Discrete probability distributions OUTLINE Lecture 2 Random

More information

Notes for Math 324, Part 17

Notes for Math 324, Part 17 126 Notes for Math 324, Part 17 Chapter 17 Common discrete distributions 17.1 Binomial Consider an experiment consisting by a series of trials. The only possible outcomes of the trials are success and

More information

Binomial random variable

Binomial random variable Binomial random variable Toss a coin with prob p of Heads n times X: # Heads in n tosses X is a Binomial random variable with parameter n,p. X is Bin(n, p) An X that counts the number of successes in many

More information

Probabilistic models

Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became the definitive formulation

More information

Module 8 Probability

Module 8 Probability Module 8 Probability Probability is an important part of modern mathematics and modern life, since so many things involve randomness. The ClassWiz is helpful for calculating probabilities, especially those

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

CHAPTER 3 Describing Relationships

CHAPTER 3 Describing Relationships CHAPTER 3 Describing Relationships 3.1 Scatterplots and Correlation The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Scatterplots and Correlation Learning

More information

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS

COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS COVENANT UNIVERSITY NIGERIA TUTORIAL KIT OMEGA SEMESTER PROGRAMME: ECONOMICS COURSE: CBS 221 DISCLAIMER The contents of this document are intended for practice and leaning purposes at the undergraduate

More information

1 of 6 7/16/2009 6:31 AM Virtual Laboratories > 11. Bernoulli Trials > 1 2 3 4 5 6 1. Introduction Basic Theory The Bernoulli trials process, named after James Bernoulli, is one of the simplest yet most

More information

Looking Ahead to Chapter 10

Looking Ahead to Chapter 10 Looking Ahead to Chapter Focus In Chapter, you will learn about polynomials, including how to add, subtract, multiply, and divide polynomials. You will also learn about polynomial and rational functions.

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 8 Quadratic Functions Contents Activity 8.1.3 Rolling Ball CBR Activity 8.1.7 Galileo in Dubai Activity 8.2.3 Exploring

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Introduction The markets can be thought of as a complex interaction of a large number of random

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions EGR 260 R. Van Til Industrial & Systems Engineering Dept. Copyright 2013. Robert P. Van Til. All rights reserved. 1 What s It All About? The behavior of many random processes

More information

Chapter. Probability

Chapter. Probability Chapter 3 Probability Section 3.1 Basic Concepts of Probability Section 3.1 Objectives Identify the sample space of a probability experiment Identify simple events Use the Fundamental Counting Principle

More information

CHAPTER 3 PROBABILITY TOPICS

CHAPTER 3 PROBABILITY TOPICS CHAPTER 3 PROBABILITY TOPICS 1. Terminology In this chapter, we are interested in the probability of a particular event occurring when we conduct an experiment. The sample space of an experiment is the

More information

Discrete Distributions

Discrete Distributions A simplest example of random experiment is a coin-tossing, formally called Bernoulli trial. It happens to be the case that many useful distributions are built upon this simplest form of experiment, whose

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 McGraw-Hill/Irwin Copyright 2012 by The McGraw-Hill Companies, Inc. All rights reserved. LO5 Describe and compute probabilities for a binomial distribution.

More information

Business Statistics Winter Quarter 2013 Practice Midterm Exam

Business Statistics Winter Quarter 2013 Practice Midterm Exam Business Statistics 4000 Winter Quarter 203 Practice Midterm Exam. (a) Answer TRUE or FALSE. A binomial distribution with n = 00 and p = 0.65 is best approximated by a normal distribution with mean µ =

More information

14.30 Introduction to Statistical Methods in Economics Spring 2009

14.30 Introduction to Statistical Methods in Economics Spring 2009 MIT OpenCourseWare http://ocw.mit.edu.30 Introduction to Statistical Methods in Economics Spring 009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. .30

More information

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions Week 5 Random Variables and Their Distributions Week 5 Objectives This week we give more general definitions of mean value, variance and percentiles, and introduce the first probability models for discrete

More information

Known probability distributions

Known probability distributions Known probability distributions Engineers frequently wor with data that can be modeled as one of several nown probability distributions. Being able to model the data allows us to: model real systems design

More information

HW on Ch Let X be a discrete random variable with V (X) = 8.6, then V (3X+5.6) is. V (3X + 5.6) = 3 2 V (X) = 9(8.6) = 77.4.

HW on Ch Let X be a discrete random variable with V (X) = 8.6, then V (3X+5.6) is. V (3X + 5.6) = 3 2 V (X) = 9(8.6) = 77.4. HW on Ch 3 Name: Questions:. Let X be a discrete random variable with V (X) = 8.6, then V (3X+5.6) is. V (3X + 5.6) = 3 2 V (X) = 9(8.6) = 77.4. 2. Let X be a discrete random variable with E(X 2 ) = 9.75

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

Review of Basic Probability

Review of Basic Probability Review of Basic Probability Erik G. Learned-Miller Department of Computer Science University of Massachusetts, Amherst Amherst, MA 01003 September 16, 2009 Abstract This document reviews basic discrete

More information

Probabilistic models

Probabilistic models Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became

More information

Discrete Distributions

Discrete Distributions Discrete Distributions Applications of the Binomial Distribution A manufacturing plant labels items as either defective or acceptable A firm bidding for contracts will either get a contract or not A marketing

More information

Statistical Process Control

Statistical Process Control Statistical Process Control Outline Statistical Process Control (SPC) Process Capability Acceptance Sampling 2 Learning Objectives When you complete this supplement you should be able to : S6.1 Explain

More information

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Applications Elementary Set Theory Random

More information

P(A) = Definitions. Overview. P - denotes a probability. A, B, and C - denote specific events. P (A) - Chapter 3 Probability

P(A) = Definitions. Overview. P - denotes a probability. A, B, and C - denote specific events. P (A) - Chapter 3 Probability Chapter 3 Probability Slide 1 Slide 2 3-1 Overview 3-2 Fundamentals 3-3 Addition Rule 3-4 Multiplication Rule: Basics 3-5 Multiplication Rule: Complements and Conditional Probability 3-6 Probabilities

More information

PROBABILITY.

PROBABILITY. PROBABILITY PROBABILITY(Basic Terminology) Random Experiment: If in each trial of an experiment conducted under identical conditions, the outcome is not unique, but may be any one of the possible outcomes,

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a Mass Hanging from a Spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

An-Najah National University Faculty of Engineering Industrial Engineering Department. Course : Quantitative Methods (65211)

An-Najah National University Faculty of Engineering Industrial Engineering Department. Course : Quantitative Methods (65211) An-Najah National University Faculty of Engineering Industrial Engineering Department Course : Quantitative Methods (65211) Instructor: Eng. Tamer Haddad 2 nd Semester 2009/2010 Chapter 3 Discrete Random

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

Topic 3 - Discrete distributions

Topic 3 - Discrete distributions Topic 3 - Discrete distributions Basics of discrete distributions Mean and variance of a discrete distribution Binomial distribution Poisson distribution and process 1 A random variable is a function which

More information

This exam is closed book and closed notes. (You will have access to a copy of the Table of Common Distributions given in the back of the text.

This exam is closed book and closed notes. (You will have access to a copy of the Table of Common Distributions given in the back of the text. TEST #1 STA 5326 September 25, 2014 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. (You will have access

More information

4. Conditional Probability

4. Conditional Probability 1 of 13 7/15/2009 9:25 PM Virtual Laboratories > 2. Probability Spaces > 1 2 3 4 5 6 7 4. Conditional Probability Definitions and Interpretations The Basic Definition As usual, we start with a random experiment

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Discrete probability distributions

Discrete probability distributions Discrete probability s BSAD 30 Dave Novak Fall 08 Source: Anderson et al., 05 Quantitative Methods for Business th edition some slides are directly from J. Loucks 03 Cengage Learning Covered so far Chapter

More information

AP STATISTICS. 7.3 Probability Distributions for Continuous Random Variables

AP STATISTICS. 7.3 Probability Distributions for Continuous Random Variables AP STATISTICS 7.3 Probability Distributions for Continuous Random Variables 7.3 Objectives: Ø Understand the definition and properties of continuous random variables Ø Be able to represent the probability

More information

Mathematical Statistics 1 Math A 6330

Mathematical Statistics 1 Math A 6330 Mathematical Statistics 1 Math A 6330 Chapter 3 Common Families of Distributions Mohamed I. Riffi Department of Mathematics Islamic University of Gaza September 28, 2015 Outline 1 Subjects of Lecture 04

More information

2.6 Tools for Counting sample points

2.6 Tools for Counting sample points 2.6 Tools for Counting sample points When the number of simple events in S is too large, manual enumeration of every sample point in S is tedious or even impossible. (Example) If S contains N equiprobable

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information

PHYSICS 212 LABORATORY MANUAL CALVIN COLLEGE

PHYSICS 212 LABORATORY MANUAL CALVIN COLLEGE PHYSICS 212 LABORATORY MANUAL CALVIN COLLEGE 2003 Physics 212 Calvin College Variables and Fair Tests (adapted from Physics 113 lab manual) Suppose I wanted to determine whether being in darkness would

More information

C Homework Set 3 Spring The file CDCLifeTable is available from the course web site. It s in the M folder; the direct link is

C Homework Set 3 Spring The file CDCLifeTable is available from the course web site. It s in the M folder; the direct link is 1. The file CDCLifeTable is available from the course web site. It s in the M folder; the direct link is http://people.stern.nyu.edu/gsimon/statdata/b01.1305/m/index.htm This has data for non-hispanic

More information

Math st Homework. First part of Chapter 2. Due Friday, September 17, 1999.

Math st Homework. First part of Chapter 2. Due Friday, September 17, 1999. Math 447. 1st Homework. First part of Chapter 2. Due Friday, September 17, 1999. 1. How many different seven place license plates are possible if the first 3 places are to be occupied by letters and the

More information

Macomb Community College Department of Mathematics. Review for the Math 1340 Final Exam

Macomb Community College Department of Mathematics. Review for the Math 1340 Final Exam Macomb Community College Department of Mathematics Review for the Math 0 Final Exam WINTER 0 MATH 0 Practice Final Exam WI0 Math0PF/lm Page of MATH 0 Practice Final Exam MATH 0 DEPARTMENT REVIEW FOR THE

More information

Test 2 VERSION B STAT 3090 Spring 2017

Test 2 VERSION B STAT 3090 Spring 2017 Multiple Choice: (Questions 1 20) Answer the following questions on the scantron provided using a #2 pencil. Bubble the response that best answers the question. Each multiple choice correct response is

More information

Statistical Inference Theory Lesson 46 Non-parametric Statistics

Statistical Inference Theory Lesson 46 Non-parametric Statistics 46.1-The Sign Test Statistical Inference Theory Lesson 46 Non-parametric Statistics 46.1 - Problem 1: (a). Let p equal the proportion of supermarkets that charge less than $2.15 a pound. H o : p 0.50 H

More information

Math 227 Test 2 Ch5. Name

Math 227 Test 2 Ch5. Name Math 227 Test 2 Ch5 Name Find the mean of the given probability distribution. 1) In a certain town, 30% of adults have a college degree. The accompanying table describes the probability distribution for

More information

their contents. If the sample mean is 15.2 oz. and the sample standard deviation is 0.50 oz., find the 95% confidence interval of the true mean.

their contents. If the sample mean is 15.2 oz. and the sample standard deviation is 0.50 oz., find the 95% confidence interval of the true mean. Math 1342 Exam 3-Review Chapters 7-9 HCCS **************************************************************************************** Name Date **********************************************************************************************

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

1 Preliminaries Sample Space and Events Interpretation of Probability... 13

1 Preliminaries Sample Space and Events Interpretation of Probability... 13 Summer 2017 UAkron Dept. of Stats [3470 : 461/561] Applied Statistics Ch 2: Probability Contents 1 Preliminaries 3 1.1 Sample Space and Events...........................................................

More information

Chapter 3. Discrete Random Variables and Their Probability Distributions

Chapter 3. Discrete Random Variables and Their Probability Distributions Chapter 3. Discrete Random Variables and Their Probability Distributions 2.11 Definition of random variable 3.1 Definition of a discrete random variable 3.2 Probability distribution of a discrete random

More information

Forces and Newton s Second Law

Forces and Newton s Second Law Forces and Newton s Second Law Goals and Introduction Newton s laws of motion describe several possible effects of forces acting upon objects. In particular, Newton s second law of motion says that when

More information

UNIVERSITY OF CALIFORNIA, BERKELEY

UNIVERSITY OF CALIFORNIA, BERKELEY UNIVERSITY OF CALIFORNIA, BERKELEY DEPARTMENT OF STATISTICS STAT 34: Concepts of Probability Spring 24 Instructor: Antar Bandyopadhyay Solution to the Midterm Examination. A point X, Y is randomly selected

More information

Unit 6: Quadratics. Contents

Unit 6: Quadratics. Contents Unit 6: Quadratics Contents Animated gif Program...6-3 Setting Bounds...6-9 Exploring Quadratic Equations...6-17 Finding Zeros by Factoring...6-3 Finding Zeros Using the Quadratic Formula...6-41 Modeling:

More information

Chapter 3: Discrete Random Variable

Chapter 3: Discrete Random Variable Chapter 3: Discrete Random Variable Shiwen Shen University of South Carolina 2017 Summer 1 / 63 Random Variable Definition: A random variable is a function from a sample space S into the real numbers.

More information

2: SIMPLE HARMONIC MOTION

2: SIMPLE HARMONIC MOTION 2: SIMPLE HARMONIC MOTION Motion of a mass hanging from a spring If you hang a mass from a spring, stretch it slightly, and let go, the mass will go up and down over and over again. That is, you will get

More information

10.1. Randomness and Probability. Investigation: Flip a Coin EXAMPLE A CONDENSED LESSON

10.1. Randomness and Probability. Investigation: Flip a Coin EXAMPLE A CONDENSED LESSON CONDENSED LESSON 10.1 Randomness and Probability In this lesson you will simulate random processes find experimental probabilities based on the results of a large number of trials calculate theoretical

More information

Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols

Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols We re providing this lesson as a sample of the curriculum we use at the Park School of Baltimore in grades 9-11. If you d like

More information

Lecture 2 Binomial and Poisson Probability Distributions

Lecture 2 Binomial and Poisson Probability Distributions Binomial Probability Distribution Lecture 2 Binomial and Poisson Probability Distributions Consider a situation where there are only two possible outcomes (a Bernoulli trial) Example: flipping a coin James

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problem 1. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problem 1. Work neatly. Introduction to Statistics Math 1040 Sample Final Exam - Chapters 1-11 6 Problem Pages Time Limit: 1 hour and 50 minutes Open Textbook Calculator Allowed: Scientific Name: The point value of each problem

More information

Estadística I Exercises Chapter 4 Academic year 2015/16

Estadística I Exercises Chapter 4 Academic year 2015/16 Estadística I Exercises Chapter 4 Academic year 2015/16 1. An urn contains 15 balls numbered from 2 to 16. One ball is drawn at random and its number is reported. (a) Define the following events by listing

More information

STA 584 Supplementary Examples (not to be graded) Fall, 2003

STA 584 Supplementary Examples (not to be graded) Fall, 2003 Page 1 of 8 Central Michigan University Department of Mathematics STA 584 Supplementary Examples (not to be graded) Fall, 003 1. (a) If A and B are independent events, P(A) =.40 and P(B) =.70, find (i)

More information

STAT400. Sample questions for midterm Let A and B are sets such that P (A) = 0.6, P (B) = 0.4 and P (AB) = 0.3. (b) Compute P (A B).

STAT400. Sample questions for midterm Let A and B are sets such that P (A) = 0.6, P (B) = 0.4 and P (AB) = 0.3. (b) Compute P (A B). STAT400 Sample questions for midterm 1 1 Let A and B are sets such that P A = 06, P B = 04 and P AB = 0 a Compute P A B b Compute P A B c Compute P A B Solution a P A B = P A + P B P AB = 06 + 04 0 = 07

More information

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability Probability Chapter 1 Probability 1.1 asic Concepts researcher claims that 10% of a large population have disease H. random sample of 100 people is taken from this population and examined. If 20 people

More information

II. The Binomial Distribution

II. The Binomial Distribution 88 CHAPTER 4 PROBABILITY DISTRIBUTIONS 進佳數學團隊 Dr. Herbert Lam 林康榮博士 HKDSE Mathematics M1 II. The Binomial Distribution 1. Bernoulli distribution A Bernoulli eperiment results in any one of two possible

More information

Chapter 6. Probability

Chapter 6. Probability Chapter 6 robability Suppose two six-sided die is rolled and they both land on sixes. Or a coin is flipped and it lands on heads. Or record the color of the next 20 cars to pass an intersection. These

More information

The topics in this section concern with the first course objective.

The topics in this section concern with the first course objective. 1.1 Systems & Probability The topics in this section concern with the first course objective. A system is one of the most fundamental concepts and one of the most useful and powerful tools in STEM (science,

More information

Sample Problems for the Final Exam

Sample Problems for the Final Exam Sample Problems for the Final Exam 1. Hydraulic landing assemblies coming from an aircraft rework facility are each inspected for defects. Historical records indicate that 8% have defects in shafts only,

More information

Lesson One Hundred and Sixty-One Normal Distribution for some Resolution

Lesson One Hundred and Sixty-One Normal Distribution for some Resolution STUDENT MANUAL ALGEBRA II / LESSON 161 Lesson One Hundred and Sixty-One Normal Distribution for some Resolution Today we re going to continue looking at data sets and how they can be represented in different

More information

Lecture 6. Probability events. Definition 1. The sample space, S, of a. probability experiment is the collection of all

Lecture 6. Probability events. Definition 1. The sample space, S, of a. probability experiment is the collection of all Lecture 6 1 Lecture 6 Probability events Definition 1. The sample space, S, of a probability experiment is the collection of all possible outcomes of an experiment. One such outcome is called a simple

More information

Have fun & we ll see you in August!

Have fun & we ll see you in August! Kids Information Page We re so proud of you for taking the time to work on math over the summer! Here are some helpful hints for success: Find a quiet work space where you can get organized and stay focused.

More information

Lesson 4: The Opposite of a Number

Lesson 4: The Opposite of a Number Student Outcomes Students understand that each nonzero integer,, has an opposite, denoted ; and that and are opposites if they are on opposite sides of zero and are the same distance from zero on the number

More information

Probability Problems for Group 3(Due by EOC Mar. 6)

Probability Problems for Group 3(Due by EOC Mar. 6) Probability Problems for Group (Due by EO Mar. 6) Bob And arol And Ted And Alice And The Saga ontinues. Six married couples are standing in a room. a) If two people are chosen at random, find the probability

More information

UNIT 2B QUADRATICS II

UNIT 2B QUADRATICS II UNIT 2B QUADRATICS II M2 12.1-8, M2 12.10, M1 4.4 2B.1 Quadratic Graphs Objective I will be able to identify quadratic functions and their vertices, graph them and adjust the height and width of the parabolas.

More information

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test Discrete distribution Fitting probability models to frequency data A probability distribution describing a discrete numerical random variable For example,! Number of heads from 10 flips of a coin! Number

More information

Looking Ahead to Chapter 4

Looking Ahead to Chapter 4 Looking Ahead to Chapter Focus In Chapter, you will learn about functions and function notation, and you will find the domain and range of a function. You will also learn about real numbers and their properties,

More information

Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area

Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area under the curve. The curve is called the probability

More information

Lectures on Elementary Probability. William G. Faris

Lectures on Elementary Probability. William G. Faris Lectures on Elementary Probability William G. Faris February 22, 2002 2 Contents 1 Combinatorics 5 1.1 Factorials and binomial coefficients................. 5 1.2 Sampling with replacement.....................

More information

Statistical Quality Control - Stat 3081

Statistical Quality Control - Stat 3081 Statistical Quality Control - Stat 3081 Awol S. Department of Statistics College of Computing & Informatics Haramaya University Dire Dawa, Ethiopia March 2015 Introduction Lot Disposition One aspect of

More information

Notes slides from before lecture. CSE 21, Winter 2017, Section A00. Lecture 16 Notes. Class URL:

Notes slides from before lecture. CSE 21, Winter 2017, Section A00. Lecture 16 Notes. Class URL: Notes slides from before lecture CSE 21, Winter 2017, Section A00 Lecture 16 Notes Class URL: http://vlsicad.ucsd.edu/courses/cse21-w17/ Notes slides from before lecture Notes March 8 (1) This week: Days

More information

Using Probability to do Statistics.

Using Probability to do Statistics. Al Nosedal. University of Toronto. November 5, 2015 Milk and honey and hemoglobin Animal experiments suggested that honey in a diet might raise hemoglobin level. A researcher designed a study involving

More information

Mt. Douglas Secondary

Mt. Douglas Secondary Foundations of Math 11 Calculator Usage 207 HOW TO USE TI-83, TI-83 PLUS, TI-84 PLUS CALCULATORS FOR STATISTICS CALCULATIONS shows it is an actual calculator key to press 1. Using LISTS to Calculate Mean,

More information

STAT 516 Midterm Exam 2 Friday, March 7, 2008

STAT 516 Midterm Exam 2 Friday, March 7, 2008 STAT 516 Midterm Exam 2 Friday, March 7, 2008 Name Purdue student ID (10 digits) 1. The testing booklet contains 8 questions. 2. Permitted Texas Instruments calculators: BA-35 BA II Plus BA II Plus Professional

More information