MATH 2311 Section 3.2.

Slides:



Advertisements
Similar presentations
Probability Distribution
Advertisements

Chapter 12 Probability © 2008 Pearson Addison-Wesley. All rights reserved.
ฟังก์ชั่นการแจกแจงความน่าจะเป็น แบบไม่ต่อเนื่อง Discrete Probability Distributions.
Problems Problems 4.17, 4.36, 4.40, (TRY: 4.43). 4. Random Variables A random variable is a way of recording a quantitative variable of a random experiment.
Unit 18 Section 18C The Binomial Distribution. Example 1: If a coin is tossed 3 times, what is the probability of obtaining exactly 2 heads Solution:
Bernoulli Distribution
Chapter 5 Probability Distributions
The Binomial Distribution. Introduction # correct TallyFrequencyP(experiment)P(theory) Mix the cards, select one & guess the type. Repeat 3 times.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
Section 15.8 The Binomial Distribution. A binomial distribution is a discrete distribution defined by two parameters: The number of trials, n The probability.
1 If we can reduce our desire, then all worries that bother us will disappear.
Statistics 1: Elementary Statistics Section 5-4. Review of the Requirements for a Binomial Distribution Fixed number of trials All trials are independent.
1 Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Random Variables  Random variable a variable (typically represented by x)
Binomial Distributions Calculating the Probability of Success.
Chapter 8 Day 1. The Binomial Setting - Rules 1. Each observations falls under 2 categories we call success/failure (coin, having a child, cards – heart.
1 Bernoulli trial and binomial distribution Bernoulli trialBinomial distribution x (# H) 01 P(x)P(x)P(x)P(x)(1 – p)p ?
Random Variables. A random variable X is a real valued function defined on the sample space, X : S  R. The set { s  S : X ( s )  [ a, b ] is an event}.
Copyright © 1998, Triola, Elementary Statistics Addison Wesley Longman 1 Binomial Experiments Section 4-3 & Section 4-4 M A R I O F. T R I O L A Copyright.
Bernoulli Trials Two Possible Outcomes –Success, with probability p –Failure, with probability q = 1  p Trials are independent.
Binomial Experiment A binomial experiment (also known as a Bernoulli trial) is a statistical experiment that has the following properties:
Binomial Probability Distribution
Copyright © 2010, 2007, 2004 Pearson Education, Inc. Section 5-2 Random Variables.
Probability Distributions BINOMIAL DISTRIBUTION. Binomial Trials There are a specified number of repeated, independent trials There are a specified number.
COMP 170 L2 L17: Random Variables and Expectation Page 1.
King Saud University Women Students
1 Since everything is a reflection of our minds, everything can be changed by our minds.
Math b (Discrete) Random Variables, Binomial Distribution.
Definition A random variable is a variable whose value is determined by the outcome of a random experiment/chance situation.
The Binomial Distribution
4.2 Binomial Distributions
Probability Distributions, Discrete Random Variables
Binomial Probability. Features of a Binomial Experiment 1. There are a fixed number of trials. We denote this number by the letter n.
6.2 BINOMIAL PROBABILITIES.  Features  Fixed number of trials (n)  Trials are independent and repeated under identical conditions  Each trial has.
1 Keep Life Simple! We live and work and dream, Each has his little scheme, Sometimes we laugh; sometimes we cry, And thus the days go by.
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
1 7.3 RANDOM VARIABLES When the variables in question are quantitative, they are known as random variables. A random variable, X, is a quantitative variable.
Section 5.2: PROBABILITY AND THE NORMAL DISTRIBUTION.
MATH Section 3.1.
16-3 The Binomial Probability Theorem. Let’s roll a die 3 times Look at the probability of getting a 6 or NOT getting a 6. Let’s make a tree diagram.
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors: Gary Greer (with.
MATH 2311 Section 3.2. Bernoulli Trials A Bernoulli Trial is a random experiment with the following features: 1.The outcome can be classified as either.
MATH 2311 Section 3.3.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
1. 2 At the end of the lesson, students will be able to (c)Understand the Binomial distribution B(n,p) (d) find the mean and variance of Binomial distribution.
The Binomial Probability Distribution
Binomial Distribution (Dr. Monticino). Assignment Sheet  Read Chapter 15  Assignment # 9 (Due March 30 th )  Chapter 15  Exercise Set A: 1-6  Review.
Binomial Distribution
Chapter Five The Binomial Probability Distribution and Related Topics
MATH 2311 Section 3.3.
Math 4030 – 4a More Discrete Distributions
Discrete Probability Distributions
Statistics 1: Elementary Statistics
MATH 2311 Section 3.2.
The Binomial Distribution
Discrete Probability Distribution
Probability Key Questions
Binomial Distribution
Statistics 1: Elementary Statistics
LESSON 9: BINOMIAL DISTRIBUTION
MATH 2311 Section 3.2.
MATH 2311 Section 3.1.
Elementary Statistics
Bernoulli Trials Two Possible Outcomes Trials are independent.
6: Binomial Probability Distributions
Binomial Distributions
The Geometric Distributions
MATH 2311 Section 3.3.
Chapter 11 Probability.
Applied Statistical and Optimization Models
Presentation transcript:

MATH 2311 Section 3.2

Bernoulli Trials A Bernoulli Trial is a random experiment with the following features: The outcome can be classified as either a success or a failure (only two options and each is mutually exclusive). 2. The probability of success is p and probability of failure is q = 1 – p. A Bernoulli random variable is a variable assigned to represent the successes in a Bernoulli trial. If we wish to keep track of the number of successes that occur in repeated Bernoulli trials, we use a binomial random variable.

Bernoulli Experiment

The random variable X = number of successes of a binomial experiment is a binomial distribution with parameters p and n where p represents the probability of a success and n is the number of trials. The possible values of X are whole numbers that range from 0 to n. As an abbreviation, we say X~B(n, p). 5~B(7,0.24) This is the probability of 5 successes out of 7 trials, if the probability of success of each trial is 0.24

Binomial Distribution Formula These are used to calculate an exact number of successes in a binomial experiment.

Example: A fair coin is flipped 30 times. What is the probability that the coin comes up heads exactly 12 times?

P(X ≤ k) = pbinom(k,n,p) P(X ≤ k) = binomcdf(n, p, k) What is the probability the coin comes up heads less than 12 times? What is the probability the coin comes up heads more than 12 times? Note: “at most 12 times” means that x = 0, 1, 2, 3…, 10, 11, 12 Note: “at least 12 times” means that x = 12, 13, 14, 15….30

Mean and Variance The mean represents the x-value with the largest probability associated with it. (Or the most likely to occur x-value)

Popper 05: 1. 2. 3. 4. Choices for all above questions: a. 0.0512 b. 0.00032 c. 0.99328 d. 0.32768

Example…Continued Let X = number of family members contracting the flu. Create the probability distribution table of X. Find the mean and variance of this distribution. Mean: 4 Variance: 0.8 Standard Deviation: 0.8944