Probability Theory and Simulation Methods. April 6th, Lecture 19: Special distributions

Similar documents
Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014

What s for today. More on Binomial distribution Poisson distribution. c Mikyoung Jun (Texas A&M) stat211 lecture 7 February 8, / 16

Basic probability. Inferential statistics is based on probability theory (we do not have certainty, but only confidence).

14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS

Random Variables Example:

In a five-minute period, you get a certain number m of requests. Each needs to be served from one of your n servers.

Math/Stat 352 Lecture 8

37.3. The Poisson Distribution. Introduction. Prerequisites. Learning Outcomes

Binomial random variable

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS

Binomial and Poisson Probability Distributions

Lecture 14. Text: A Course in Probability by Weiss 5.6. STAT 225 Introduction to Probability Models February 23, Whitney Huang Purdue University

The Binomial distribution. Probability theory 2. Example. The Binomial distribution

Probability Distributions Columns (a) through (d)

Suppose that you have three coins. Coin A is fair, coin B shows heads with probability 0.6 and coin C shows heads with probability 0.8.

a zoo of (discrete) random variables

Statistics for Managers Using Microsoft Excel/SPSS Chapter 4 Basic Probability And Discrete Probability Distributions

CS 237: Probability in Computing

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping

Common Discrete Distributions

Statistics, Data Analysis, and Simulation SS 2013

15 Discrete Distributions

Lecture 2: Discrete Probability Distributions

BINOMIAL DISTRIBUTION

Topic 3 - Discrete distributions

Scientific Measurement

Statistics for Economists. Lectures 3 & 4

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

STT 315 Problem Set #3

Engineering Mathematics III

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

Lecture 2: Probability and Distributions

Chapters 3.2 Discrete distributions

Closed book and notes. 120 minutes. Cover page, five pages of exam. No calculators.

Learning Objectives for Stat 225

(b). What is an expression for the exact value of P(X = 4)? 2. (a). Suppose that the moment generating function for X is M (t) = 2et +1 3

Useful material for the course

Special Mathematics Discrete random variables

The Binomial, Poisson, and Normal Distributions. Engineering Mathematics III

Statistics for Managers Using Microsoft Excel (3 rd Edition)

Quick review on Discrete Random Variables

Bernoulli Trials, Binomial and Cumulative Distributions

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability?

Some Special Discrete Distributions

Lecture 3. Discrete Random Variables

success and failure independent from one trial to the next?

POISSON RANDOM VARIABLES

Statistics, Data Analysis, and Simulation SS 2017

ST 371 (V): Families of Discrete Distributions

STAT 418: Probability and Stochastic Processes

Fault-Tolerant Computer System Design ECE 60872/CS 590. Topic 2: Discrete Distributions

Chapter 4 : Discrete Random Variables

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

a zoo of (discrete) random variables

Poisson Distributions

ECS /1 Part III.2 Dr.Prapun

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions

Binomial in the Limit

Lecture 4: Bernoulli Process

Massachusetts Institute of Technology

Probability Theory and Simulation Methods

STAT Chapter 5 Continuous Distributions

It can be shown that if X 1 ;X 2 ;:::;X n are independent r.v. s with

3.4. The Binomial Probability Distribution

STAT 414: Introduction to Probability Theory

Lecture 2: Repetition of probability theory and statistics

Fundamental Tools - Probability Theory II

Lecture 4: Random Variables and Distributions

Distribusi Binomial, Poisson, dan Hipergeometrik

Discrete Distributions

Conditional Probability

Things to remember when learning probability distributions:

Probability Distributions

Analysis of Engineering and Scientific Data. Semester

MATH 450: Mathematical statistics

Discrete Distributions: Poisson Distribution 1

Known probability distributions

CMPSCI 240: Reasoning Under Uncertainty

Stats for Engineers: Lecture 4

Continuous Probability Distributions. Uniform Distribution

Chapter 6: Functions of Random Variables

