Six Sigma Black Belt Study Guides

Size: px
Start display at page:

Download "Six Sigma Black Belt Study Guides"

Transcription

1 Six Sigma Black Belt Study Guides 1 Powered by POeT Solvers Limited.

2 Analytical statistics helps to draw conclusions about a population by analyzing the data collected from a sample of such population. Accuracy of the conclusions about the population depends on the size of the sample studied. The bigger the sample size, the greater is the accuracy. Steps involved in analytical statistics: Constructing a hypothesis on the requirement Constructing a hypothesis on the requirement Collecting data Analyzing data Drawing inferences on the validity of the hypothesis Analytical statistics is used to: Estimate population parameters Determine the differences between two populations Determine the differences among a number of populations Determine the degree of relationship between two or more parameters 2 Powered by POeT Solvers Limited.

3 Probability Chance/possibility of some event occurring Expressed in terms of fraction (varies between 0 to 1) Example: The probability of getting a face value of 4 when you roll a fair die is 1/6. Terminology Experiment : Rolling a fair die Outcome: The result of an experiment. In the above experiment, there can be six outcomes, namely, obtaining die face values of 1, 2, 3, 4, 5, and 6. Sample space: The set of all possible outcomes of an experiment. In the above example, the sample space S = {1, 2, 3, 4, 5, 6}. Event: An event is a subset of the sample space. In the above example, the event A is face value of 4, or A = {4}. Union: The union of two events consisting of all the outcomes contained in either one of them. 3 Powered by POeT Solvers Limited.

4 Intersection: The intersection of two events is defined as the set of all the outcomes common to both the events. The intersection of two events A and B is denoted as A B. Complement: The complement of set A is defined by A c = S A. Hence, the complement of a set is the set of all outcomes of the sample space except those contained in the event itself. Worked example: In a group of employees of ABC Inc., 60% have passed GB certification, 45% have passed BB certification, and 25% have passed both. What is the percentage of employees who have passed neither? Solution: Let A and B denote the set of all employees in the group who have passed GB and BB certification respectively. Hence P (A) = 0.6, P (B) = 0.45, and P (A B) = We need to find out the percentage of employees who have passed neither of the exams, i.e. percentage of employees who failed in both the exams, i.e. P (A c B c ) To find out this, we need to know axioms of probability, De Morgan s Law, and addition rule. 4 Powered by POeT Solvers Limited.

5 Axioms of Probability: Consider a sample space S and an event A from that sample space. Then, P(S) = 1 0 P(A) 1 P(A c ) = 1 P(A) De Morgan s Law: A c B c = (AUB) c A c U B c = (A B) c Addition Rule: For any two events A and B from the sample space S, the probabilities of either one of the events occurring is P (AUB) = P (A) + P (B) P (A B) Remember Key words A or B Both A and B Only A Only B Notation AUB A B A (A B) B (A B) A B A B 5 Powered by POeT Solvers Limited.

6 Worked example (continued) To find out P (A c B c ) P(A c B c ) = P((AUB) c ) [using De Morgan s law] = 1 P (AUB) [using axioms of probability] = 1 {P (A) + P (B) P (A B)} [using the addition rule] = 1 { } = 0.2 Hence, 20% of the employees of the group have passed neither of the two exams. 6 Powered by POeT Solvers Limited.

7 Equally likely outcomes: When a sample space consists of N possible outcomes all of which are equally likely to occur, then the probability for occurrence of each outcome is 1/N. Example: We can take the example of rolling a fair die where the occurrence of the outcomes (face value 1, 2, 3, 4, 5, or 6) are equally likely. Hence, the probability of getting a face value 5 is 1/6. Mutually exclusive: Two events A and B are said to be mutually exclusive if A B = (null set or empty set, which contains no element), i.e. mutually exclusive events have no common outcomes. Example: If B = {2, 3, 5} and C = {1, 4, 7, 8}, then B C = C are mutually exclusive. ; hence B and Independency: Two events A and B are said to be independent if P (A B) = P (A) P (B). It can be generalized for more than two independent events A, B, C, P (A B C.) = P (A) P (B) P(C).. This rule is referred to as Multiplication rule. Example: What is the probability of getting tails all the three times on three consecutive flips of a coin? Solution: Since the probability of getting tails on flipping a fair coin once is 0.5, the probability of getting all tails on three consecutive flips is 0.5X0.5X0.5 = Powered by POeT Solvers Limited.

