Binomial Distribution *

Size: px
Start display at page:

Download "Binomial Distribution *"

Transcription

1 OpenStax-CNX module: m Binomial Distribution * David Lane This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 When you ip a coin, there are two possible outcomes: heads and tails. Each outcome has a xed probability, the same from trial to trial. In the case of coins, heads and tails each have the same probability of 1/2. More generally, there are situations in which the coin is biased, so that heads and tails have dierent probabilities. In the present section, we consider probability distributions for which there are just two possible outcomes with xed probability summing to one. These distributions are called are called binomial distributions. 1 A Simple Example The four possible outcomes that could occur if you ipped a coin twice are listed in Table 1: Four Possible Outcomes. Note that the four outcomes are equally likely: each has probability 1/4. To see this, note that the tosses of the coin are independent (neither aects the other). Hence, the probability of a head on Flip 1 and a head on Flip 2 is the product of P r [H] and P r [H], which is 1/2 1/2 = 1/4. The same calculation applies to the probability of a head on Flip one and a tail on Flip 2. Each is 1/2 1/2 = 1/4. Four Possible Outcomes Outcome First Flip Second Flip 1 Heads Heads 2 Heads Tails 3 Tails Heads 4 Tails Tails Table 1 The four possible outcomes can be classid in terms of the number of heads that come up. The number could be two (Outcome 1), one (Outcomes 2 and 3) or 0 (Outcome 4). The probabilities of these possibilities are shown in Table 2: Probabilities of Getting 0,1, or 2 heads. and in Figure 1. Since two of the outcomes represent the case in which just one head appears in the two tosses, the probability of this event is equal to 1/4 + 1/4 = 1/2. Table 1: Four Possible Outcomes summarizes the situation. * Version 2.8: Jan 19, :50 pm

2 OpenStax-CNX module: m Probabilities of Getting 0,1, or 2 heads. Number of Heads Probability 0 1/4 1 1/2 2 1/4 Table 2 Figure 1: Probabilities of 0, 1, and 2 heads. Figure 1 is a discrete probability distribution: It shows the probability for each of the values on the X-axis. Dening a head as a "success," Figure 1 shows the probability of 0, 1, and 2 successes for two trials (ips) for an event that has a probability of 0.5 of being a success on each trial. This makes Figure 1 an example of a binomial distribution. 2 The Formula for Binomial Probabilities The binomial distribution consists of the probabilities of each of the possible numbers of successes on N trials for independent events that each have a probability of π(the Greek letter pi) of occurring. For the coin ip example, N = 2 and π = 0.5. The formula for the binomial distribution is shown below: P r [x] = N! x! (N x)! πx (1 π) N x where P r [x] is the probability of x successes out of N trials, N is the number of trials, and πis the probability of success on a given trial. Applying this to the coin ip example, P r [0] = 0! (2 0)! 0.50 (1 0.5) 2 0 = =

3 OpenStax-CNX module: m P r [1] = P r [2] = 1! (2 1)! 0.51 (1 0.5) 2 1 = = (2 2)! (1 0.5) 2 2 = = If you ip a coin twice, what is the probability of getting one or more heads? Since the probability of getting exactly one head is 0.50 and the probability of getting exactly two heads is 0.25, the probability of getting one or more heads is = Now suppose that the coin is biased. The probability of heads is only 0.4. What is the probability of getting heads at least once in two tosses? Substituting into our general formula above, you should obtain the answer Cumulative Probabilities We toss a coin 12 times. What is the probability that we get from 0 to 3 heads? The answer is found by computing the probability of exactly 0 heads, exactly 1 head, exactly 2 heads, and exactly 3 heads. The probability of getting from 0 to 3 heads is then the sum of these probabilities. The probabilities are: , , , and The sum of the probabilities is The calculation of cumulative binomial probabilities can be quite tedious. Therefore we have provided a binomial calculator to make it easy to calculate these probabilities. Binomial Calculator: Click here (p. 3) for the binomial calculator. 4 Mean and Standard Deviation of Binomial Distributions Consider a coin-tossing experiment in which you tossed a coin 12 times and recorded the number of heads. If you performed this experiment over and over again, what would the mean number of heads be? On average, you would expect half the coin tosses to come up heads. Therefore the mean number of heads would be 6. In general, the mean of a binomial distribution with parameters N (the number of trials) and π (the probability of success for each trial) is: m = Nπ where m is the mean of the binomial distribution. The variance of the binomial distribution is: s 2 = Nπ (1 π) where s 2 is the variance of the binomial distribution. Let's return to the coin tossing experiment. The coin was tossed 12 times so N = 12. A coin has a probability of 0.5 of coming up heads. Therefore, π = 0.5. The mean and standard deviation can therefore be computed as follows: m = Nπ = = 6 s 2 = Nπ (1 π) = ( ) = 3.0 Naturally, the standard deviation (s) is the square root of the variance ( s 2). 5 Binomial Calculator This media object is a Java applet. Please view or download it at <

