Binomial Distribution & Bayes’ Theorem. Questions What is a probability? What is the probability of obtaining 2 heads in 4 coin tosses? What is the probability.

Slides:



Advertisements
Similar presentations
Bayes rule, priors and maximum a posteriori
Advertisements

Probability Probability Principles of EngineeringTM
13.1 Theoretical Probability
Lecture Discrete Probability. 5.2 Recap Sample space: space of all possible outcomes. Event: subset of of S. p(s) : probability of element s of.
Statistical NLP Course for Master in Computational Linguistics 2nd Year Diana Trandabat.
Segment 3 Introduction to Random Variables - or - You really do not know exactly what is going to happen George Howard.
Section 2 Union, Intersection, and Complement of Events, Odds
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 8.6 Probability.
Dr. Engr. Sami ur Rahman Data Analysis Lecture 4: Binomial Distribution.
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:
Lec 18 Nov 12 Probability – definitions and simulation.
Probability Probability Principles of EngineeringTM
Statistics for the Social Sciences Psychology 340 Spring 2005 Sampling distribution.
Discrete Structures Chapter 4 Counting and Probability Nurul Amelina Nasharuddin Multimedia Department.
Hypothesis testing 1.Make assumptions. One of them is the “hypothesis.” 2.Calculate the probability of what happened based on the assumptions. 3.If the.
Statistics for the Social Sciences Psychology 340 Fall 2006 Hypothesis testing.
Statistics for the Social Sciences Psychology 340 Spring 2005 Hypothesis testing.
Statistics for the Social Sciences Psychology 340 Fall 2006 Hypothesis testing.
Section 6.2 ~ Basics of Probability Introduction to Probability and Statistics Ms. Young.
1 Algorithms CSCI 235, Fall 2012 Lecture 9 Probability.
Class 3 Binomial Random Variables Continuous Random Variables Standard Normal Distributions.
20/6/1435 h Sunday Lecture 11 Jan Mathematical Expectation مثا ل قيمة Y 13 المجموع P(y)3/41/41 Y p(y)3/4 6/4.
The Binomial Distribution Permutations: How many different pairs of two items are possible from these four letters: L, M. N, P. L,M L,N L,P M,L M,N M,P.
Introduction In probability, events are either dependent or independent. Two events are independent if the occurrence or non-occurrence of one event has.
Probability & The Normal Distribution Statistics for the Social Sciences Psychology 340 Spring 2010.
14/6/1435 lecture 10 Lecture 9. The probability distribution for the discrete variable Satify the following conditions P(x)>= 0 for all x.
Probability The calculated likelihood that a given event will occur
The Big Picture: Counting events in a sample space allows us to calculate probabilities The key to calculating the probabilities of events is to count.
Chapter 3 Probability Larson/Farber 4th ed. Chapter Outline 3.1 Basic Concepts of Probability 3.2 Conditional Probability and the Multiplication Rule.
CHAPTER 10: Introducing Probability ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Section 2 Union, Intersection, and Complement of Events, Odds
(c) 2007 IUPUI SPEA K300 (4392) Probability Likelihood (chance) that an event occurs Classical interpretation of probability: all outcomes in the sample.
Natural Language Processing Giuseppe Attardi Introduction to Probability IP notice: some slides from: Dan Jurafsky, Jim Martin, Sandiway Fong, Dan Klein.
Binomial Distribution
Binomial Probabilities IBHL, Y2 - Santowski. (A) Coin Tossing Example Take 2 coins and toss each Make a list to predict the possible outcomes Determine.
CHAPTER 10: Introducing Probability ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Discrete Math Section 16.3 Use the Binomial Probability theorem to find the probability of a given outcome on repeated independent trials. Flip a coin.
1 Outline 1.Count data 2.Properties of the multinomial experiment 3.Testing the null hypothesis 4.Examples.
AP Statistics Intro to Probability: Sample Spaces and Counting.
Binomial Probability Theorem In a rainy season, there is 60% chance that it will rain on a particular day. What is the probability that there will exactly.
CHAPTER 5 Discrete Probability Distributions. Chapter 5 Overview  Introduction  5-1 Probability Distributions  5-2 Mean, Variance, Standard Deviation,
Evaluating Hypotheses. Outline Empirically evaluating the accuracy of hypotheses is fundamental to machine learning – How well does this estimate accuracy.
Chapter 6 Probability Mohamed Elhusseiny
Lesson 10: Using Simulation to Estimate a Probability Simulation is a procedure that will allow you to answer questions about real problems by running.
Section 5.1 Day 2.
Terminologies in Probability
Random Variables.
PROBABILITY AND PROBABILITY RULES
Math 145 September 25, 2006.
Binomial Distribution & Bayes’ Theorem
Unit 1: Probability and Statistics
Statistics for the Social Sciences
Chapter 9 Section 1 Probability Review.
Terminologies in Probability
Lesson 10.1 Sample Spaces and Probability
Statistical Inference for Managers
Terminologies in Probability
Terminologies in Probability
Terminologies in Probability
©G Dear 2009 – Not to be sold/Free to use
Probability Probability Principles of EngineeringTM
Math 145 June 26, 2007.
Terminologies in Probability
Math 145 February 12, 2008.
Mathematical Foundations of BME Reza Shadmehr
Terminologies in Probability
pencil, red pen, highlighter, GP notebook, calculator
Presentation transcript:

Binomial Distribution & Bayes’ Theorem

Questions What is a probability? What is the probability of obtaining 2 heads in 4 coin tosses? What is the probability of obtaining 2 or more heads in 4 coin tosses? Give an concrete illustration of p(D|H) and p(H|D). Why might these be different?

Probability of Binary Events Probability of success = p p(success) = p Probability of failure = q p(failure) = q p+q = 1 q = 1-p Probability – long run relative frequency

Permutations & Combinations 1 Suppose we flip a coin 2 times H H T T H T Sample space shows 4 possible outcomes or sequences. Each sequence is a permutation. Order matters. There are 2 ways to get a total of one heads (HT and TH). These are combinations. Order does NOT matter.

Perm & Comb 2 HH, HT, TH, TT Suppose our interest is Heads. If the coin is fair, p(Heads) =.5; q = 1-p =.5. The probability of any permutation for 2 trials is ¼ = p*p, or p*q, or q*p, or q*q. All permutations are equally probable. The probability of exactly 1 head in any order is 2/4 =.5 = HT+TH/(HH+HT+TH+TT) [what is probability of at least 1 head?]

Perm & Comb 3 3 flips HHH, HHT, HTH, THH HTT, THT, TTH TTT All permutations equally likely = p*p*p =.5 3 =.125 = 1/8. p(1 Head) = 3/8

Perm & Comb 4 Factorials: N! 4! = 4*3*2*1 3! = 3*2*1 Combinations: N C r The number of ways of selecting r combinations of N objects, regardless of order. Say 2 heads from 5 trials.

Binomial Distribution 1 Is a binomial distribution with parameters N and p. N is the number of trials, p is the probability of success. Suppose we flip a fair coin 5 times; p = q =.5

Binomial

Binomial 3 Flip coins and compare observed to expected frequencies

Binomial 4 Find expected frequencies for number of 1s from a 6-sided die in five rolls.

Binomial 5 When p is.5, as N increases, the binomial approximates the Normal.

Review What is a probability? What is the probability of obtaining 2 heads in 4 coin tosses? What is the probability of obtaining 2 or more heads in 4 coin tosses?

Bayes Theorem (1) Bayesian statistics are about the revision of belief. Bayesian statisticians look into statistically optimal ways of combining new information with old beliefs. Prior probability – personal belief or data. Input. Likelihood – likelihood of data given hypothesis. Posterior probability – probability of hypothesis given data. Scientists are interested in substantive hypotheses, e.g., does Nicorette help people stop smoking. The p level that comes from the study is the probability of the sample data given the hypothesis, not the probability of the hypothesis given the data. That is

Bayes Theorem (2) Bayes theorem is old and mathematically correct. But its use is controversial. Suppose you have a hunch about the null (H 0 ) and the alternative (H 1 ) that specifies the probability of each before you do a study. The probabilities p(H 0 ) and p(H 1 ) are priors. The likelihoods are p(y| H 0 ) and p(y| H 1 ). Standard p values. The posterior is given by: p(H 1 |y)=1-p(H 0 |y)

Bayes Theorem (3) Suppose before a study is done that the two hypotheses are H 0 : p =.80 and H 1 : p=.40 for the proportion of male grad students. Before the study, we figure that the probability is.75 that H 0 is true and.25 That H 1 is true. We grab 10 grad students at random and find that 6 of 10 are male. Binomial applies.

Bayes Theorem (4) Problems with choice of prior. Handled by empirical data or by “flat” priors. There are Bayesian applications to more complicated situations (e.g., means and correlations). Not used much in psychology yet except in meta- analysis (empricial Bayes estimates) and judgment studies (Taxis, etc). Rules for exchangeability (admissible data) need to be worked out. Bayes theorem says we should revise our belief of the probability that H 0 is true from.75 to.70 based on new data. Small change here, but can be quite large depending on data and prior.

Review Give an concrete illustration of p(D|H) and p(H|D). Why might these be different?