8 Conditional probability: The conditional probability of an event A, given that another event B has already occurred, is defined by P (AIB) = P (A B) or P (A B) = P (B) P (AIB) P (B) Worked example: A box contains 130 components, of which 7 are defective. One component is randomly taken from the box and placed in a machine. A second component is then taken from the box. What is the probability that the second component is defective? Solution: Let A denote the event the first component is defective and B denote the event the first component is good. Hence, P (A) = 7/130 and P (B) = (130-7)/130. Now let C denote the event the second component is defective. The required probability is P(C). P(C) = P(C (AUB)) = P ((C A) U (C B)) = P (C A) + P (C B) P (C A) = P (A) P (CIA) = 7/130 X 6/129 = P (C B) = P (B) P (CIB) = 123/130 X 7/129 = P(C) = = So, the probability that the second component is defective is Powered by POeT Solvers Limited.

9 Combination: Combination is related to a simple selection of elements from a set without any order. It is the number of ways of choosing k objects from a set of n objects ignoring the order of choosing. It is mathematically denoted as n C k = n! (n k)! k! Example: In how many different ways can you select 2 books out of 5 books (ignore the order of selection)? Let us number the books as 1, 2, 3, 4, and 5. Now, we can select two books as: (1, 2), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 4), (3, 5), and (4, 5). Thus, this problem can be easily solved by using the formula for combination, i.e. 9 Powered by POeT Solvers Limited.

10 Permutation: Permutation is related to the orderly arrangement of objects. A permutation is the number of ways of selecting k objects from a set of n objects while the order of selection is also taken into account. This can be mathematically denoted as: n P k = n! (n k)! Consider the last example but with the order of selection also taken into account: The permutations are: (1,2) (2,3) (3,5) (4,1) (5,2) (1,3) (2,4) (4,5) (5,1) (4,3) (1,4) (2,5) (2,1) (3,2) (5,3) (1,5) (3,4) (3,1) (4,2) (5,4) The problem can easily be solved by using the formula for permutation: 10 Powered by POeT Solvers Limited.

11 Probability distribution Distribution of a set of data is typically expressed by its shape, average (central tendency), or standard deviation (spread). It describes the nature of the data location, i.e. whether the data is concentrated near the mean (symmetry) or the concentration is on either side (skewed). The shape of the distribution is determined by the attributes like symmetry, skewness, and kurtosis Powered by POeT Solvers Limited.

12 Important Continuous Distributions Normal Bivariate normal Lognormal Exponential Weibull Chi-square Student s t F Important Discrete Distributions Binomial Poisson Hypergeometric 12 Powered by POeT Solvers Limited.

13 Discrete Distributions Binomial distribution: Bin (n, p) Bernoulli Trial: It is an experiment that has only two possible outcomes - success (s) and failure (f). Now consider a sequence of n Bernoulli trials having the following properties: 1) The trials are independent of one another, i.e. the outcome of one trial does not depend on the outcome of any other trial. 2) The trials are identical, i.e. P (success) = constant for all trials. Let us denote this by p. Such a sequence is called a sequence of n independent and identical Bernoulli (p) trials Powered by POeT Solvers Limited.

14 Conditions for Use of Binomial Distribution Events are independent. Events are mutually exclusive with 2 outcomes (Success/Failure, Good/Defective, Yes/No, etc.). Probability (p) of each outcome should remain constant during trials. Number of trials are finite (n) Powered by POeT Solvers Limited.