4 OpenStax-CNX module: m Glossary Denition 1: binomial distributions A probability distribution for independent events for which there are only two possible outcomes such as a coin ip. If one of the two outcomes is dened as a success, then the probability of exactly x successes out of N trials (events) is given by: P r [x] = N! x! (N x)! πx (1 π) N x where π is the probability of success one one trial. Denition 1: conditional probability The probability that event A occurs given that event B has already occurred is called the conditional probability of A given B. Symbolically, this is written as P r [A B]. The probability it rains on Monday given that it rained on Sunday would be written as P r (Rain on Sunday, Rain on Monday). Denition 1: continuous variables Variables that can take on any value in a certain range. Time and distance are continuous; gender, SAT score and "time rounded to the nearest second" are not. Variables that are not continuous are known asdiscrete variables. No measured variable is truly continuous; however, discrete variables measured with enough precision can often be considered continuous for practical purposes. Denition 1: discrete Variables that can only take on a nite number of values are called "discrete variables." All qualitative variables are discrete. Some quantitative variables are discrete, such as performance rated as 1,2,3,4, or 5, or temperature rounded to the nearest degree. Sometimes, a variable that takes on enough discrete values can be considered to be continuous for practical purposes. One example is time to the nearest millisecond. Variables that can take on an innite number of possible values are called continuous variables. Denition 1: independent events Intuitively, two events A and B are independent if the occurrence of one has no eect on the probability of the occurrence of the other. For example, if you throw two dice, the probability that the second one comes up 1 is independent of whether the rst die came up 1. Formally, this can be stated in terms of conditional probabilities: P r [A B] = P r [A] and P r [B A] = P r [B]. Denition 1: levels of measurement Measurement scales dier in their level of measurement. There are four common levels of measurement: 1. Nominal scales are only labels. 2. Ordinal Scales are ordered but are not truly quantitative. Equal intervals on the ordinal scale do not imply equal intervals on the underlying trait. 3. Interval scales are are ordered and equal intervals equal intervals on the underlying trait. However, interval scales do not have a true zero point. 4. Ratio scales are interval scales that do have a true zero point. With ratio scales, it is sensible to talk about one value being twice as large as another, for example. Denition 1: nominal scale A nominal scale is one of four Levels of Measurement. No ordering is implied, and addition/subtraction and multiplication/division would be inappropriate for a variable on a nominal scale. {Female, Male} and {Buddhist, Christian, Hindu, Muslim} have no natural ordering (except alphabetic). Occasionally, numeric values are nominal: for instance, if a variable was coded as Female=1, Male=2, the set {1, 2} is still nominal.