Bernoulli and Binomial Distributions. Notes. Bernoulli Trials. Bernoulli/Binomial Random Variables Bernoulli and Binomial Distributions.

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Topic 3: The Expectation of a Random Variable

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

Contents 1. Contents

Copyright c 2006 Jason Underdown Some rights reserved. choose notation. n distinct items divided into r distinct groups.

Stats Review Chapter 6. Mary Stangler Center for Academic Success Revised 8/16

Decision making and problem solving Lecture 1. Review of basic probability Monte Carlo simulation

Week 6, 9/24/12-9/28/12, Notes: Bernoulli, Binomial, Hypergeometric, and Poisson Random Variables

Simulating events: the Poisson process

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables

MgtOp 215 Chapter 5 Dr. Ahn

Mathematical Statistics 1 Math A 6330

DEFINITION: IF AN OUTCOME OF A RANDOM EXPERIMENT IS CONVERTED TO A SINGLE (RANDOM) NUMBER (E.G. THE TOTAL

Probability and Statistics Concepts

Discrete Distributions

CMPSCI 240: Reasoning Under Uncertainty

HYPERGEOMETRIC and NEGATIVE HYPERGEOMETIC DISTRIBUTIONS

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 120 minutes.

Transcription:

April 6th, 2018 Lecture 19: Special distributions

Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters 4, 6: Random variables Week 9 Chapter 5, 7: Special distributions Week 10 Chapters 8, 9, 10: Bivariate and multivariate distributions Week 12 Chapter 11: Limit theorems

Chapter 5: Special discrete distributions Bernoulli random variables Binomial random variables Poisson random variables Other discrete random variables Geometric random variables Negative binomial random variables Hypergeometric random variables

Bernoulli random variables Sample space: {s, f} The random variable defined by X(s) = 1 and X(f) = 0 is called a Bernoulli random variable The pmf of a Bernoulli random variable is p if x = 1 p(x) = 1 p if x = 0 0 elsewhere where p is a parameter, referred to as the probability of a success E(X) = p and Var(X) = p(1 p)

Binomial random variables Definition If n Bernoulli trials all with probability of success p are performed independently, then X, the number of successes is called a binomial random variable with parameters n and p.

Binomial random variables: example Example A restaurant serves 8 entrees of fish, 12 of beef, and 10 of poultry. If customers select from these entrees randomly, what is the probability that two of the next four customers order fish entrees?

Poisson random variables Binomial random variables B(n, p) are useful, but their probabilities are horrible ( ) n P(X = i) = p i (1 p) n i i computationally difficult, especially when n is large Simeon-Denis Poisson (1837): Assume that n is large, p < 0.1 and λ = np < 10, then when n approaches infinity Law of rare events P(X = i) e λ λ i i!

Poisson random variables also used to model the number of success, but only when n is large and the average number of success is moderate (< 10)

pmf of Poisson random variables

Poisson random variables

Poisson distribution in reality The Poisson distribution also appears in connection with various phenomena of discrete properties whenever the probability of the phenomenon happening is constant in time or space. the number of soldiers killed by horse-kicks each year in each corps in the Prussian cavalry the number of yeast cells used when brewing Guinness beer the number of phone calls arriving at a call centre within a minute the number of deaths per year in a given age group. the number of jumps in a stock price in a given time interval.

Poisson process

Poisson process

Other discrete random variables

Geometric random variables Consider an experiment in which independent Bernoulli trials (with parameter p) are performed until the first success occurs. The sample space for such an experiment is S = {s, fs, ffs, fffs,..., ff... fs,...}. Let X be the number of experiments until the first success occurs. Then X is a discrete random variable called geometric.

Geometric random variables Problem 1 Prove that p(x) is a probability mass function 2 Compute E(X)

Geometric random variables Example From an ordinary deck of 52 cards we draw cards at random, with replacement, and successively until an ace is drawn. What is the probability that exactly 10 draws are needed?