15 Application in Six Sigma Projects: Binomial distribution is used to determine the probability of obtaining a certain number of defectives in a sample of known size derived from a population with known defectives percentage. Formula: P (X = x) = n C x p x (1 p) (n-x) x = 0, 1, 2, 3,., n; 0< p < 1 Where n = sample size, x = number of defectives, p = defective rate in the population Bin (n, p) Sample Size Defective Percentage Remember 15 Powered by POeT Solvers Limited.

16 Worked example: A random sample of size 8 is selected from a batch with 12.54% defectives. Find the probability that the sample has exactly two defectives? Solution: Substitute n = 8, x = 2, and p = in the formula P (X = x) = n C x p x (1- p) (n-x) P(X = 2) = 8 C 2 (0.1254) 2 ( ) (8-2) = The probability that the sample contains exactly two defectives is Powered by POeT Solvers Limited.

17 Hypergeometric Distribution Finite population equivalent of the binomial distribution Let the objects be selected at random one after another without replacement from a finite population consisting of k successes and N - k failures [N = population size]. Here, the trails are not independent since the selection is made without replacement. The mean is given by nk/n (note that in the Binomial (n, p) distribution, the mean is given by np). The binomial p = k/n provides a good approximation to the hypergeometric distribution in many cases Powered by POeT Solvers Limited.

18 Formula: P(X = x) = k C x (N-k) C (n-x) x = max (0, n + k n) to min (k,n) N C n N = finite population size n = sample size k = number of successes in the population (in Six Sigma terms, this is the number of defective units in the population) x = number of successes in the sample (in Six Sigma terms, this is the number of defective units in the sample) 18 Powered by POeT Solvers Limited.

19 Worked example From among the 60 persons applying for the Quality Analyst position in an organization, only 32 have GB certification. If 6 are randomly selected from this group, what is the probability that none of them possesses the certification? Solution: Substitute N = 60 (number of persons applying for the position), n = 6 (sample size), k = 32 (number of GB certified persons. Note: Here, GB certification is the success) and x = 0 in the formula P(X = 0) = This is the probability that none among the group selected is GB certified Powered by POeT Solvers Limited.

20 Poisson Distribution Poi (λ) It is the number of events that occur in a specified time interval with the following assumptions: Events occur singly (one after another) at a constant rate, say λ per unit time The number of events that occur in non-overlapping time intervals are independent of one another. The events are described as occurring as a Poisson process with rate λ. Poisson distribution describes the number of events that occur in a specified interval of time Powered by POeT Solvers Limited.

21 Applications of Poisson Distribution in Six Sigma Projects Used to describe the number of defects per unit time Used as a basis for the λ for c and u control charts Other Applications Poisson distribution is also used to analyze: The number of transactions monitored per day in a BPO The number of alpha particles emitted by a radio active element per unit time 21 Powered by POeT Solvers Limited.

22 Poisson distribution as a very good approximation to the Binomial If a sequence of binomial (n, p) distributions be such that the mean np is held constant as λ, the two limiting conditions n and p 0 being satisfied simultaneously (typically n 100 and p 0.05), then the limit leads to the Poisson ( λ) distribution. Formula: P(X = x) = (λ x e -λ ) / x! x = 0, 1, 3,.; λ > 0 λ = mean number of counts in an interval (λ > 0) x = number of defects / counts in the sample / interval e = a constant which is approximately equal to P(X = x) = probability of x occurrences in the sample / interval 22 Powered by POeT Solvers Limited.

23 Worked Example: ABC Inc. is a BPO company working in three shifts and the defects per each shift follow a Poisson distribution with mean values as given below: Shift Mean Find the probability that the third shift produces less than three defects. Solution: The required probability is P(X < 3) P(X < 3) = P(X = 0, 1, 2) = P(X = 0) + P(X = 1) + P(X = 2) Note that here = 4.7 (mean value for the third shift is 4.7 and is the mean of the Poisson distribution) The required probability P(X < 3) = = Powered by POeT Solvers Limited.

24 Remember Defect Use Poisson (λ) λ = average number of defects Defective Use Binomial (n,p) n = sample size, p = defectives percentage 24 Powered by POeT Solvers Limited.