5 OpenStax-CNX module: m Denition 1: ordinal scale One of four levels of measurement, an ordinal scale is a set of ordered values. However, there is no set distance between scale values. For instance, for the scale: (Very Poor, Poor, Average, Good, Very Good) is an ordinal scale. You can assign numerical values to an ordinal scale: rating performance such as 1 for "Very Poor," 2 for "Poor," etc, but there is no assurance that the dierence between a score of 1 and 2 means the same thing as the dierence between a score of and 3. Denition 1: probability distribution For a discrete random variable, a probability distribution contains the probability of each possible outcome. The sum of all probabilities is always 1.0. Denition 1: qualitative variables Categorical Variable Also known as categorical variables, qualitative variables are variables with no natural sense of ordering. For instance, hair color (Black, Brown, Gray, Red, Yellow) is a qualitative variable, as is name (Adam, Becky, Christina, Dave...). Qualitative variables can be coded to appear numeric but their numbers are meaningless, as in male=1, female=2. Variables that are not qualitative are known as quantitative variables. Denition 1: quantitative variables Variables that have are measured on a numeric or quantitative scale. Ordinal, interval and ratio scales are quantitative. A country's population, a person's shoe size, or a car's speed are all quantitative variables. Variables that are not quantitative are known as qualitative variables. Denition 1: ratio scale One of the four basic levels of measurement, a ratio scale is a numerical scale with a true zero point and in which a given size interval has the same interpretation for the entire scale. Weight is a ratio scale, Therefore it is meaningful to say that a 200 pound person weighs twice as much as a 100 pound person. Denition 1: variables Something that can take on dierent values. For example, dierent subjects in an experiment weight dierent amounts. Therefore "weight" is a variable in the experiment. Or, subjects may be given dierent doses of a drug. This would make "dosage" a variable. Variables can be dependent or independent, qualitative or quantitative, and continuous or discrete.

Comparing Measures of Central Tendency *

Comparing Measures of Central Tendency * OpenStax-CNX module: m11011 1 Comparing Measures of Central Tendency * David Lane This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 1.0 1 Comparing Measures

More information

Probability: Part 2 *

Probability: Part 2 * OpenStax-CNX module: m39373 1 Probability: Part 2 * Free High School Science Texts Project This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 1 Relative

More information

Quadratic Functions and Graphs *

Quadratic Functions and Graphs * OpenStax-CNX module: m30843 1 Quadratic Functions and Graphs * Rory Adams Free High School Science Texts Project Heather Williams This work is produced by OpenStax-CNX and licensed under the Creative Commons

More information

Functions and graphs - Grade 10 *

Functions and graphs - Grade 10 * OpenStax-CNX module: m35968 1 Functions and graphs - Grade 10 * Free High School Science Texts Project Heather Williams This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Functions and graphs: The parabola (Grade 10) *

Functions and graphs: The parabola (Grade 10) * OpenStax-CNX module: m39345 1 Functions and graphs: The parabola (Grade 10) * Free High School Science Texts Project This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Exponential Functions and Graphs - Grade 11 *

Exponential Functions and Graphs - Grade 11 * OpenStax-CNX module: m30856 1 Exponential Functions and Graphs - Grade 11 * Rory Adams Free High School Science Texts Project Heather Williams This work is produced by OpenStax-CNX and licensed under the

More information