25 Continuous Distributions Probability Density Function (PDF) The probability density function (PDF) is a mathematical function [generally denoted as f(x)] that models the probability density reflected in a histogram. PDF suggests the shape of the probability distribution. It is used in probability distributions for continuous variables. PDF uses integrals summation of all the areas under the curve such as the one shaded in the following diagram: 25 Powered by POeT Solvers Limited.

26 Uniform Distribution: U (a, b) The probability density function (PDF) of the uniform distribution is 1 f (x) = b a for a x b 0 for x < a and X > b The plot of a uniform distribution has a horizontal line as the probability of occurrence is constant for all values Powered by POeT Solvers Limited.

27 Normal Distribution: N (µ, σ) The PDF is given by f (x) = 1 exp (x - µ) 2 2π σ 2σ 2 - <x<, - <µ<, 0<σ< Properties of a normal curve It is bell shaped (i.e. most of the data points are concentrated near the mean) Symmetric about the mean Mean = median = mode Area under the standard normal curve = 1 Unimodal (i.e. has one mode) The standard normal distribution has mean = 0 and standard deviation = Powered by POeT Solvers Limited.

28 Calculate the area under the standard normal curve between standard deviations and standard deviations. ᶲ(z) 0 z P (1.24<X<1.65) =P(X < 1.65) P (X < 1.24) =Area to the left of 1.65 Area to the left of 1.24 = [From the standard normal table] = Powered by POeT Solvers Limited.

29 Hence, the area under the curve between the two values is Since the total area under the curve is 1, the area under the curve between the two vertical lines is 5.802% of the total area under the curve. In most of the applications, area under the curve represents the population under consideration. So, in this context, it can be said that 5.802% of the population lies between 1.24 and Powered by POeT Solvers Limited.

30 Bivariate Normal Distribution This is used in bivariate cases (X, Y) involving two variables each of which is normally distributed. The resulting distribution is called bivariate normal distribution Powered by POeT Solvers Limited.

31 Density Lognormal Distribution Analytical Statistics The PDF is given by f (x) = 1 exp (ln (x) - µ) 2 2 where x > 0. xσ 2π σ 2σ It is a right skewed distribution with most of the data residing in the left tail. For this distribution, natural logarithms of the original data follow a normal distribution. Applications The lognormal distribution can be used to model various situations involving response time, time to failure data, time to repair data, etc Distribution Plot Lognormal, Loc=0, Scale=1, Thresh= X 31 Powered by POeT Solvers Limited.

32 Density Analytical Statistics Exponential (λ) Distribution The PDF is given by f (x) = λe-2 -λx, where x > Distribution Plot Lognormal, Loc=0, Scale=1, Thresh= X The exponential distribution and poisson distribution are closely related. If X follows a poisson distribution, then the reciprocal Y = 1/X is exponentially distributed. Example: Suppose average failures are 0.60 per hour (discrete data - poisson distribution), then the mean time between failures (MTBF) is 1/0.6 = 1.67 hours (continuous data exponential distribution). Applications This is used to model lifetimes of certain elements. To determine the average time between failures or average time between a number of occurrences. Frequently used to analyze reliability 32 Powered by POeT Solvers Limited.

33 Weibull Distribution The PDF is given by f (x) = αβ(x y) β 1 -α(x y)β e where α = scale parameter, β = shape parameter, y = location parameter Depending on the value of β, the weibull function takes many shapes as indicated below (for β = 1, it is exponential and for β = 3.5, it is approximately normal). Applications Widely used in reliability Can be used in similar applications as in lognormal distribution, for example, to measure time to fail, time to repair, material strength, etc Powered by POeT Solvers Limited.

34 Student s t Distribution Commonly used to determine the confidence interval of the population mean Used to test hypothesis when the means of sample populations are compared (This will be discussed in detail in the subsequent chapters). The shape of the t distribution approaches the normal distribution as the sample size increases Typically at n 31, t and normal distribution will be the same. t distribution has one parameter n, which is a positive integer that specifies the number of degrees of freedom (degree of freedom is defined as an unrestricted variable in a distribution) The shape of the distribution takes various forms as determined by its number of degrees of freedom n 34 Powered by POeT Solvers Limited.

35 Density Analytical Statistics Chi-Square (x 2 ) Distribution It is used in the testing of hypothesis to test population variance against its known or assumed value. It is a right skewed distribution, or, in other words, the curve has its long tail toward the higher values of the distribution. It has one parameter k, which is a positive integer that specifies the number of degrees of freedom Distribution Plot Chi-Square, df = X 35 Powered by POeT Solvers Limited.

36 Density Analytical Statistics F Distribution F distribution is used in testing of hypothesis for equality of variances. It is very important in ANOVA, which is a technique used in design of experiments (DOE), for testing significant differences in variance within and between test runs. F distribution has 2 parameters n1 and n2 called degrees of freedom. Shape of the distribution curve is non-symmetrical and varies with the degrees of freedom Distribution Plot F, df1 = 10, df2 = X 36 Powered by POeT Solvers Limited.

37 In this chapter, we have learned about: Introduction to Analytical Statistics Probability Continuous and discrete distributions 37 Powered by POeT Solvers Limited.

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

Statistics I for QBIC. Contents and Objectives. Chapters 1 7. Revised: August 2013

Statistics I for QBIC. Contents and Objectives. Chapters 1 7. Revised: August 2013 Statistics I for QBIC Text Book: Biostatistics, 10 th edition, by Daniel & Cross Contents and Objectives Chapters 1 7 Revised: August 2013 Chapter 1: Nature of Statistics (sections 1.1-1.6) Objectives

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Review of Random Variables

Review of Random Variables Chapter 1 Review of Random Variables Updated: January 16, 2015 This chapter reviews basic probability concepts that are necessary for the modeling and statistical analysis of financial data. 1.1 Random

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Lecture 5 : The Poisson Distribution

Lecture 5 : The Poisson Distribution Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

E3: PROBABILITY AND STATISTICS lecture notes

E3: PROBABILITY AND STATISTICS lecture notes E3: PROBABILITY AND STATISTICS lecture notes 2 Contents 1 PROBABILITY THEORY 7 1.1 Experiments and random events............................ 7 1.2 Certain event. Impossible event............................

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

Important Probability Distributions OPRE 6301

Important Probability Distributions OPRE 6301 Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.

More information

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence

More information

6.4 Normal Distribution

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

More information

2 Binomial, Poisson, Normal Distribution

2 Binomial, Poisson, Normal Distribution 2 Binomial, Poisson, Normal Distribution Binomial Distribution ): We are interested in the number of times an event A occurs in n independent trials. In each trial the event A has the same probability

More information

PROBABILITY AND SAMPLING DISTRIBUTIONS

PROBABILITY AND SAMPLING DISTRIBUTIONS PROBABILITY AND SAMPLING DISTRIBUTIONS SEEMA JAGGI AND P.K. BATRA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi - 0 0 seema@iasri.res.in. Introduction The concept of probability

More information

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved. 3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

Exploratory Data Analysis

Exploratory Data Analysis Exploratory Data Analysis Johannes Schauer johannes.schauer@tugraz.at Institute of Statistics Graz University of Technology Steyrergasse 17/IV, 8010 Graz www.statistics.tugraz.at February 12, 2008 Introduction

More information

Chapter 5. Random variables

Chapter 5. Random variables Random variables random variable numerical variable whose value is the outcome of some probabilistic experiment; we use uppercase letters, like X, to denote such a variable and lowercase letters, like

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles...

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles... MATH4427 Notebook 1 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 1 MATH4427 Notebook 1 3 1.1 Introduction, and Review of Probability

More information

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides,

More information

MAS108 Probability I

MAS108 Probability I 1 QUEEN MARY UNIVERSITY OF LONDON 2:30 pm, Thursday 3 May, 2007 Duration: 2 hours MAS108 Probability I Do not start reading the question paper until you are instructed to by the invigilators. The paper

More information

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