Conditional Probability (cont'd)

Conditional Probability (cont'd) Conditional Probability (cont'd) April 26, 2006 Conditional Probability (cont'd) Midterm Problems In a ten-question true-false exam, nd the probability that a student get a grade of 70 percent or better

More information

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used under a

More information

Basic Concepts of Probability

Basic Concepts of Probability Probability Probability theory is the branch of math that deals with random events Probability is used to describe how likely a particular outcome is in a random event the probability of obtaining heads

More information

Probability Rules. MATH 130, Elements of Statistics I. J. Robert Buchanan. Fall Department of Mathematics

Probability Rules. MATH 130, Elements of Statistics I. J. Robert Buchanan. Fall Department of Mathematics Probability Rules MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Introduction Probability is a measure of the likelihood of the occurrence of a certain behavior

More information

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc FPPA-Chapters 13,14 and parts of 16,17, and 18 STATISTICS 50 Richard A. Berk Spring, 1997 May 30, 1997 1 Thinking about Chance People talk about \chance" and \probability" all the time. There are many

More information

Tree and Venn Diagrams

Tree and Venn Diagrams OpenStax-CNX module: m46944 1 Tree and Venn Diagrams OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Sometimes, when the probability

More information

Introductory Probability

Introductory Probability Introductory Probability Bernoulli Trials and Binomial Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK February 04, 2019 Agenda Bernoulli Trials and Probability

More information

Trigonometry: Graphs of trig functions (Grade 10) *

Trigonometry: Graphs of trig functions (Grade 10) * OpenStax-CNX module: m39414 1 Trigonometry: Graphs of trig functions (Grade 10) * Free High School Science Texts Project This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

OpenStax-CNX module: m Vectors. OpenStax College. Abstract

OpenStax-CNX module: m Vectors. OpenStax College. Abstract OpenStax-CNX module: m49412 1 Vectors OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section you will: Abstract View vectors

More information

MA : Introductory Probability

MA : Introductory Probability MA 320-001: Introductory Probability David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma320/ Spring 2017 David Murrugarra (University of Kentucky) MA 320:

More information

MAT Mathematics in Today's World

MAT Mathematics in Today's World MAT 1000 Mathematics in Today's World Last Time We discussed the four rules that govern probabilities: 1. Probabilities are numbers between 0 and 1 2. The probability an event does not occur is 1 minus

More information

Displacement * Albert Hall. Based on Displacement by OpenStax

Displacement * Albert Hall. Based on Displacement by OpenStax OpenStax-CNX module: m57711 1 Displacement * Albert Hall Based on Displacement by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 Abstract

More information

IEOR 3106: Introduction to Operations Research: Stochastic Models. Professor Whitt. SOLUTIONS to Homework Assignment 1

IEOR 3106: Introduction to Operations Research: Stochastic Models. Professor Whitt. SOLUTIONS to Homework Assignment 1 IEOR 3106: Introduction to Operations Research: Stochastic Models Professor Whitt SOLUTIONS to Homework Assignment 1 Probability Review: Read Chapters 1 and 2 in the textbook, Introduction to Probability

More information

Factorising Cubic Polynomials - Grade 12 *

Factorising Cubic Polynomials - Grade 12 * OpenStax-CNX module: m32660 1 Factorising Cubic Polynomials - Grade 12 * Rory Adams Free High School Science Texts Project Sarah Blyth Heather Williams This work is produced by OpenStax-CNX and licensed

More information

Lecture 2. Binomial and Poisson Probability Distributions

Lecture 2. Binomial and Poisson Probability Distributions Durkin, Lecture 2, Page of 6 Lecture 2 Binomial and Poisson Probability Distributions ) Bernoulli Distribution or Binomial Distribution: Consider a situation where there are only two possible outcomes

More information

P [(E and F )] P [F ]

P [(E and F )] P [F ] CONDITIONAL PROBABILITY AND INDEPENDENCE WORKSHEET MTH 1210 This worksheet supplements our textbook material on the concepts of conditional probability and independence. The exercises at the end of each

More information

Collaborative Statistics: Symbols and their Meanings

Collaborative Statistics: Symbols and their Meanings OpenStax-CNX module: m16302 1 Collaborative Statistics: Symbols and their Meanings Susan Dean Barbara Illowsky, Ph.D. This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Work - kinetic energy theorem for rotational motion *

Work - kinetic energy theorem for rotational motion * OpenStax-CNX module: m14307 1 Work - kinetic energy theorem for rotational motion * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0

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

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Tommy Khoo Your friendly neighbourhood graduate student. Week 1 Chapter 1 Introduction What is Statistics? Why do you need to know Statistics? Technical lingo and concepts:

More information

The probability of an event is viewed as a numerical measure of the chance that the event will occur.

The probability of an event is viewed as a numerical measure of the chance that the event will occur. Chapter 5 This chapter introduces probability to quantify randomness. Section 5.1: How Can Probability Quantify Randomness? The probability of an event is viewed as a numerical measure of the chance that

More information

Introductory Probability

Introductory Probability Introductory Probability Discrete Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK January 9, 2019 Agenda Syllabi and Course Websites Class Information Random Variables

More information

Business Statistics PROBABILITY DISTRIBUTIONS

Business Statistics PROBABILITY DISTRIBUTIONS Business Statistics PROBABILITY DISTRIBUTIONS CONTENTS Probability distribution functions (discrete) Characteristics of a discrete distribution Example: uniform (discrete) distribution Example: Bernoulli

More information

Show that Three Vectors are Coplanar *

Show that Three Vectors are Coplanar * OpenStax-CNX module: m47413 1 Show that Three Vectors are Coplanar * John Taylor This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 Abstract Demonstrates

More information

Probability Distributions

Probability Distributions Probability Distributions Probability This is not a math class, or an applied math class, or a statistics class; but it is a computer science course! Still, probability, which is a math-y concept underlies

More information

Intermediate Math Circles November 8, 2017 Probability II

Intermediate Math Circles November 8, 2017 Probability II Intersection of Events and Independence Consider two groups of pairs of events Intermediate Math Circles November 8, 017 Probability II Group 1 (Dependent Events) A = {a sales associate has training} B

More information

Basic Concepts of Probability

Basic Concepts of Probability Probability Probability theory is the branch of math that deals with unpredictable or random events Probability is used to describe how likely a particular outcome is in a random event the probability

More information

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

Algebraic Expressions and Equations: Classification of Expressions and Equations *

Algebraic Expressions and Equations: Classification of Expressions and Equations * OpenStax-CNX module: m21848 1 Algebraic Expressions and Equations: Classification of Expressions and Equations * Wade Ellis Denny Burzynski This work is produced by OpenStax-CNX and licensed under the

More information

Sampling Distributions

Sampling Distributions Sampling Error As you may remember from the first lecture, samples provide incomplete information about the population In particular, a statistic (e.g., M, s) computed on any particular sample drawn from

More information

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias Recap Announcements Lecture 5: Statistics 101 Mine Çetinkaya-Rundel September 13, 2011 HW1 due TA hours Thursday - Sunday 4pm - 9pm at Old Chem 211A If you added the class last week please make sure to

More information

Increasing and decreasing intervals *

Increasing and decreasing intervals * OpenStax-CNX module: m15474 1 Increasing and decreasing intervals * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 A function is

More information

Displacement. OpenStax College. This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License

Displacement. OpenStax College. This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License Connexions module: m42033 1 Displacement OpenStax College This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License Abstract Dene position, displacement,

More information

18.4 Coulomb's Law *

18.4 Coulomb's Law * OpenStax-CNX module: m52384 1 18.4 Coulomb's Law * Bobby Bailey Based on Coulomb's Law by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0

More information

P (A) = P (B) = P (C) = P (D) =

P (A) = P (B) = P (C) = P (D) = STAT 145 CHAPTER 12 - PROBABILITY - STUDENT VERSION The probability of a random event, is the proportion of times the event will occur in a large number of repititions. For example, when flipping a coin,

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 5.1. Introduction to Probability. 5. Probability You are probably familiar with the elementary

More information

Coulomb's Law * OpenStax. This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0

Coulomb's Law * OpenStax. This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 OpenStax-CNX module: m42308 1 Coulomb's Law * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract State Coulomb's law in terms of how

More information

Elastic Collisions in One Dimension *

Elastic Collisions in One Dimension * OpenStax-CNX module: m42163 1 Elastic Collisions in One Dimension * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Describe an elastic

More information

Probability Theory. Introduction to Probability Theory. Principles of Counting Examples. Principles of Counting. Probability spaces.

Probability Theory. Introduction to Probability Theory. Principles of Counting Examples. Principles of Counting. Probability spaces. Probability Theory To start out the course, we need to know something about statistics and probability Introduction to Probability Theory L645 Advanced NLP Autumn 2009 This is only an introduction; for

More information

Chapter 7 Wednesday, May 26th

Chapter 7 Wednesday, May 26th Chapter 7 Wednesday, May 26 th Random event A random event is an event that the outcome is unpredictable. Example: There are 45 students in this class. What is the probability that if I select one student,

More information

Ch 14 Randomness and Probability

Ch 14 Randomness and Probability Ch 14 Randomness and Probability We ll begin a new part: randomness and probability. This part contain 4 chapters: 14-17. Why we need to learn this part? Probability is not a portion of statistics. Instead

More information

Parametric Equations *

Parametric Equations * OpenStax-CNX module: m49409 1 Parametric Equations * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section, you will: Abstract Parameterize

More information

Statistics 251: Statistical Methods

Statistics 251: Statistical Methods Statistics 251: Statistical Methods Probability Module 3 2018 file:///volumes/users/r/renaes/documents/classes/lectures/251301/renae/markdown/master%20versions/module3.html#1 1/33 Terminology probability:

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 12, 2018 CS 361: Probability & Statistics Random Variables Monty hall problem Recall the setup, there are 3 doors, behind two of them are indistinguishable goats, behind one is a car. You pick

More information

COS 424: Interacting with Data. Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008

COS 424: Interacting with Data. Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008 COS 424: Interacting with Data Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008 1 Probability Review 1.1 Random Variables A random variable can be used to model any probabilistic outcome.

More information

Linear Equations in One Variable *

Linear Equations in One Variable * OpenStax-CNX module: m64441 1 Linear Equations in One Variable * Ramon Emilio Fernandez Based on Linear Equations in One Variable by OpenStax This work is produced by OpenStax-CNX and licensed under the

More information

Statistics 100 Exam 2 March 8, 2017

Statistics 100 Exam 2 March 8, 2017 STAT 100 EXAM 2 Spring 2017 (This page is worth 1 point. Graded on writing your name and net id clearly and circling section.) PRINT NAME (Last name) (First name) net ID CIRCLE SECTION please! L1 (MWF

More information

Relationship between probability set function and random variable - 2 -

Relationship between probability set function and random variable - 2 - 2.0 Random Variables A rat is selected at random from a cage and its sex is determined. The set of possible outcomes is female and male. Thus outcome space is S = {female, male} = {F, M}. If we let X be

More information

Probability & Sampling.

Probability & Sampling. Probability & Sampling http://www.pelagicos.net/classes_biometry_fa17.htm High-rise Syndrome in Cats Observation: Cats land unharmed on their feet, no matter how far they fall 132 cats falling more than

More information

Example 1. The sample space of an experiment where we flip a pair of coins is denoted by:

Example 1. The sample space of an experiment where we flip a pair of coins is denoted by: Chapter 8 Probability 8. Preliminaries Definition (Sample Space). A Sample Space, Ω, is the set of all possible outcomes of an experiment. Such a sample space is considered discrete if Ω has finite cardinality.

More information

Statistical Methods for the Social Sciences, Autumn 2012

Statistical Methods for the Social Sciences, Autumn 2012 Statistical Methods for the Social Sciences, Autumn 2012 Review Session 3: Probability. Exercises Ch.4. More on Stata TA: Anastasia Aladysheva anastasia.aladysheva@graduateinstitute.ch Office hours: Mon

More information

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Probability Distributions.

Probability Distributions. Probability Distributions http://www.pelagicos.net/classes_biometry_fa18.htm Probability Measuring Discrete Outcomes Plotting probabilities for discrete outcomes: 0.6 0.5 0.4 0.3 0.2 0.1 NOTE: Area within

More information

Combinations. April 12, 2006

Combinations. April 12, 2006 Combinations April 12, 2006 Combinations, April 12, 2006 Binomial Coecients Denition. The number of distinct subsets with j elements that can be chosen from a set with n elements is denoted by ( n j).

More information

Section 2.1 ~ Data Types and Levels of Measurement. Introduction to Probability and Statistics Spring 2017

Section 2.1 ~ Data Types and Levels of Measurement. Introduction to Probability and Statistics Spring 2017 Section 2.1 ~ Data Types and Levels of Measurement Introduction to Probability and Statistics Spring 2017 Objective To be able to classify data as qualitative or quantitative, to identify quantitative

More information

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y Presentation on Theory of Probability Meaning of Probability: Chance of occurrence of any event In practical life we come across situation where the result are uncertain Theory of probability was originated

More information

Statistics is the study of the collection, organization, analysis, interpretation and presentation of data.

Statistics is the study of the collection, organization, analysis, interpretation and presentation of data. Colegio Herma. Maths. Bilingual Department by Isabel Martos Martínez. 2013 Statistics is the study of the collection, organization, analysis, interpretation and presentation of data. What is Data? Data

More information

STAT 101 Notes. Introduction to Statistics

STAT 101 Notes. Introduction to Statistics STAT 101 Notes Introduction to Statistics September 2017 CONTENTS 1 Introduction 1 1.1 Data........................................................ 2 1.2 Tabular, graphical and numerical summaries...............................

More information

Simple Harmonic Motion *

Simple Harmonic Motion * OpenStax-CNX module: m54154 1 Simple Harmonic Motion * OpenStax HS Physics This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 1 : By the end of this section,

More information

Electric Power * OpenStax HS Physics. : By the end of this section, you will be able to:

Electric Power * OpenStax HS Physics. : By the end of this section, you will be able to: OpenStax-CNX module: m54446 1 Electric Power * OpenStax HS Physics This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 1 : By the end of this section,

More information

Topic 4 Probability. Terminology. Sample Space and Event

Topic 4 Probability. Terminology. Sample Space and Event Topic 4 Probability The Sample Space is the collection of all possible outcomes Experimental outcome An outcome from a sample space with one characteristic Event May involve two or more outcomes simultaneously

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter One Jesse Crawford Department of Mathematics Tarleton State University (Tarleton State University) Chapter One Notes 1 / 71 Outline 1 A Sketch of Probability and

More information

1 of 14 7/15/2009 9:25 PM Virtual Laboratories > 2. Probability Spaces > 1 2 3 4 5 6 7 5. Independence As usual, suppose that we have a random experiment with sample space S and probability measure P.

More information

(It's not always good, but we can always make it.) (4) Convert the normal distribution N to the standard normal distribution Z. Specically.

(It's not always good, but we can always make it.) (4) Convert the normal distribution N to the standard normal distribution Z. Specically. . Introduction The quick summary, going forwards: Start with random variable X. 2 Compute the mean EX and variance 2 = varx. 3 Approximate X by the normal distribution N with mean µ = EX and standard deviation.

More information

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park April 3, 2009 1 Introduction Is the coin fair or not? In part one of the course we introduced the idea of separating sampling variation from a

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

Pascal's Principle *

Pascal's Principle * OpenStax-CNX module: m42193 1 Pascal's Principle * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Dene pressure. State Pascal's

More information

17.5 Doppler Effect and Sonic Booms *

17.5 Doppler Effect and Sonic Booms * OpenStax-CNX module: m52445 1 17.5 Doppler Effect and Sonic Booms * Bobby Bailey Based on Doppler Eect and Sonic Booms by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative

More information

Speed of Sound, Frequency, and. Wavelength

Speed of Sound, Frequency, and. Wavelength OpenStax-CNX module: m42256 1 Speed of Sound, Frequency, and * Wavelength OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Dene pitch.

More information

University of Jordan Fall 2009/2010 Department of Mathematics

University of Jordan Fall 2009/2010 Department of Mathematics handouts Part 1 (Chapter 1 - Chapter 5) University of Jordan Fall 009/010 Department of Mathematics Chapter 1 Introduction to Introduction; Some Basic Concepts Statistics is a science related to making

More information

Sets and Set notation. Algebra 2 Unit 8 Notes

Sets and Set notation. Algebra 2 Unit 8 Notes Sets and Set notation Section 11-2 Probability Experimental Probability experimental probability of an event: Theoretical Probability number of time the event occurs P(event) = number of trials Sample

More information

UNIT NUMBER PROBABILITY 6 (Statistics for the binomial distribution) A.J.Hobson

UNIT NUMBER PROBABILITY 6 (Statistics for the binomial distribution) A.J.Hobson JUST THE MATHS UNIT NUMBER 19.6 PROBABILITY 6 (Statistics for the binomial distribution) by A.J.Hobson 19.6.1 Construction of histograms 19.6.2 Mean and standard deviation of a binomial distribution 19.6.3

More information

Review of Probability. CS1538: Introduction to Simulations

Review of Probability. CS1538: Introduction to Simulations Review of Probability CS1538: Introduction to Simulations Probability and Statistics in Simulation Why do we need probability and statistics in simulation? Needed to validate the simulation model Needed

More information

Dept. of Linguistics, Indiana University Fall 2015

Dept. of Linguistics, Indiana University Fall 2015 L645 Dept. of Linguistics, Indiana University Fall 2015 1 / 34 To start out the course, we need to know something about statistics and This is only an introduction; for a fuller understanding, you would

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

Newton's Second Law of Motion: Concept of a System

Newton's Second Law of Motion: Concept of a System Connexions module: m42073 1 Newton's Second Law of Motion: Concept of a System OpenStax College This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License

More information

Gravitational potential energy *

Gravitational potential energy * OpenStax-CNX module: m15090 1 Gravitational potential energy * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 The concept of potential

More information

Conservation of Momentum *

Conservation of Momentum * OpenStax-CNX module: m42162 1 Conservation of Momentum * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Describe the principle of

More information

STA 247 Solutions to Assignment #1

STA 247 Solutions to Assignment #1 STA 247 Solutions to Assignment #1 Question 1: Suppose you throw three six-sided dice (coloured red, green, and blue) repeatedly, until the three dice all show different numbers. Assuming that these dice

More information

1 Review of Probability

1 Review of Probability Review of Probability Denition : Probability Space The probability space, also called the sample space, is a set which contains ALL the possible outcomes We usually label this with a Ω or an S (Ω is the

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 135 3 PROBABILITY TOPICS Figure 3.1 Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

More information

Conditional Probability

Conditional Probability Conditional Probability Idea have performed a chance experiment but don t know the outcome (ω), but have some partial information (event A) about ω. Question: given this partial information what s the

More information

Minimum and maximum values *

Minimum and maximum values * OpenStax-CNX module: m17417 1 Minimum and maximum values * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 In general context, a

More information

Physical and Chemical change: Conservation of matter *

Physical and Chemical change: Conservation of matter * OpenStax-CNX module: m38711 1 Physical and Chemical change: Conservation of matter * Free High School Science Texts Project This work is produced by OpenStax-CNX and licensed under the Creative Commons

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 3 Probability Contents 1. Events, Sample Spaces, and Probability 2. Unions and Intersections 3. Complementary Events 4. The Additive Rule and Mutually Exclusive

More information

Statistical Theory 1

Statistical Theory 1 Statistical Theory 1 Set Theory and Probability Paolo Bautista September 12, 2017 Set Theory We start by defining terms in Set Theory which will be used in the following sections. Definition 1 A set is

More information

Introduction to Anatomy Module 3: Structural Organization of the Human Body

Introduction to Anatomy Module 3: Structural Organization of the Human Body OpenStax-CNX module: m45985 1 Introduction to Anatomy Module 3: Structural Organization of the Human Body OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

STT 315 Problem Set #3

STT 315 Problem Set #3 1. A student is asked to calculate the probability that x = 3.5 when x is chosen from a normal distribution with the following parameters: mean=3, sd=5. To calculate the answer, he uses this command: >

More information

Derived copy of Electric Potential Energy: Potential Difference *

Derived copy of Electric Potential Energy: Potential Difference * OpenStax-CNX module: m60491 1 Derived copy of Electric Potential Energy: Potential Difference * Albert Hall Based on Electric Potential Energy: Potential Dierence by OpenStax This work is produced by OpenStax-CNX

More information

Absolute potential energy *

Absolute potential energy * OpenStax-CNX module: m15089 1 Absolute potential energy * Sunil Kumar Singh This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 2.0 Abstract Absolute potential

More information