Normal Distribution as an Approximation to the Binomial Distribution

Normal Distribution as an Approximation to the Binomial Distribution Chapter 1 Student Lecture Notes 1-1 Normal Distribution as an Approximation to the Binomial Distribution : Goals ONE TWO THREE 2 Review Binomial Probability Distribution applies to a discrete random variable

More information

Section 5 Part 2. Probability Distributions for Discrete Random Variables

Section 5 Part 2. Probability Distributions for Discrete Random Variables Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability

More information

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett Lecture Note 1 Set and Probability Theory MIT 14.30 Spring 2006 Herman Bennett 1 Set Theory 1.1 Definitions and Theorems 1. Experiment: any action or process whose outcome is subject to uncertainty. 2.

More information

How To Write A Data Analysis

How To Write A Data Analysis Mathematics Probability and Statistics Curriculum Guide Revised 2010 This page is intentionally left blank. Introduction The Mathematics Curriculum Guide serves as a guide for teachers when planning instruction

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

More information

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2015 Objectives After this lesson we will be able to: determine whether a probability

More information

Probability Calculator

Probability Calculator Chapter 95 Introduction Most statisticians have a set of probability tables that they refer to in doing their statistical wor. This procedure provides you with a set of electronic statistical tables that

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

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

More information

A review of the portions of probability useful for understanding experimental design and analysis.

A review of the portions of probability useful for understanding experimental design and analysis. Chapter 3 Review of Probability A review of the portions of probability useful for understanding experimental design and analysis. The material in this section is intended as a review of the topic of probability

More information

THE BINOMIAL DISTRIBUTION & PROBABILITY

THE BINOMIAL DISTRIBUTION & PROBABILITY REVISION SHEET STATISTICS 1 (MEI) THE BINOMIAL DISTRIBUTION & PROBABILITY The main ideas in this chapter are Probabilities based on selecting or arranging objects Probabilities based on the binomial distribution

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

Math 58. Rumbos Fall 2008 1. Solutions to Review Problems for Exam 2

Math 58. Rumbos Fall 2008 1. Solutions to Review Problems for Exam 2 Math 58. Rumbos Fall 2008 1 Solutions to Review Problems for Exam 2 1. For each of the following scenarios, determine whether the binomial distribution is the appropriate distribution for the random variable

More information

ST 371 (IV): Discrete Random Variables

ST 371 (IV): Discrete Random Variables ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

Quantitative Methods for Finance

Quantitative Methods for Finance Quantitative Methods for Finance Module 1: The Time Value of Money 1 Learning how to interpret interest rates as required rates of return, discount rates, or opportunity costs. 2 Learning how to explain

More information

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X Week 6 notes : Continuous random variables and their probability densities WEEK 6 page 1 uniform, normal, gamma, exponential,chi-squared distributions, normal approx'n to the binomial Uniform [,1] random

More information

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September

More information

Descriptive Statistics

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

More information

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics.

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics. Business Course Text Bowerman, Bruce L., Richard T. O'Connell, J. B. Orris, and Dawn C. Porter. Essentials of Business, 2nd edition, McGraw-Hill/Irwin, 2008, ISBN: 978-0-07-331988-9. Required Computing

More information

Lecture 8. Confidence intervals and the central limit theorem

Lecture 8. Confidence intervals and the central limit theorem Lecture 8. Confidence intervals and the central limit theorem Mathematical Statistics and Discrete Mathematics November 25th, 2015 1 / 15 Central limit theorem Let X 1, X 2,... X n be a random sample of

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

EMPIRICAL FREQUENCY DISTRIBUTION

EMPIRICAL FREQUENCY DISTRIBUTION INTRODUCTION TO MEDICAL STATISTICS: Mirjana Kujundžić Tiljak EMPIRICAL FREQUENCY DISTRIBUTION observed data DISTRIBUTION - described by mathematical models 2 1 when some empirical distribution approximates

More information

SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions

SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions 1. The following table contains a probability distribution for a random variable X. a. Find the expected value (mean) of X. x 1 2

More information

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is. Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,

More information

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing! MATH BOOK OF PROBLEMS SERIES New from Pearson Custom Publishing! The Math Book of Problems Series is a database of math problems for the following courses: Pre-algebra Algebra Pre-calculus Calculus Statistics

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

Statistical Functions in Excel

Statistical Functions in Excel Statistical Functions in Excel There are many statistical functions in Excel. Moreover, there are other functions that are not specified as statistical functions that are helpful in some statistical analyses.

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

STAT 360 Probability and Statistics. Fall 2012

STAT 360 Probability and Statistics. Fall 2012 STAT 360 Probability and Statistics Fall 2012 1) General information: Crosslisted course offered as STAT 360, MATH 360 Semester: Fall 2012, Aug 20--Dec 07 Course name: Probability and Statistics Number

More information

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

WEEK #23: Statistics for Spread; Binomial Distribution

WEEK #23: Statistics for Spread; Binomial Distribution WEEK #23: Statistics for Spread; Binomial Distribution Goals: Study measures of central spread, such interquartile range, variance, and standard deviation. Introduce standard distributions, including the

More information

Introduction to Probability

Introduction to Probability Introduction to Probability EE 179, Lecture 15, Handout #24 Probability theory gives a mathematical characterization for experiments with random outcomes. coin toss life of lightbulb binary data sequence

More information

Basic Probability Concepts

Basic Probability Concepts page 1 Chapter 1 Basic Probability Concepts 1.1 Sample and Event Spaces 1.1.1 Sample Space A probabilistic (or statistical) experiment has the following characteristics: (a) the set of all possible outcomes

More information

AP STATISTICS REVIEW (YMS Chapters 1-8)

AP STATISTICS REVIEW (YMS Chapters 1-8) AP STATISTICS REVIEW (YMS Chapters 1-8) Exploring Data (Chapter 1) Categorical Data nominal scale, names e.g. male/female or eye color or breeds of dogs Quantitative Data rational scale (can +,,, with

More information

2. Discrete random variables

2. Discrete random variables 2. Discrete random variables Statistics and probability: 2-1 If the chance outcome of the experiment is a number, it is called a random variable. Discrete random variable: the possible outcomes can be

More information

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics Course Text Business Statistics Lind, Douglas A., Marchal, William A. and Samuel A. Wathen. Basic Statistics for Business and Economics, 7th edition, McGraw-Hill/Irwin, 2010, ISBN: 9780077384470 [This

More information

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion

Descriptive Statistics. Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Descriptive Statistics Purpose of descriptive statistics Frequency distributions Measures of central tendency Measures of dispersion Statistics as a Tool for LIS Research Importance of statistics in research

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very

More information

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS UNIT I: RANDOM VARIABLES PART- A -TWO MARKS 1. Given the probability density function of a continuous random variable X as follows f(x) = 6x (1-x) 0

More information

Permutation Tests for Comparing Two Populations

Permutation Tests for Comparing Two Populations Permutation Tests for Comparing Two Populations Ferry Butar Butar, Ph.D. Jae-Wan Park Abstract Permutation tests for comparing two populations could be widely used in practice because of flexibility of

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Sums of Independent Random Variables

Sums of Independent Random Variables Chapter 7 Sums of Independent Random Variables 7.1 Sums of Discrete Random Variables In this chapter we turn to the important question of determining the distribution of a sum of independent random variables

More information

Applied Reliability ------------------------------------------------------------------------------------------------------------ Applied Reliability

Applied Reliability ------------------------------------------------------------------------------------------------------------ Applied Reliability Applied Reliability Techniques for Reliability Analysis with Applied Reliability Tools (ART) (an EXCEL Add-In) and JMP Software AM216 Class 6 Notes Santa Clara University Copyright David C. Trindade, Ph.

More information

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY 1. Introduction Besides arriving at an appropriate expression of an average or consensus value for observations of a population, it is important to

More information

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i )

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i ) Probability Review 15.075 Cynthia Rudin A probability space, defined by Kolmogorov (1903-1987) consists of: A set of outcomes S, e.g., for the roll of a die, S = {1, 2, 3, 4, 5, 6}, 1 1 2 1 6 for the roll

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences Introduction to Statistics for Psychology and Quantitative Methods for Human Sciences Jonathan Marchini Course Information There is website devoted to the course at http://www.stats.ox.ac.uk/ marchini/phs.html

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck! STP 231 EXAM #1 (Example) Instructor: Ela Jackiewicz Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned.

More information

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1].

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1]. Probability Theory Probability Spaces and Events Consider a random experiment with several possible outcomes. For example, we might roll a pair of dice, flip a coin three times, or choose a random real

More information

People have thought about, and defined, probability in different ways. important to note the consequences of the definition:

People have thought about, and defined, probability in different ways. important to note the consequences of the definition: PROBABILITY AND LIKELIHOOD, A BRIEF INTRODUCTION IN SUPPORT OF A COURSE ON MOLECULAR EVOLUTION (BIOL 3046) Probability The subject of PROBABILITY is a branch of mathematics dedicated to building models

More information

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1 Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part Note: Assume missing data (if any) and mention the same. Q. Suppose X has a normal

More information

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators...

MATH4427 Notebook 2 Spring 2016. 2 MATH4427 Notebook 2 3. 2.1 Definitions and Examples... 3. 2.2 Performance Measures for Estimators... MATH4427 Notebook 2 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 2 MATH4427 Notebook 2 3 2.1 Definitions and Examples...................................

More information

DECISION MAKING UNDER UNCERTAINTY:

DECISION MAKING UNDER UNCERTAINTY: DECISION MAKING UNDER UNCERTAINTY: Models and Choices Charles A. Holloway Stanford University TECHNISCHE HOCHSCHULE DARMSTADT Fachbereich 1 Gesamtbibliothek Betrtebswirtscrtaftslehre tnventar-nr. :...2>2&,...S'.?S7.

More information

1 Nonparametric Statistics

1 Nonparametric Statistics 1 Nonparametric Statistics When finding confidence intervals or conducting tests so far, we always described the population with a model, which includes a set of parameters. Then we could make decisions

More information

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of sample space, event and probability function. 2. Be able to

More information

Characteristics of Binomial Distributions

Characteristics of Binomial Distributions Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

Foundation of Quantitative Data Analysis

Foundation of Quantitative Data Analysis Foundation of Quantitative Data Analysis Part 1: Data manipulation and descriptive statistics with SPSS/Excel HSRS #10 - October 17, 2013 Reference : A. Aczel, Complete Business Statistics. Chapters 1

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Week 1 Week 2 14.0 Students organize and describe distributions of data by using a number of different

More information

2WB05 Simulation Lecture 8: Generating random variables

2WB05 Simulation Lecture 8: Generating random variables 2WB05 Simulation Lecture 8: Generating random variables Marko Boon http://www.win.tue.nl/courses/2wb05 January 7, 2013 Outline 2/36 1. How do we generate random variables? 2. Fitting distributions Generating

More information

Certified Quality Process Analyst

Certified Quality Process Analyst Certified Quality Process Analyst Quality excellence to enhance your career and boost your organization s bottom line asq.org/certification The Global Voice of Quality TM Certification from ASQ is considered

More information

Lecture Notes Module 1

Lecture Notes Module 1 Lecture Notes Module 1 Study Populations A study population is a clearly defined collection of people, animals, plants, or objects. In psychological research, a study population usually consists of a specific

More information

Sampling Distributions

Sampling Distributions Sampling Distributions You have seen probability distributions of various types. The normal distribution is an example of a continuous distribution that is often used for quantitative measures such as

More information

List of Examples. Examples 319

List of Examples. Examples 319 Examples 319 List of Examples DiMaggio and Mantle. 6 Weed seeds. 6, 23, 37, 38 Vole reproduction. 7, 24, 37 Wooly bear caterpillar cocoons. 7 Homophone confusion and Alzheimer s disease. 8 Gear tooth strength.

More information